Uses of Class
org.apache.skywalking.apm.network.event.v3.Event
Packages that use Event
-
Uses of Event in org.apache.skywalking.apm.network.event.v3
Methods in org.apache.skywalking.apm.network.event.v3 that return EventModifier and TypeMethodDescriptionEvent.Builder.build()Event.Builder.buildPartial()static EventEvent.getDefaultInstance()Event.Builder.getDefaultInstanceForType()Event.getDefaultInstanceForType()static EventEvent.parseDelimitedFrom(InputStream input) static EventEvent.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EventEvent.parseFrom(byte[] data) static EventEvent.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EventEvent.parseFrom(com.google.protobuf.ByteString data) static EventEvent.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EventEvent.parseFrom(com.google.protobuf.CodedInputStream input) static EventEvent.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EventEvent.parseFrom(InputStream input) static EventEvent.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EventEvent.parseFrom(ByteBuffer data) static EventEvent.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.event.v3 that return types with arguments of type EventModifier and TypeMethodDescriptionio.grpc.stub.StreamObserver<Event>EventServiceGrpc.EventServiceImplBase.collect(io.grpc.stub.StreamObserver<Commands> responseObserver) When reporting an event, you typically call the collect function twice, one for starting of the event and the other one for ending of the event, with the same UUID.io.grpc.stub.StreamObserver<Event>When reporting an event, you typically call the collect function twice, one for starting of the event and the other one for ending of the event, with the same UUID.EventServiceGrpc.getCollectMethod()com.google.protobuf.Parser<Event>Event.getParserForType()static com.google.protobuf.Parser<Event>Event.parser()Methods in org.apache.skywalking.apm.network.event.v3 with parameters of type Event