public static interface Tracepb.SpanOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBeginUnixNs()
uint64 begin_unix_ns = 3; |
long |
getDurationNs()
uint64 duration_ns = 4; |
String |
getEvent()
string event = 5; |
com.google.protobuf.ByteString |
getEventBytes()
string event = 5; |
long |
getParentId()
uint64 parent_id = 2; |
Tracepb.Property |
getProperties(int index)
repeated .tracepb.Property properties = 6; |
int |
getPropertiesCount()
repeated .tracepb.Property properties = 6; |
List<Tracepb.Property> |
getPropertiesList()
repeated .tracepb.Property properties = 6; |
Tracepb.PropertyOrBuilder |
getPropertiesOrBuilder(int index)
repeated .tracepb.Property properties = 6; |
List<? extends Tracepb.PropertyOrBuilder> |
getPropertiesOrBuilderList()
repeated .tracepb.Property properties = 6; |
long |
getSpanId()
The unique span id within the spans with the same `trace_id`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getSpanId()
The unique span id within the spans with the same `trace_id`. The most significant 32 bits should be random number generated by each service instance.
uint64 span_id = 1;
long getParentId()
uint64 parent_id = 2;
long getBeginUnixNs()
uint64 begin_unix_ns = 3;
long getDurationNs()
uint64 duration_ns = 4;
String getEvent()
string event = 5;
com.google.protobuf.ByteString getEventBytes()
string event = 5;
List<Tracepb.Property> getPropertiesList()
repeated .tracepb.Property properties = 6;
Tracepb.Property getProperties(int index)
repeated .tracepb.Property properties = 6;
int getPropertiesCount()
repeated .tracepb.Property properties = 6;
List<? extends Tracepb.PropertyOrBuilder> getPropertiesOrBuilderList()
repeated .tracepb.Property properties = 6;
Tracepb.PropertyOrBuilder getPropertiesOrBuilder(int index)
repeated .tracepb.Property properties = 6;
Copyright © 2024 PingCAP. All rights reserved.