Home
last modified time | relevance | path

Searched refs:timestampNanos (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalChannelz.java523 public final long timestampNanos; field in InternalChannelz.ChannelTrace.Event
534 String description, Severity severity, long timestampNanos, in Event() argument
538 this.timestampNanos = timestampNanos; in Event()
545 return Objects.hashCode(description, severity, timestampNanos, channelRef, subchannelRef); in hashCode()
554 && timestampNanos == that.timestampNanos in equals()
566 .add("timestampNanos", timestampNanos) in toString()
575 private Long timestampNanos; field in InternalChannelz.ChannelTrace.Event.Builder
584 public Builder setTimestampNanos(long timestampNanos) { in setTimestampNanos() argument
585 this.timestampNanos = timestampNanos; in setTimestampNanos()
608 checkNotNull(timestampNanos, "timestampNanos"); in build()
[all …]
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DChannelzProtoUtil.java387 .setTimestamp(Timestamps.fromNanos(event.timestampNanos)); in toChannelTraceEvents()