| Modifier and Type | Method and Description |
|---|---|
Commands |
Commands.Builder.build() |
Commands |
Commands.Builder.buildPartial() |
static Commands |
Commands.getDefaultInstance() |
Commands |
Commands.getDefaultInstanceForType() |
Commands |
Commands.Builder.getDefaultInstanceForType() |
static Commands |
Commands.parseDelimitedFrom(InputStream input) |
static Commands |
Commands.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Commands |
Commands.parseFrom(byte[] data) |
static Commands |
Commands.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Commands |
Commands.parseFrom(ByteBuffer data) |
static Commands |
Commands.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Commands |
Commands.parseFrom(com.google.protobuf.ByteString data) |
static Commands |
Commands.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Commands |
Commands.parseFrom(com.google.protobuf.CodedInputStream input) |
static Commands |
Commands.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Commands |
Commands.parseFrom(InputStream input) |
static Commands |
Commands.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Commands> |
Commands.getParserForType() |
static com.google.protobuf.Parser<Commands> |
Commands.parser() |
| Modifier and Type | Method and Description |
|---|---|
Commands.Builder |
Commands.Builder.mergeFrom(Commands other) |
static Commands.Builder |
Commands.newBuilder(Commands prototype) |
| Modifier and Type | Method and Description |
|---|---|
Commands |
EBPFProcessServiceGrpc.EBPFProcessServiceBlockingStub.keepAlive(EBPFProcessPingPkgList request)
Keep the process alive in the backend.
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<EBPFProcessPingPkgList,Commands> |
EBPFProcessServiceGrpc.getKeepAliveMethod() |
com.google.common.util.concurrent.ListenableFuture<Commands> |
EBPFProcessServiceGrpc.EBPFProcessServiceFutureStub.keepAlive(EBPFProcessPingPkgList request)
Keep the process alive in the backend.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EBPFProcessServiceGrpc.EBPFProcessServiceImplBase.keepAlive(EBPFProcessPingPkgList request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Keep the process alive in the backend.
|
void |
EBPFProcessServiceGrpc.EBPFProcessServiceStub.keepAlive(EBPFProcessPingPkgList request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Keep the process alive in the backend.
|
| Modifier and Type | Method and Description |
|---|---|
Commands |
EBPFProfilingServiceGrpc.EBPFProfilingServiceBlockingStub.queryTasks(EBPFProfilingTaskQuery request)
Query profiling (start or stop) tasks
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<EBPFProfilingData,Commands> |
EBPFProfilingServiceGrpc.getCollectProfilingDataMethod() |
static io.grpc.MethodDescriptor<EBPFProfilingTaskQuery,Commands> |
EBPFProfilingServiceGrpc.getQueryTasksMethod() |
com.google.common.util.concurrent.ListenableFuture<Commands> |
EBPFProfilingServiceGrpc.EBPFProfilingServiceFutureStub.queryTasks(EBPFProfilingTaskQuery request)
Query profiling (start or stop) tasks
|
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<EBPFProfilingData> |
EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase.collectProfilingData(io.grpc.stub.StreamObserver<Commands> responseObserver)
collect profiling data
|
io.grpc.stub.StreamObserver<EBPFProfilingData> |
EBPFProfilingServiceGrpc.EBPFProfilingServiceStub.collectProfilingData(io.grpc.stub.StreamObserver<Commands> responseObserver)
collect profiling data
|
void |
EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase.queryTasks(EBPFProfilingTaskQuery request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Query profiling (start or stop) tasks
|
void |
EBPFProfilingServiceGrpc.EBPFProfilingServiceStub.queryTasks(EBPFProfilingTaskQuery request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Query profiling (start or stop) tasks
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<Event,Commands> |
EventServiceGrpc.getCollectMethod() |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Commands |
CLRMetricReportServiceGrpc.CLRMetricReportServiceBlockingStub.collect(CLRMetricCollection request) |
Commands |
JVMMetricReportServiceGrpc.JVMMetricReportServiceBlockingStub.collect(JVMMetricCollection request) |
Commands |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceBlockingStub.collectInSync(SegmentCollection request)
An alternative for trace report by using gRPC unary
This is provided for some 3rd-party integration, if and only if they prefer the unary mode somehow.
|
Commands |
BrowserPerfServiceGrpc.BrowserPerfServiceBlockingStub.collectPerfData(BrowserPerfData request)
report once per page
|
Commands |
ConfigurationDiscoveryServiceGrpc.ConfigurationDiscoveryServiceBlockingStub.fetchConfigurations(ConfigurationSyncRequest request)
fetchConfigurations service requests the latest configuration.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Commands> |
CLRMetricReportServiceGrpc.CLRMetricReportServiceFutureStub.collect(CLRMetricCollection request) |
com.google.common.util.concurrent.ListenableFuture<Commands> |
JVMMetricReportServiceGrpc.JVMMetricReportServiceFutureStub.collect(JVMMetricCollection request) |
com.google.common.util.concurrent.ListenableFuture<Commands> |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceFutureStub.collectInSync(SegmentCollection request)
An alternative for trace report by using gRPC unary
This is provided for some 3rd-party integration, if and only if they prefer the unary mode somehow.
|
com.google.common.util.concurrent.ListenableFuture<Commands> |
BrowserPerfServiceGrpc.BrowserPerfServiceFutureStub.collectPerfData(BrowserPerfData request)
report once per page
|
com.google.common.util.concurrent.ListenableFuture<Commands> |
ConfigurationDiscoveryServiceGrpc.ConfigurationDiscoveryServiceFutureStub.fetchConfigurations(ConfigurationSyncRequest request)
fetchConfigurations service requests the latest configuration.
|
static io.grpc.MethodDescriptor<MeterDataCollection,Commands> |
MeterReportServiceGrpc.getCollectBatchMethod() |
static io.grpc.MethodDescriptor<BrowserErrorLog,Commands> |
BrowserPerfServiceGrpc.getCollectErrorLogsMethod() |
static io.grpc.MethodDescriptor<SegmentCollection,Commands> |
TraceSegmentReportServiceGrpc.getCollectInSyncMethod() |
static io.grpc.MethodDescriptor<SegmentObject,Commands> |
TraceSegmentReportServiceGrpc.getCollectMethod() |
static io.grpc.MethodDescriptor<JVMMetricCollection,Commands> |
JVMMetricReportServiceGrpc.getCollectMethod() |
static io.grpc.MethodDescriptor<CLRMetricCollection,Commands> |
CLRMetricReportServiceGrpc.getCollectMethod() |
static io.grpc.MethodDescriptor<MeterData,Commands> |
MeterReportServiceGrpc.getCollectMethod() |
static io.grpc.MethodDescriptor<BrowserPerfData,Commands> |
BrowserPerfServiceGrpc.getCollectPerfDataMethod() |
static io.grpc.MethodDescriptor<ConfigurationSyncRequest,Commands> |
ConfigurationDiscoveryServiceGrpc.getFetchConfigurationsMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
CLRMetricReportServiceGrpc.CLRMetricReportServiceImplBase.collect(CLRMetricCollection request,
io.grpc.stub.StreamObserver<Commands> responseObserver) |
void |
CLRMetricReportServiceGrpc.CLRMetricReportServiceStub.collect(CLRMetricCollection request,
io.grpc.stub.StreamObserver<Commands> responseObserver) |
void |
JVMMetricReportServiceGrpc.JVMMetricReportServiceImplBase.collect(JVMMetricCollection request,
io.grpc.stub.StreamObserver<Commands> responseObserver) |
void |
JVMMetricReportServiceGrpc.JVMMetricReportServiceStub.collect(JVMMetricCollection request,
io.grpc.stub.StreamObserver<Commands> responseObserver) |
io.grpc.stub.StreamObserver<SegmentObject> |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceImplBase.collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Recommended trace segment report channel.
|
io.grpc.stub.StreamObserver<SegmentObject> |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceStub.collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Recommended trace segment report channel.
|
io.grpc.stub.StreamObserver<MeterData> |
MeterReportServiceGrpc.MeterReportServiceImplBase.collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Meter data is reported in a certain period.
|
io.grpc.stub.StreamObserver<MeterData> |
MeterReportServiceGrpc.MeterReportServiceStub.collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Meter data is reported in a certain period.
|
io.grpc.stub.StreamObserver<MeterDataCollection> |
MeterReportServiceGrpc.MeterReportServiceImplBase.collectBatch(io.grpc.stub.StreamObserver<Commands> responseObserver)
Reporting meter data in bulk mode as MeterDataCollection.
|
io.grpc.stub.StreamObserver<MeterDataCollection> |
MeterReportServiceGrpc.MeterReportServiceStub.collectBatch(io.grpc.stub.StreamObserver<Commands> responseObserver)
Reporting meter data in bulk mode as MeterDataCollection.
|
io.grpc.stub.StreamObserver<BrowserErrorLog> |
BrowserPerfServiceGrpc.BrowserPerfServiceImplBase.collectErrorLogs(io.grpc.stub.StreamObserver<Commands> responseObserver)
report one or more error logs for pages, could report multiple times.
|
io.grpc.stub.StreamObserver<BrowserErrorLog> |
BrowserPerfServiceGrpc.BrowserPerfServiceStub.collectErrorLogs(io.grpc.stub.StreamObserver<Commands> responseObserver)
report one or more error logs for pages, could report multiple times.
|
void |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceImplBase.collectInSync(SegmentCollection request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
An alternative for trace report by using gRPC unary
This is provided for some 3rd-party integration, if and only if they prefer the unary mode somehow.
|
void |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceStub.collectInSync(SegmentCollection request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
An alternative for trace report by using gRPC unary
This is provided for some 3rd-party integration, if and only if they prefer the unary mode somehow.
|
void |
BrowserPerfServiceGrpc.BrowserPerfServiceImplBase.collectPerfData(BrowserPerfData request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
report once per page
|
void |
BrowserPerfServiceGrpc.BrowserPerfServiceStub.collectPerfData(BrowserPerfData request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
report once per page
|
void |
ConfigurationDiscoveryServiceGrpc.ConfigurationDiscoveryServiceImplBase.fetchConfigurations(ConfigurationSyncRequest request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
fetchConfigurations service requests the latest configuration.
|
void |
ConfigurationDiscoveryServiceGrpc.ConfigurationDiscoveryServiceStub.fetchConfigurations(ConfigurationSyncRequest request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
fetchConfigurations service requests the latest configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Commands |
CLRMetricReportServiceGrpc.CLRMetricReportServiceBlockingStub.collect(CLRMetricCollection request) |
Commands |
JVMMetricReportServiceGrpc.JVMMetricReportServiceBlockingStub.collect(JVMMetricCollection request) |
Commands |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceBlockingStub.collectInSync(SegmentCollection request)
An alternative for trace report by using gRPC unary
This is provided for some 3rd-party integration, if and only if they prefer the unary mode somehow.
|
Commands |
BrowserPerfServiceGrpc.BrowserPerfServiceBlockingStub.collectPerfData(BrowserPerfData request)
report once per page
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Commands> |
CLRMetricReportServiceGrpc.CLRMetricReportServiceFutureStub.collect(CLRMetricCollection request) |
com.google.common.util.concurrent.ListenableFuture<Commands> |
JVMMetricReportServiceGrpc.JVMMetricReportServiceFutureStub.collect(JVMMetricCollection request) |
com.google.common.util.concurrent.ListenableFuture<Commands> |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceFutureStub.collectInSync(SegmentCollection request)
An alternative for trace report by using gRPC unary
This is provided for some 3rd-party integration, if and only if they prefer the unary mode somehow.
|
com.google.common.util.concurrent.ListenableFuture<Commands> |
BrowserPerfServiceGrpc.BrowserPerfServiceFutureStub.collectPerfData(BrowserPerfData request)
report once per page
|
static io.grpc.MethodDescriptor<BrowserErrorLog,Commands> |
BrowserPerfServiceGrpc.getCollectErrorLogsMethod() |
static io.grpc.MethodDescriptor<SegmentCollection,Commands> |
TraceSegmentReportServiceGrpc.getCollectInSyncMethod() |
static io.grpc.MethodDescriptor<SegmentObject,Commands> |
TraceSegmentReportServiceGrpc.getCollectMethod() |
static io.grpc.MethodDescriptor<JVMMetricCollection,Commands> |
JVMMetricReportServiceGrpc.getCollectMethod() |
static io.grpc.MethodDescriptor<CLRMetricCollection,Commands> |
CLRMetricReportServiceGrpc.getCollectMethod() |
static io.grpc.MethodDescriptor<MeterData,Commands> |
MeterReportServiceGrpc.getCollectMethod() |
static io.grpc.MethodDescriptor<BrowserPerfData,Commands> |
BrowserPerfServiceGrpc.getCollectPerfDataMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
CLRMetricReportServiceGrpc.CLRMetricReportServiceImplBase.collect(CLRMetricCollection request,
io.grpc.stub.StreamObserver<Commands> responseObserver) |
void |
CLRMetricReportServiceGrpc.CLRMetricReportServiceStub.collect(CLRMetricCollection request,
io.grpc.stub.StreamObserver<Commands> responseObserver) |
void |
JVMMetricReportServiceGrpc.JVMMetricReportServiceImplBase.collect(JVMMetricCollection request,
io.grpc.stub.StreamObserver<Commands> responseObserver) |
void |
JVMMetricReportServiceGrpc.JVMMetricReportServiceStub.collect(JVMMetricCollection request,
io.grpc.stub.StreamObserver<Commands> responseObserver) |
io.grpc.stub.StreamObserver<SegmentObject> |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceImplBase.collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Recommended trace segment report channel.
|
io.grpc.stub.StreamObserver<SegmentObject> |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceStub.collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Recommended trace segment report channel.
|
io.grpc.stub.StreamObserver<MeterData> |
MeterReportServiceGrpc.MeterReportServiceImplBase.collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Meter data is reported in a certain period.
|
io.grpc.stub.StreamObserver<MeterData> |
MeterReportServiceGrpc.MeterReportServiceStub.collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Meter data is reported in a certain period.
|
io.grpc.stub.StreamObserver<BrowserErrorLog> |
BrowserPerfServiceGrpc.BrowserPerfServiceImplBase.collectErrorLogs(io.grpc.stub.StreamObserver<Commands> responseObserver)
report one or more error logs for pages, could report multiple times.
|
io.grpc.stub.StreamObserver<BrowserErrorLog> |
BrowserPerfServiceGrpc.BrowserPerfServiceStub.collectErrorLogs(io.grpc.stub.StreamObserver<Commands> responseObserver)
report one or more error logs for pages, could report multiple times.
|
void |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceImplBase.collectInSync(SegmentCollection request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
An alternative for trace report by using gRPC unary
This is provided for some 3rd-party integration, if and only if they prefer the unary mode somehow.
|
void |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceStub.collectInSync(SegmentCollection request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
An alternative for trace report by using gRPC unary
This is provided for some 3rd-party integration, if and only if they prefer the unary mode somehow.
|
void |
BrowserPerfServiceGrpc.BrowserPerfServiceImplBase.collectPerfData(BrowserPerfData request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
report once per page
|
void |
BrowserPerfServiceGrpc.BrowserPerfServiceStub.collectPerfData(BrowserPerfData request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
report once per page
|
| Modifier and Type | Method and Description |
|---|---|
Commands |
ProfileTaskGrpc.ProfileTaskBlockingStub.getProfileTaskCommands(ProfileTaskCommandQuery request)
query all sniffer need to execute profile task commands
|
Commands |
ProfileTaskGrpc.ProfileTaskBlockingStub.reportTaskFinish(ProfileTaskFinishReport request)
report profiling task finished
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<ThreadSnapshot,Commands> |
ProfileTaskGrpc.getCollectSnapshotMethod() |
static io.grpc.MethodDescriptor<ProfileTaskCommandQuery,Commands> |
ProfileTaskGrpc.getGetProfileTaskCommandsMethod() |
com.google.common.util.concurrent.ListenableFuture<Commands> |
ProfileTaskGrpc.ProfileTaskFutureStub.getProfileTaskCommands(ProfileTaskCommandQuery request)
query all sniffer need to execute profile task commands
|
static io.grpc.MethodDescriptor<ProfileTaskFinishReport,Commands> |
ProfileTaskGrpc.getReportTaskFinishMethod() |
com.google.common.util.concurrent.ListenableFuture<Commands> |
ProfileTaskGrpc.ProfileTaskFutureStub.reportTaskFinish(ProfileTaskFinishReport request)
report profiling task finished
|
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<ThreadSnapshot> |
ProfileTaskGrpc.ProfileTaskImplBase.collectSnapshot(io.grpc.stub.StreamObserver<Commands> responseObserver)
collect dumped thread snapshot
|
io.grpc.stub.StreamObserver<ThreadSnapshot> |
ProfileTaskGrpc.ProfileTaskStub.collectSnapshot(io.grpc.stub.StreamObserver<Commands> responseObserver)
collect dumped thread snapshot
|
void |
ProfileTaskGrpc.ProfileTaskImplBase.getProfileTaskCommands(ProfileTaskCommandQuery request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
query all sniffer need to execute profile task commands
|
void |
ProfileTaskGrpc.ProfileTaskStub.getProfileTaskCommands(ProfileTaskCommandQuery request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
query all sniffer need to execute profile task commands
|
void |
ProfileTaskGrpc.ProfileTaskImplBase.reportTaskFinish(ProfileTaskFinishReport request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
report profiling task finished
|
void |
ProfileTaskGrpc.ProfileTaskStub.reportTaskFinish(ProfileTaskFinishReport request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
report profiling task finished
|
| Modifier and Type | Method and Description |
|---|---|
Commands |
ProfileTaskGrpc.ProfileTaskBlockingStub.getProfileTaskCommands(ProfileTaskCommandQuery request)
query all sniffer need to execute profile task commands
|
Commands |
ProfileTaskGrpc.ProfileTaskBlockingStub.reportTaskFinish(ProfileTaskFinishReport request)
report profiling task finished
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<ThreadSnapshot,Commands> |
ProfileTaskGrpc.getCollectSnapshotMethod() |
static io.grpc.MethodDescriptor<ProfileTaskCommandQuery,Commands> |
ProfileTaskGrpc.getGetProfileTaskCommandsMethod() |
com.google.common.util.concurrent.ListenableFuture<Commands> |
ProfileTaskGrpc.ProfileTaskFutureStub.getProfileTaskCommands(ProfileTaskCommandQuery request)
query all sniffer need to execute profile task commands
|
static io.grpc.MethodDescriptor<ProfileTaskFinishReport,Commands> |
ProfileTaskGrpc.getReportTaskFinishMethod() |
com.google.common.util.concurrent.ListenableFuture<Commands> |
ProfileTaskGrpc.ProfileTaskFutureStub.reportTaskFinish(ProfileTaskFinishReport request)
report profiling task finished
|
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<ThreadSnapshot> |
ProfileTaskGrpc.ProfileTaskImplBase.collectSnapshot(io.grpc.stub.StreamObserver<Commands> responseObserver)
collect dumped thread snapshot
|
io.grpc.stub.StreamObserver<ThreadSnapshot> |
ProfileTaskGrpc.ProfileTaskStub.collectSnapshot(io.grpc.stub.StreamObserver<Commands> responseObserver)
collect dumped thread snapshot
|
void |
ProfileTaskGrpc.ProfileTaskImplBase.getProfileTaskCommands(ProfileTaskCommandQuery request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
query all sniffer need to execute profile task commands
|
void |
ProfileTaskGrpc.ProfileTaskStub.getProfileTaskCommands(ProfileTaskCommandQuery request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
query all sniffer need to execute profile task commands
|
void |
ProfileTaskGrpc.ProfileTaskImplBase.reportTaskFinish(ProfileTaskFinishReport request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
report profiling task finished
|
void |
ProfileTaskGrpc.ProfileTaskStub.reportTaskFinish(ProfileTaskFinishReport request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
report profiling task finished
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<LogData,Commands> |
LogReportServiceGrpc.getCollectMethod() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<LogData> |
LogReportServiceGrpc.LogReportServiceImplBase.collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Recommend to report log data in a stream mode.
|
io.grpc.stub.StreamObserver<LogData> |
LogReportServiceGrpc.LogReportServiceStub.collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Recommend to report log data in a stream mode.
|
| Modifier and Type | Method and Description |
|---|---|
Commands |
ManagementServiceGrpc.ManagementServiceBlockingStub.keepAlive(InstancePingPkg request)
Keep the instance alive in the backend analysis.
|
Commands |
ManagementServiceGrpc.ManagementServiceBlockingStub.reportInstanceProperties(InstanceProperties request)
Report custom properties of a service instance.
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<InstancePingPkg,Commands> |
ManagementServiceGrpc.getKeepAliveMethod() |
static io.grpc.MethodDescriptor<InstanceProperties,Commands> |
ManagementServiceGrpc.getReportInstancePropertiesMethod() |
com.google.common.util.concurrent.ListenableFuture<Commands> |
ManagementServiceGrpc.ManagementServiceFutureStub.keepAlive(InstancePingPkg request)
Keep the instance alive in the backend analysis.
|
com.google.common.util.concurrent.ListenableFuture<Commands> |
ManagementServiceGrpc.ManagementServiceFutureStub.reportInstanceProperties(InstanceProperties request)
Report custom properties of a service instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementServiceGrpc.ManagementServiceImplBase.keepAlive(InstancePingPkg request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Keep the instance alive in the backend analysis.
|
void |
ManagementServiceGrpc.ManagementServiceStub.keepAlive(InstancePingPkg request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Keep the instance alive in the backend analysis.
|
void |
ManagementServiceGrpc.ManagementServiceImplBase.reportInstanceProperties(InstanceProperties request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Report custom properties of a service instance.
|
void |
ManagementServiceGrpc.ManagementServiceStub.reportInstanceProperties(InstanceProperties request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Report custom properties of a service instance.
|
| Modifier and Type | Method and Description |
|---|---|
Commands |
ManagementServiceGrpc.ManagementServiceBlockingStub.keepAlive(InstancePingPkg request)
Keep the instance alive in the backend analysis.
|
Commands |
ManagementServiceGrpc.ManagementServiceBlockingStub.reportInstanceProperties(InstanceProperties request)
Report custom properties of a service instance.
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<InstancePingPkg,Commands> |
ManagementServiceGrpc.getKeepAliveMethod() |
static io.grpc.MethodDescriptor<InstanceProperties,Commands> |
ManagementServiceGrpc.getReportInstancePropertiesMethod() |
com.google.common.util.concurrent.ListenableFuture<Commands> |
ManagementServiceGrpc.ManagementServiceFutureStub.keepAlive(InstancePingPkg request)
Keep the instance alive in the backend analysis.
|
com.google.common.util.concurrent.ListenableFuture<Commands> |
ManagementServiceGrpc.ManagementServiceFutureStub.reportInstanceProperties(InstanceProperties request)
Report custom properties of a service instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementServiceGrpc.ManagementServiceImplBase.keepAlive(InstancePingPkg request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Keep the instance alive in the backend analysis.
|
void |
ManagementServiceGrpc.ManagementServiceStub.keepAlive(InstancePingPkg request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Keep the instance alive in the backend analysis.
|
void |
ManagementServiceGrpc.ManagementServiceImplBase.reportInstanceProperties(InstanceProperties request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Report custom properties of a service instance.
|
void |
ManagementServiceGrpc.ManagementServiceStub.reportInstanceProperties(InstanceProperties request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Report custom properties of a service instance.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.