org.apache.hadoop.hbase.protobuf.generated
Interface TracingProtos.RPCTInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TracingProtos.RPCTInfo, TracingProtos.RPCTInfo.Builder
Enclosing class:
TracingProtos

public static interface TracingProtos.RPCTInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getParentId()
          optional int64 parent_id = 2;
 long getTraceId()
          optional int64 trace_id = 1;
 boolean hasParentId()
          optional int64 parent_id = 2;
 boolean hasTraceId()
          optional int64 trace_id = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasTraceId

boolean hasTraceId()
optional int64 trace_id = 1;


getTraceId

long getTraceId()
optional int64 trace_id = 1;


hasParentId

boolean hasParentId()
optional int64 parent_id = 2;


getParentId

long getParentId()
optional int64 parent_id = 2;



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