Class Scribe.Processor.Log<I extends Scribe.Iface>
- java.lang.Object
-
- org.apache.thrift.ProcessFunction<I,Scribe.Log_args>
-
- zipkin2.collector.scribe.generated.Scribe.Processor.Log<I>
-
- Enclosing class:
- Scribe.Processor<I extends Scribe.Iface>
public static class Scribe.Processor.Log<I extends Scribe.Iface> extends org.apache.thrift.ProcessFunction<I,Scribe.Log_args>
-
-
Constructor Summary
Constructors Constructor Description Log()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Scribe.Log_args
getEmptyArgsInstance()
Scribe.Log_result
getResult(I iface, Scribe.Log_args args)
protected boolean
isOneway()
protected boolean
rethrowUnhandledExceptions()
-
-
-
Method Detail
-
getEmptyArgsInstance
public Scribe.Log_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstance
in classorg.apache.thrift.ProcessFunction<I extends Scribe.Iface,Scribe.Log_args>
-
isOneway
protected boolean isOneway()
- Specified by:
isOneway
in classorg.apache.thrift.ProcessFunction<I extends Scribe.Iface,Scribe.Log_args>
-
rethrowUnhandledExceptions
protected boolean rethrowUnhandledExceptions()
- Overrides:
rethrowUnhandledExceptions
in classorg.apache.thrift.ProcessFunction<I extends Scribe.Iface,Scribe.Log_args>
-
getResult
public Scribe.Log_result getResult(I iface, Scribe.Log_args args) throws org.apache.thrift.TException
- Specified by:
getResult
in classorg.apache.thrift.ProcessFunction<I extends Scribe.Iface,Scribe.Log_args>
- Throws:
org.apache.thrift.TException
-
-