Uses of Class
org.apache.skywalking.apm.network.event.v3.Source
Packages that use Source
-
Uses of Source in org.apache.skywalking.apm.network.event.v3
Methods in org.apache.skywalking.apm.network.event.v3 that return SourceModifier and TypeMethodDescriptionSource.Builder.build()Source.Builder.buildPartial()static SourceSource.getDefaultInstance()Source.Builder.getDefaultInstanceForType()Source.getDefaultInstanceForType()Event.Builder.getSource()The source object that the event occurs on.Event.getSource()The source object that the event occurs on.EventOrBuilder.getSource()The source object that the event occurs on.static SourceSource.parseDelimitedFrom(InputStream input) static SourceSource.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceSource.parseFrom(byte[] data) static SourceSource.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceSource.parseFrom(com.google.protobuf.ByteString data) static SourceSource.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceSource.parseFrom(com.google.protobuf.CodedInputStream input) static SourceSource.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceSource.parseFrom(InputStream input) static SourceSource.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceSource.parseFrom(ByteBuffer data) static SourceSource.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.event.v3 that return types with arguments of type SourceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Source>Source.getParserForType()static com.google.protobuf.Parser<Source>Source.parser()Methods in org.apache.skywalking.apm.network.event.v3 with parameters of type SourceModifier and TypeMethodDescriptionEvent.Builder.mergeSource(Source value) The source object that the event occurs on.static Source.BuilderSource.newBuilder(Source prototype) The source object that the event occurs on.