public abstract static class TraceAdminPB.TraceAdminService extends Object implements org.apache.hadoop.thirdparty.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 |
TraceAdminService() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addSpanReceiver(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
TraceAdminPB.AddSpanReceiverRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<TraceAdminPB.AddSpanReceiverResponseProto> done)
rpc addSpanReceiver(.hadoop.common.AddSpanReceiverRequestProto) returns (.hadoop.common.AddSpanReceiverResponseProto); |
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) |
abstract void |
listSpanReceivers(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
TraceAdminPB.ListSpanReceiversRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<TraceAdminPB.ListSpanReceiversResponseProto> done)
rpc listSpanReceivers(.hadoop.common.ListSpanReceiversRequestProto) returns (.hadoop.common.ListSpanReceiversResponseProto); |
static TraceAdminPB.TraceAdminService.BlockingInterface |
newBlockingStub(org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel channel) |
static org.apache.hadoop.thirdparty.protobuf.BlockingService |
newReflectiveBlockingService(TraceAdminPB.TraceAdminService.BlockingInterface impl) |
static org.apache.hadoop.thirdparty.protobuf.Service |
newReflectiveService(TraceAdminPB.TraceAdminService.Interface impl) |
static TraceAdminPB.TraceAdminService.Stub |
newStub(org.apache.hadoop.thirdparty.protobuf.RpcChannel channel) |
abstract void |
removeSpanReceiver(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
TraceAdminPB.RemoveSpanReceiverRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<TraceAdminPB.RemoveSpanReceiverResponseProto> done)
rpc removeSpanReceiver(.hadoop.common.RemoveSpanReceiverRequestProto) returns (.hadoop.common.RemoveSpanReceiverResponseProto); |
public static org.apache.hadoop.thirdparty.protobuf.Service newReflectiveService(TraceAdminPB.TraceAdminService.Interface impl)
public static org.apache.hadoop.thirdparty.protobuf.BlockingService newReflectiveBlockingService(TraceAdminPB.TraceAdminService.BlockingInterface impl)
public abstract void listSpanReceivers(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
TraceAdminPB.ListSpanReceiversRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<TraceAdminPB.ListSpanReceiversResponseProto> done)
rpc listSpanReceivers(.hadoop.common.ListSpanReceiversRequestProto) returns (.hadoop.common.ListSpanReceiversResponseProto);public abstract void addSpanReceiver(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
TraceAdminPB.AddSpanReceiverRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<TraceAdminPB.AddSpanReceiverResponseProto> done)
rpc addSpanReceiver(.hadoop.common.AddSpanReceiverRequestProto) returns (.hadoop.common.AddSpanReceiverResponseProto);public abstract void removeSpanReceiver(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
TraceAdminPB.RemoveSpanReceiverRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<TraceAdminPB.RemoveSpanReceiverResponseProto> done)
rpc removeSpanReceiver(.hadoop.common.RemoveSpanReceiverRequestProto) returns (.hadoop.common.RemoveSpanReceiverResponseProto);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.Servicepublic 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.Servicepublic final org.apache.hadoop.thirdparty.protobuf.Message getRequestPrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype in interface org.apache.hadoop.thirdparty.protobuf.Servicepublic final org.apache.hadoop.thirdparty.protobuf.Message getResponsePrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype in interface org.apache.hadoop.thirdparty.protobuf.Servicepublic static TraceAdminPB.TraceAdminService.Stub newStub(org.apache.hadoop.thirdparty.protobuf.RpcChannel channel)
public static TraceAdminPB.TraceAdminService.BlockingInterface newBlockingStub(org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel channel)
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.