| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.event.v3 |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.Builder.build() |
Event |
Event.Builder.buildPartial() |
static Event |
Event.getDefaultInstance() |
Event |
Event.getDefaultInstanceForType() |
Event |
Event.Builder.getDefaultInstanceForType() |
static Event |
Event.parseDelimitedFrom(InputStream input) |
static Event |
Event.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
Event.parseFrom(byte[] data) |
static Event |
Event.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
Event.parseFrom(ByteBuffer data) |
static Event |
Event.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
Event.parseFrom(com.google.protobuf.ByteString data) |
static Event |
Event.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
Event.parseFrom(com.google.protobuf.CodedInputStream input) |
static Event |
Event.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
Event.parseFrom(InputStream input) |
static Event |
Event.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
io.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> |
EventServiceGrpc.EventServiceStub.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.
|
static io.grpc.MethodDescriptor<Event,Commands> |
EventServiceGrpc.getCollectMethod() |
com.google.protobuf.Parser<Event> |
Event.getParserForType() |
static com.google.protobuf.Parser<Event> |
Event.parser() |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.mergeFrom(Event other) |
static Event.Builder |
Event.newBuilder(Event prototype) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.