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