类的使用
org.apache.skywalking.apm.network.common.v3.Instant.Builder
使用Instant.Builder的程序包
程序包
说明
-
org.apache.skywalking.apm.network.common.v3中Instant.Builder的使用
修饰符和类型方法说明Instant.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Instant.Builder.clear()Instant.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Instant.Builder.clearNanos()The number of nanoseconds, later along the time-line, from the seconds field.Instant.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Instant.Builder.clearSeconds()The number of seconds from the epoch of 1970-01-01T00:00:00Z.Instant.Builder.clone()Instant.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Instant.Builder.mergeFrom(com.google.protobuf.Message other) final Instant.BuilderInstant.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Instant.BuilderInstant.newBuilder()static Instant.BuilderInstant.newBuilder(Instant prototype) Instant.newBuilderForType()protected Instant.BuilderInstant.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Instant.Builder.setNanos(int value) The number of nanoseconds, later along the time-line, from the seconds field.Instant.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Instant.Builder.setSeconds(long value) The number of seconds from the epoch of 1970-01-01T00:00:00Z.final Instant.BuilderInstant.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Instant.toBuilder() -
org.apache.skywalking.apm.network.language.agent.v3中Instant.Builder的使用
修饰符和类型方法说明SpanAttachedEvent.Builder.getEndTimeBuilder()[Optional] The nanosecond timestamp of the event's end time.SpanAttachedEvent.Builder.getStartTimeBuilder()The nanosecond timestamp of the event's start time.修饰符和类型方法说明SpanAttachedEvent.Builder.setEndTime(Instant.Builder builderForValue) [Optional] The nanosecond timestamp of the event's end time.SpanAttachedEvent.Builder.setStartTime(Instant.Builder builderForValue) The nanosecond timestamp of the event's start time.