Uses of Class
org.apache.hadoop.hbase.protobuf.generated.TracingProtos.RPCTInfo

Packages that use TracingProtos.RPCTInfo
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of TracingProtos.RPCTInfo in org.apache.hadoop.hbase.protobuf.generated
 

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type TracingProtos.RPCTInfo
static com.google.protobuf.Parser<TracingProtos.RPCTInfo> TracingProtos.RPCTInfo.PARSER
           
 

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type TracingProtos.RPCTInfo
 TracingProtos.RPCTInfo.Builder TracingProtos.RPCTInfo.Builder.mergeFrom(TracingProtos.RPCTInfo other)
           
 RPCProtos.RequestHeader.Builder RPCProtos.RequestHeader.Builder.mergeTraceInfo(TracingProtos.RPCTInfo value)
          optional .RPCTInfo trace_info = 2;
static TracingProtos.RPCTInfo.Builder TracingProtos.RPCTInfo.newBuilder(TracingProtos.RPCTInfo prototype)
           
 RPCProtos.RequestHeader.Builder RPCProtos.RequestHeader.Builder.setTraceInfo(TracingProtos.RPCTInfo value)
          optional .RPCTInfo trace_info = 2;
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.