org.apache.hadoop.tracing
Interface TraceAdminPB.TraceAdminService.BlockingInterface

All Known Subinterfaces:
TraceAdminProtocolPB
Enclosing class:
TraceAdminPB.TraceAdminService

public static interface TraceAdminPB.TraceAdminService.BlockingInterface


Method Summary
 TraceAdminPB.AddSpanReceiverResponseProto addSpanReceiver(com.google.protobuf.RpcController controller, TraceAdminPB.AddSpanReceiverRequestProto request)
           
 TraceAdminPB.ListSpanReceiversResponseProto listSpanReceivers(com.google.protobuf.RpcController controller, TraceAdminPB.ListSpanReceiversRequestProto request)
           
 TraceAdminPB.RemoveSpanReceiverResponseProto removeSpanReceiver(com.google.protobuf.RpcController controller, TraceAdminPB.RemoveSpanReceiverRequestProto request)
           
 

Method Detail

listSpanReceivers

TraceAdminPB.ListSpanReceiversResponseProto listSpanReceivers(com.google.protobuf.RpcController controller,
                                                              TraceAdminPB.ListSpanReceiversRequestProto request)
                                                              throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

addSpanReceiver

TraceAdminPB.AddSpanReceiverResponseProto addSpanReceiver(com.google.protobuf.RpcController controller,
                                                          TraceAdminPB.AddSpanReceiverRequestProto request)
                                                          throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

removeSpanReceiver

TraceAdminPB.RemoveSpanReceiverResponseProto removeSpanReceiver(com.google.protobuf.RpcController controller,
                                                                TraceAdminPB.RemoveSpanReceiverRequestProto request)
                                                                throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.