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

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

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

Methods in org.hbase.async.generated that return TracingPB.RPCTInfo.Builder
 TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.Builder.clear()
           
 TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.Builder.clearParentId()
          optional int64 parent_id = 2;
 TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.Builder.clearTraceId()
          optional int64 trace_id = 1;
 TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.Builder.clone()
           
 TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.Builder.mergeFrom(TracingPB.RPCTInfo other)
           
static TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.newBuilder()
           
static TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.newBuilder(TracingPB.RPCTInfo prototype)
           
 TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.newBuilderForType()
           
 TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.Builder.setParentId(long value)
          optional int64 parent_id = 2;
 TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.Builder.setTraceId(long value)
          optional int64 trace_id = 1;
 TracingPB.RPCTInfo.Builder TracingPB.RPCTInfo.toBuilder()
           
 

Methods in org.hbase.async.generated with parameters of type TracingPB.RPCTInfo.Builder
 RPCPB.RequestHeader.Builder RPCPB.RequestHeader.Builder.setTraceInfo(TracingPB.RPCTInfo.Builder builderForValue)
          optional .RPCTInfo trace_info = 2;
 



Copyright © 2010-2015, The Async HBase Authors