public abstract static class GenericRefreshProtocolProtos.GenericRefreshProtocolService extends Object implements org.apache.hadoop.thirdparty.protobuf.Service
Protocol which is used to refresh a user-specified feature.Protobuf service
hadoop.common.GenericRefreshProtocolService
Modifier and Type | Class and Description |
---|---|
static interface |
GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface |
static interface |
GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface |
static class |
GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub |
Modifier | Constructor and Description |
---|---|
protected |
GenericRefreshProtocolService() |
Modifier and Type | Method and Description |
---|---|
void |
callMethod(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method,
org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.thirdparty.protobuf.Message request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<org.apache.hadoop.thirdparty.protobuf.Message> done) |
static org.apache.hadoop.thirdparty.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
org.apache.hadoop.thirdparty.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
org.apache.hadoop.thirdparty.protobuf.Message |
getRequestPrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method) |
org.apache.hadoop.thirdparty.protobuf.Message |
getResponsePrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method) |
static GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface |
newBlockingStub(org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel channel) |
static org.apache.hadoop.thirdparty.protobuf.BlockingService |
newReflectiveBlockingService(GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface impl) |
static org.apache.hadoop.thirdparty.protobuf.Service |
newReflectiveService(GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface impl) |
static GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub |
newStub(org.apache.hadoop.thirdparty.protobuf.RpcChannel channel) |
abstract void |
refresh(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
GenericRefreshProtocolProtos.GenericRefreshRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto> done)
rpc refresh(.hadoop.common.GenericRefreshRequestProto) returns (.hadoop.common.GenericRefreshResponseCollectionProto); |
public static org.apache.hadoop.thirdparty.protobuf.Service newReflectiveService(GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface impl)
public static org.apache.hadoop.thirdparty.protobuf.BlockingService newReflectiveBlockingService(GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface impl)
public abstract void refresh(org.apache.hadoop.thirdparty.protobuf.RpcController controller, GenericRefreshProtocolProtos.GenericRefreshRequestProto request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto> done)
rpc refresh(.hadoop.common.GenericRefreshRequestProto) returns (.hadoop.common.GenericRefreshResponseCollectionProto);
public static final org.apache.hadoop.thirdparty.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final org.apache.hadoop.thirdparty.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType
in interface org.apache.hadoop.thirdparty.protobuf.Service
public final void callMethod(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method, org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.thirdparty.protobuf.Message request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<org.apache.hadoop.thirdparty.protobuf.Message> done)
callMethod
in interface org.apache.hadoop.thirdparty.protobuf.Service
public final org.apache.hadoop.thirdparty.protobuf.Message getRequestPrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype
in interface org.apache.hadoop.thirdparty.protobuf.Service
public final org.apache.hadoop.thirdparty.protobuf.Message getResponsePrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype
in interface org.apache.hadoop.thirdparty.protobuf.Service
public static GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub newStub(org.apache.hadoop.thirdparty.protobuf.RpcChannel channel)
public static GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface newBlockingStub(org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel channel)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.