Searched refs:timestampNanos (Results 1 – 2 of 2) sorted by relevance
523 public final long timestampNanos; field in InternalChannelz.ChannelTrace.Event534 String description, Severity severity, long timestampNanos, in Event() argument538 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.Builder584 public Builder setTimestampNanos(long timestampNanos) { in setTimestampNanos() argument585 this.timestampNanos = timestampNanos; in setTimestampNanos()608 checkNotNull(timestampNanos, "timestampNanos"); in build()[all …]
387 .setTimestamp(Timestamps.fromNanos(event.timestampNanos)); in toChannelTraceEvents()