Class ThriftTest.Processor.throwsError<I extends ThriftTest.Iface>
- java.lang.Object
-
- org.apache.thrift.ProcessFunction<I,ThriftTest.throwsError_args>
-
- org.apache.accumulo.core.clientImpl.thrift.ThriftTest.Processor.throwsError<I>
-
- Enclosing class:
- ThriftTest.Processor<I extends ThriftTest.Iface>
public static class ThriftTest.Processor.throwsError<I extends ThriftTest.Iface> extends org.apache.thrift.ProcessFunction<I,ThriftTest.throwsError_args>
-
-
Constructor Summary
Constructors Constructor Description throwsError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThriftTest.throwsError_argsgetEmptyArgsInstance()ThriftTest.throwsError_resultgetResult(I iface, ThriftTest.throwsError_args args)protected booleanisOneway()protected booleanrethrowUnhandledExceptions()
-
-
-
Method Detail
-
getEmptyArgsInstance
public ThriftTest.throwsError_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstancein classorg.apache.thrift.ProcessFunction<I extends ThriftTest.Iface,ThriftTest.throwsError_args>
-
isOneway
protected boolean isOneway()
- Specified by:
isOnewayin classorg.apache.thrift.ProcessFunction<I extends ThriftTest.Iface,ThriftTest.throwsError_args>
-
rethrowUnhandledExceptions
protected boolean rethrowUnhandledExceptions()
- Overrides:
rethrowUnhandledExceptionsin classorg.apache.thrift.ProcessFunction<I extends ThriftTest.Iface,ThriftTest.throwsError_args>
-
getResult
public ThriftTest.throwsError_result getResult(I iface, ThriftTest.throwsError_args args) throws org.apache.thrift.TException
- Specified by:
getResultin classorg.apache.thrift.ProcessFunction<I extends ThriftTest.Iface,ThriftTest.throwsError_args>- Throws:
org.apache.thrift.TException
-
-