public abstract static class TraceAdminPB.TraceAdminService extends Object implements com.google.protobuf.Service
hadoop.common.TraceAdminService
Modifier and Type | Class and Description |
---|---|
static interface |
TraceAdminPB.TraceAdminService.BlockingInterface |
static interface |
TraceAdminPB.TraceAdminService.Interface |
static class |
TraceAdminPB.TraceAdminService.Stub |
Modifier | Constructor and Description |
---|---|
protected |
TraceAdminPB.TraceAdminService() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addSpanReceiver(com.google.protobuf.RpcController controller,
TraceAdminPB.AddSpanReceiverRequestProto request,
com.google.protobuf.RpcCallback<TraceAdminPB.AddSpanReceiverResponseProto> done)
rpc addSpanReceiver(.hadoop.common.AddSpanReceiverRequestProto) returns (.hadoop.common.AddSpanReceiverResponseProto); |
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
abstract void |
listSpanReceivers(com.google.protobuf.RpcController controller,
TraceAdminPB.ListSpanReceiversRequestProto request,
com.google.protobuf.RpcCallback<TraceAdminPB.ListSpanReceiversResponseProto> done)
rpc listSpanReceivers(.hadoop.common.ListSpanReceiversRequestProto) returns (.hadoop.common.ListSpanReceiversResponseProto); |
static TraceAdminPB.TraceAdminService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(TraceAdminPB.TraceAdminService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(TraceAdminPB.TraceAdminService.Interface impl) |
static TraceAdminPB.TraceAdminService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract void |
removeSpanReceiver(com.google.protobuf.RpcController controller,
TraceAdminPB.RemoveSpanReceiverRequestProto request,
com.google.protobuf.RpcCallback<TraceAdminPB.RemoveSpanReceiverResponseProto> done)
rpc removeSpanReceiver(.hadoop.common.RemoveSpanReceiverRequestProto) returns (.hadoop.common.RemoveSpanReceiverResponseProto); |
protected TraceAdminPB.TraceAdminService()
public static com.google.protobuf.Service newReflectiveService(TraceAdminPB.TraceAdminService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(TraceAdminPB.TraceAdminService.BlockingInterface impl)
public abstract void listSpanReceivers(com.google.protobuf.RpcController controller, TraceAdminPB.ListSpanReceiversRequestProto request, com.google.protobuf.RpcCallback<TraceAdminPB.ListSpanReceiversResponseProto> done)
rpc listSpanReceivers(.hadoop.common.ListSpanReceiversRequestProto) returns (.hadoop.common.ListSpanReceiversResponseProto);
public abstract void addSpanReceiver(com.google.protobuf.RpcController controller, TraceAdminPB.AddSpanReceiverRequestProto request, com.google.protobuf.RpcCallback<TraceAdminPB.AddSpanReceiverResponseProto> done)
rpc addSpanReceiver(.hadoop.common.AddSpanReceiverRequestProto) returns (.hadoop.common.AddSpanReceiverResponseProto);
public abstract void removeSpanReceiver(com.google.protobuf.RpcController controller, TraceAdminPB.RemoveSpanReceiverRequestProto request, com.google.protobuf.RpcCallback<TraceAdminPB.RemoveSpanReceiverResponseProto> done)
rpc removeSpanReceiver(.hadoop.common.RemoveSpanReceiverRequestProto) returns (.hadoop.common.RemoveSpanReceiverResponseProto);
public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Service
public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype
in interface com.google.protobuf.Service
public static TraceAdminPB.TraceAdminService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static TraceAdminPB.TraceAdminService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2017 Apache Software Foundation. All Rights Reserved.