Uses of Class
org.hbase.async.generated.TracingPB.RPCTInfo

Packages that use TracingPB.RPCTInfo
org.hbase.async.generated   
 

Uses of TracingPB.RPCTInfo in org.hbase.async.generated
 

Fields in org.hbase.async.generated with type parameters of type TracingPB.RPCTInfo
static com.google.protobuf.Parser<TracingPB.RPCTInfo> TracingPB.RPCTInfo.PARSER
           
 

Methods in org.hbase.async.generated that return TracingPB.RPCTInfo
 TracingPB.RPCTInfo TracingPB.RPCTInfo.Builder.build()
           
 TracingPB.RPCTInfo TracingPB.RPCTInfo.Builder.buildPartial()
           
static TracingPB.RPCTInfo TracingPB.RPCTInfo.getDefaultInstance()
           
 TracingPB.RPCTInfo TracingPB.RPCTInfo.getDefaultInstanceForType()
           
 TracingPB.RPCTInfo TracingPB.RPCTInfo.Builder.getDefaultInstanceForType()
           
 TracingPB.RPCTInfo RPCPB.RequestHeaderOrBuilder.getTraceInfo()
          optional .RPCTInfo trace_info = 2;
 TracingPB.RPCTInfo RPCPB.RequestHeader.getTraceInfo()
          optional .RPCTInfo trace_info = 2;
 TracingPB.RPCTInfo RPCPB.RequestHeader.Builder.getTraceInfo()
          optional .RPCTInfo trace_info = 2;
static TracingPB.RPCTInfo TracingPB.RPCTInfo.parseDelimitedFrom(InputStream input)
           
static TracingPB.RPCTInfo TracingPB.RPCTInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TracingPB.RPCTInfo TracingPB.RPCTInfo.parseFrom(byte[] data)
           
static TracingPB.RPCTInfo TracingPB.RPCTInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TracingPB.RPCTInfo TracingPB.RPCTInfo.parseFrom(com.google.protobuf.ByteString data)
           
static TracingPB.RPCTInfo TracingPB.RPCTInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TracingPB.RPCTInfo TracingPB.RPCTInfo.parseFrom(com.google.protobuf.CodedInputStream input)
           
static TracingPB.RPCTInfo TracingPB.RPCTInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TracingPB.RPCTInfo TracingPB.RPCTInfo.parseFrom(InputStream input)
           
static TracingPB.RPCTInfo TracingPB.RPCTInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.hbase.async.generated that return types with arguments of type TracingPB.RPCTInfo
 com.google.protobuf.Parser<TracingPB.RPCTInfo> TracingPB.RPCTInfo.getParserForType()
           
 

Methods in org.hbase.async.generated with parameters of type TracingPB.RPCTInfo
 TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.Builder.mergeFrom(TracingPB.RPCTInfo other)
           
 RPCPB.RequestHeader.Builder RPCPB.RequestHeader.Builder.mergeTraceInfo(TracingPB.RPCTInfo value)
          optional .RPCTInfo trace_info = 2;
static TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.newBuilder(TracingPB.RPCTInfo prototype)
           
 RPCPB.RequestHeader.Builder RPCPB.RequestHeader.Builder.setTraceInfo(TracingPB.RPCTInfo value)
          optional .RPCTInfo trace_info = 2;
 



Copyright © 2010-2015, The Async HBase Authors