Uses of Class
org.apache.skywalking.apm.network.common.v3.Instant
Packages that use Instant
Package
Description
-
Uses of Instant in org.apache.skywalking.apm.network.common.v3
Methods in org.apache.skywalking.apm.network.common.v3 that return InstantModifier and TypeMethodDescriptionInstant.Builder.build()Instant.Builder.buildPartial()static InstantInstant.getDefaultInstance()Instant.Builder.getDefaultInstanceForType()Instant.getDefaultInstanceForType()static InstantInstant.parseDelimitedFrom(InputStream input) static InstantInstant.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstantInstant.parseFrom(byte[] data) static InstantInstant.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstantInstant.parseFrom(com.google.protobuf.ByteString data) static InstantInstant.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstantInstant.parseFrom(com.google.protobuf.CodedInputStream input) static InstantInstant.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstantInstant.parseFrom(InputStream input) static InstantInstant.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstantInstant.parseFrom(ByteBuffer data) static InstantInstant.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.common.v3 that return types with arguments of type InstantModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Instant>Instant.getParserForType()static com.google.protobuf.Parser<Instant>Instant.parser()Methods in org.apache.skywalking.apm.network.common.v3 with parameters of type Instant -
Uses of Instant in org.apache.skywalking.apm.network.language.agent.v3
Methods in org.apache.skywalking.apm.network.language.agent.v3 that return InstantModifier and TypeMethodDescriptionSpanAttachedEvent.Builder.getEndTime()[Optional] The nanosecond timestamp of the event's end time.SpanAttachedEvent.getEndTime()[Optional] The nanosecond timestamp of the event's end time.SpanAttachedEventOrBuilder.getEndTime()[Optional] The nanosecond timestamp of the event's end time.SpanAttachedEvent.Builder.getStartTime()The nanosecond timestamp of the event's start time.SpanAttachedEvent.getStartTime()The nanosecond timestamp of the event's start time.SpanAttachedEventOrBuilder.getStartTime()The nanosecond timestamp of the event's start time.Methods in org.apache.skywalking.apm.network.language.agent.v3 with parameters of type InstantModifier and TypeMethodDescriptionSpanAttachedEvent.Builder.mergeEndTime(Instant value) [Optional] The nanosecond timestamp of the event's end time.SpanAttachedEvent.Builder.mergeStartTime(Instant value) The nanosecond timestamp of the event's start time.SpanAttachedEvent.Builder.setEndTime(Instant value) [Optional] The nanosecond timestamp of the event's end time.SpanAttachedEvent.Builder.setStartTime(Instant value) The nanosecond timestamp of the event's start time.