public static interface Reports.Trace.QueryPlanNode.FetchNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getReceivedTime()
.google.protobuf.Timestamp received_time = 6; |
com.google.protobuf.TimestampOrBuilder |
getReceivedTimeOrBuilder()
.google.protobuf.Timestamp received_time = 6; |
com.google.protobuf.Timestamp |
getSentTime()
Wallclock times measured in the gateway for when this operation was
sent and received.
|
long |
getSentTimeOffset()
relative to the outer trace's start_time, in ns, measured in the gateway.
|
com.google.protobuf.TimestampOrBuilder |
getSentTimeOrBuilder()
Wallclock times measured in the gateway for when this operation was
sent and received.
|
java.lang.String |
getServiceName()
XXX When we want to include more details about the sub-operation that was
executed against this service, we should include that here in each fetch node.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
XXX When we want to include more details about the sub-operation that was
executed against this service, we should include that here in each fetch node.
|
Reports.Trace |
getTrace()
This Trace only contains start_time, end_time, duration_ns, and root;
all timings were calculated **on the federated service**, and clock skew
will be handled by the ingress server.
|
Reports.TraceOrBuilder |
getTraceOrBuilder()
This Trace only contains start_time, end_time, duration_ns, and root;
all timings were calculated **on the federated service**, and clock skew
will be handled by the ingress server.
|
boolean |
getTraceParsingFailed()
bool traceParsingFailed = 2; |
boolean |
hasReceivedTime()
.google.protobuf.Timestamp received_time = 6; |
boolean |
hasSentTime()
Wallclock times measured in the gateway for when this operation was
sent and received.
|
boolean |
hasTrace()
This Trace only contains start_time, end_time, duration_ns, and root;
all timings were calculated **on the federated service**, and clock skew
will be handled by the ingress server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServiceName()
XXX When we want to include more details about the sub-operation that was executed against this service, we should include that here in each fetch node. This might include an operation signature, requires directive, reference resolutions, etc.
string serviceName = 1;com.google.protobuf.ByteString getServiceNameBytes()
XXX When we want to include more details about the sub-operation that was executed against this service, we should include that here in each fetch node. This might include an operation signature, requires directive, reference resolutions, etc.
string serviceName = 1;boolean getTraceParsingFailed()
bool traceParsingFailed = 2;boolean hasTrace()
This Trace only contains start_time, end_time, duration_ns, and root; all timings were calculated **on the federated service**, and clock skew will be handled by the ingress server.
.mdg.engine.proto.Trace trace = 3;Reports.Trace getTrace()
This Trace only contains start_time, end_time, duration_ns, and root; all timings were calculated **on the federated service**, and clock skew will be handled by the ingress server.
.mdg.engine.proto.Trace trace = 3;Reports.TraceOrBuilder getTraceOrBuilder()
This Trace only contains start_time, end_time, duration_ns, and root; all timings were calculated **on the federated service**, and clock skew will be handled by the ingress server.
.mdg.engine.proto.Trace trace = 3;long getSentTimeOffset()
relative to the outer trace's start_time, in ns, measured in the gateway.
uint64 sent_time_offset = 4;boolean hasSentTime()
Wallclock times measured in the gateway for when this operation was sent and received.
.google.protobuf.Timestamp sent_time = 5;com.google.protobuf.Timestamp getSentTime()
Wallclock times measured in the gateway for when this operation was sent and received.
.google.protobuf.Timestamp sent_time = 5;com.google.protobuf.TimestampOrBuilder getSentTimeOrBuilder()
Wallclock times measured in the gateway for when this operation was sent and received.
.google.protobuf.Timestamp sent_time = 5;boolean hasReceivedTime()
.google.protobuf.Timestamp received_time = 6;com.google.protobuf.Timestamp getReceivedTime()
.google.protobuf.Timestamp received_time = 6;com.google.protobuf.TimestampOrBuilder getReceivedTimeOrBuilder()
.google.protobuf.Timestamp received_time = 6;