Uses of Class
org.apache.skywalking.apm.network.common.v3.Commands
Packages that use Commands
Package
Description
-
Uses of Commands in org.apache.skywalking.apm.network.common.v3
Methods in org.apache.skywalking.apm.network.common.v3 that return CommandsModifier and TypeMethodDescriptionCommands.Builder.build()Commands.Builder.buildPartial()static CommandsCommands.getDefaultInstance()Commands.Builder.getDefaultInstanceForType()Commands.getDefaultInstanceForType()static CommandsCommands.parseDelimitedFrom(InputStream input) static CommandsCommands.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandsCommands.parseFrom(byte[] data) static CommandsCommands.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandsCommands.parseFrom(com.google.protobuf.ByteString data) static CommandsCommands.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandsCommands.parseFrom(com.google.protobuf.CodedInputStream input) static CommandsCommands.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandsCommands.parseFrom(InputStream input) static CommandsCommands.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandsCommands.parseFrom(ByteBuffer data) static CommandsCommands.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.common.v3 that return types with arguments of type CommandsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Commands>Commands.getParserForType()static com.google.protobuf.Parser<Commands>Commands.parser()Methods in org.apache.skywalking.apm.network.common.v3 with parameters of type CommandsModifier and TypeMethodDescriptionstatic Commands.BuilderCommands.newBuilder(Commands prototype) -
Uses of Commands in org.apache.skywalking.apm.network.ebpf.profiling.process.v3
Methods in org.apache.skywalking.apm.network.ebpf.profiling.process.v3 that return CommandsModifier and TypeMethodDescriptionEBPFProcessServiceGrpc.EBPFProcessServiceBlockingStub.keepAlive(EBPFProcessPingPkgList request) Keep the process alive in the backend.Methods in org.apache.skywalking.apm.network.ebpf.profiling.process.v3 that return types with arguments of type CommandsModifier and TypeMethodDescriptionstatic 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.Method parameters in org.apache.skywalking.apm.network.ebpf.profiling.process.v3 with type arguments of type CommandsModifier and TypeMethodDescriptionvoidEBPFProcessServiceGrpc.EBPFProcessServiceImplBase.keepAlive(EBPFProcessPingPkgList request, io.grpc.stub.StreamObserver<Commands> responseObserver) Keep the process alive in the backend.voidEBPFProcessServiceGrpc.EBPFProcessServiceStub.keepAlive(EBPFProcessPingPkgList request, io.grpc.stub.StreamObserver<Commands> responseObserver) Keep the process alive in the backend. -
Uses of Commands in org.apache.skywalking.apm.network.ebpf.profiling.v3
Methods in org.apache.skywalking.apm.network.ebpf.profiling.v3 that return CommandsModifier and TypeMethodDescriptionContinuousProfilingServiceGrpc.ContinuousProfilingServiceBlockingStub.queryPolicies(ContinuousProfilingPolicyQuery request) Query continuous profiling policyEBPFProfilingServiceGrpc.EBPFProfilingServiceBlockingStub.queryTasks(EBPFProfilingTaskQuery request) Query profiling (start or stop) tasksContinuousProfilingServiceGrpc.ContinuousProfilingServiceBlockingStub.reportProfilingTask(ContinuousProfilingReport request) Report the profiling task when the policy threshold is reached Use the returned task ID to perform the profiling task through EBPFProfilingService#collectProfilingData.Methods in org.apache.skywalking.apm.network.ebpf.profiling.v3 that return types with arguments of type CommandsModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<EBPFProfilingData,Commands> EBPFProfilingServiceGrpc.getCollectProfilingDataMethod()static io.grpc.MethodDescriptor<ContinuousProfilingPolicyQuery,Commands> ContinuousProfilingServiceGrpc.getQueryPoliciesMethod()static io.grpc.MethodDescriptor<EBPFProfilingTaskQuery,Commands> EBPFProfilingServiceGrpc.getQueryTasksMethod()static io.grpc.MethodDescriptor<ContinuousProfilingReport,Commands> ContinuousProfilingServiceGrpc.getReportProfilingTaskMethod()com.google.common.util.concurrent.ListenableFuture<Commands>ContinuousProfilingServiceGrpc.ContinuousProfilingServiceFutureStub.queryPolicies(ContinuousProfilingPolicyQuery request) Query continuous profiling policycom.google.common.util.concurrent.ListenableFuture<Commands>EBPFProfilingServiceGrpc.EBPFProfilingServiceFutureStub.queryTasks(EBPFProfilingTaskQuery request) Query profiling (start or stop) taskscom.google.common.util.concurrent.ListenableFuture<Commands>ContinuousProfilingServiceGrpc.ContinuousProfilingServiceFutureStub.reportProfilingTask(ContinuousProfilingReport request) Report the profiling task when the policy threshold is reached Use the returned task ID to perform the profiling task through EBPFProfilingService#collectProfilingData.Method parameters in org.apache.skywalking.apm.network.ebpf.profiling.v3 with type arguments of type CommandsModifier and TypeMethodDescriptionio.grpc.stub.StreamObserver<EBPFProfilingData>EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase.collectProfilingData(io.grpc.stub.StreamObserver<Commands> responseObserver) collect profiling dataio.grpc.stub.StreamObserver<EBPFProfilingData>EBPFProfilingServiceGrpc.EBPFProfilingServiceStub.collectProfilingData(io.grpc.stub.StreamObserver<Commands> responseObserver) collect profiling datavoidContinuousProfilingServiceGrpc.ContinuousProfilingServiceImplBase.queryPolicies(ContinuousProfilingPolicyQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) Query continuous profiling policyvoidContinuousProfilingServiceGrpc.ContinuousProfilingServiceStub.queryPolicies(ContinuousProfilingPolicyQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) Query continuous profiling policyvoidEBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase.queryTasks(EBPFProfilingTaskQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) Query profiling (start or stop) tasksvoidEBPFProfilingServiceGrpc.EBPFProfilingServiceStub.queryTasks(EBPFProfilingTaskQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) Query profiling (start or stop) tasksvoidContinuousProfilingServiceGrpc.ContinuousProfilingServiceImplBase.reportProfilingTask(ContinuousProfilingReport request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report the profiling task when the policy threshold is reached Use the returned task ID to perform the profiling task through EBPFProfilingService#collectProfilingData.voidContinuousProfilingServiceGrpc.ContinuousProfilingServiceStub.reportProfilingTask(ContinuousProfilingReport request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report the profiling task when the policy threshold is reached Use the returned task ID to perform the profiling task through EBPFProfilingService#collectProfilingData. -
Uses of Commands in org.apache.skywalking.apm.network.event.v3
Methods in org.apache.skywalking.apm.network.event.v3 that return types with arguments of type CommandsMethod parameters in org.apache.skywalking.apm.network.event.v3 with type arguments of type CommandsModifier 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. -
Uses of Commands in org.apache.skywalking.apm.network.language.agent.v3
Methods in org.apache.skywalking.apm.network.language.agent.v3 that return CommandsModifier and TypeMethodDescriptionCLRMetricReportServiceGrpc.CLRMetricReportServiceBlockingStub.collect(CLRMetricCollection request) JVMMetricReportServiceGrpc.JVMMetricReportServiceBlockingStub.collect(JVMMetricCollection request) 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.BrowserPerfServiceGrpc.BrowserPerfServiceBlockingStub.collectPerfData(BrowserPerfData request) report once per pageConfigurationDiscoveryServiceGrpc.ConfigurationDiscoveryServiceBlockingStub.fetchConfigurations(ConfigurationSyncRequest request) fetchConfigurations service requests the latest configuration.Methods in org.apache.skywalking.apm.network.language.agent.v3 that return types with arguments of type CommandsModifier and TypeMethodDescriptioncom.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 pagecom.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<CLRMetricCollection,Commands> CLRMetricReportServiceGrpc.getCollectMethod()static io.grpc.MethodDescriptor<JVMMetricCollection,Commands> JVMMetricReportServiceGrpc.getCollectMethod()MeterReportServiceGrpc.getCollectMethod()static io.grpc.MethodDescriptor<SpanAttachedEvent,Commands> SpanAttachedEventReportServiceGrpc.getCollectMethod()static io.grpc.MethodDescriptor<SegmentObject,Commands> TraceSegmentReportServiceGrpc.getCollectMethod()static io.grpc.MethodDescriptor<BrowserPerfData,Commands> BrowserPerfServiceGrpc.getCollectPerfDataMethod()static io.grpc.MethodDescriptor<ConfigurationSyncRequest,Commands> ConfigurationDiscoveryServiceGrpc.getFetchConfigurationsMethod()Method parameters in org.apache.skywalking.apm.network.language.agent.v3 with type arguments of type CommandsModifier and TypeMethodDescriptionvoidCLRMetricReportServiceGrpc.CLRMetricReportServiceImplBase.collect(CLRMetricCollection request, io.grpc.stub.StreamObserver<Commands> responseObserver) voidCLRMetricReportServiceGrpc.CLRMetricReportServiceStub.collect(CLRMetricCollection request, io.grpc.stub.StreamObserver<Commands> responseObserver) voidJVMMetricReportServiceGrpc.JVMMetricReportServiceImplBase.collect(JVMMetricCollection request, io.grpc.stub.StreamObserver<Commands> responseObserver) voidJVMMetricReportServiceGrpc.JVMMetricReportServiceStub.collect(JVMMetricCollection request, io.grpc.stub.StreamObserver<Commands> responseObserver) 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<SpanAttachedEvent>SpanAttachedEventReportServiceGrpc.SpanAttachedEventReportServiceImplBase.collect(io.grpc.stub.StreamObserver<Commands> responseObserver) Collect SpanAttachedEvent to the OAP server in the streaming mode.io.grpc.stub.StreamObserver<SpanAttachedEvent>SpanAttachedEventReportServiceGrpc.SpanAttachedEventReportServiceStub.collect(io.grpc.stub.StreamObserver<Commands> responseObserver) Collect SpanAttachedEvent to the OAP server in the streaming mode.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<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.voidTraceSegmentReportServiceGrpc.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.voidTraceSegmentReportServiceGrpc.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.voidBrowserPerfServiceGrpc.BrowserPerfServiceImplBase.collectPerfData(BrowserPerfData request, io.grpc.stub.StreamObserver<Commands> responseObserver) report once per pagevoidBrowserPerfServiceGrpc.BrowserPerfServiceStub.collectPerfData(BrowserPerfData request, io.grpc.stub.StreamObserver<Commands> responseObserver) report once per pagevoidConfigurationDiscoveryServiceGrpc.ConfigurationDiscoveryServiceImplBase.fetchConfigurations(ConfigurationSyncRequest request, io.grpc.stub.StreamObserver<Commands> responseObserver) fetchConfigurations service requests the latest configuration.voidConfigurationDiscoveryServiceGrpc.ConfigurationDiscoveryServiceStub.fetchConfigurations(ConfigurationSyncRequest request, io.grpc.stub.StreamObserver<Commands> responseObserver) fetchConfigurations service requests the latest configuration. -
Uses of Commands in org.apache.skywalking.apm.network.language.agent.v3.compat
Methods in org.apache.skywalking.apm.network.language.agent.v3.compat that return CommandsModifier and TypeMethodDescriptionCLRMetricReportServiceGrpc.CLRMetricReportServiceBlockingStub.collect(CLRMetricCollection request) JVMMetricReportServiceGrpc.JVMMetricReportServiceBlockingStub.collect(JVMMetricCollection request) 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.BrowserPerfServiceGrpc.BrowserPerfServiceBlockingStub.collectPerfData(BrowserPerfData request) report once per pageMethods in org.apache.skywalking.apm.network.language.agent.v3.compat that return types with arguments of type CommandsModifier and TypeMethodDescriptioncom.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 pagestatic io.grpc.MethodDescriptor<BrowserErrorLog,Commands> BrowserPerfServiceGrpc.getCollectErrorLogsMethod()static io.grpc.MethodDescriptor<SegmentCollection,Commands> TraceSegmentReportServiceGrpc.getCollectInSyncMethod()static io.grpc.MethodDescriptor<CLRMetricCollection,Commands> CLRMetricReportServiceGrpc.getCollectMethod()static io.grpc.MethodDescriptor<JVMMetricCollection,Commands> JVMMetricReportServiceGrpc.getCollectMethod()MeterReportServiceGrpc.getCollectMethod()static io.grpc.MethodDescriptor<SegmentObject,Commands> TraceSegmentReportServiceGrpc.getCollectMethod()static io.grpc.MethodDescriptor<BrowserPerfData,Commands> BrowserPerfServiceGrpc.getCollectPerfDataMethod()Method parameters in org.apache.skywalking.apm.network.language.agent.v3.compat with type arguments of type CommandsModifier and TypeMethodDescriptionvoidCLRMetricReportServiceGrpc.CLRMetricReportServiceImplBase.collect(CLRMetricCollection request, io.grpc.stub.StreamObserver<Commands> responseObserver) voidCLRMetricReportServiceGrpc.CLRMetricReportServiceStub.collect(CLRMetricCollection request, io.grpc.stub.StreamObserver<Commands> responseObserver) voidJVMMetricReportServiceGrpc.JVMMetricReportServiceImplBase.collect(JVMMetricCollection request, io.grpc.stub.StreamObserver<Commands> responseObserver) voidJVMMetricReportServiceGrpc.JVMMetricReportServiceStub.collect(JVMMetricCollection request, io.grpc.stub.StreamObserver<Commands> responseObserver) 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<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<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.voidTraceSegmentReportServiceGrpc.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.voidTraceSegmentReportServiceGrpc.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.voidBrowserPerfServiceGrpc.BrowserPerfServiceImplBase.collectPerfData(BrowserPerfData request, io.grpc.stub.StreamObserver<Commands> responseObserver) report once per pagevoidBrowserPerfServiceGrpc.BrowserPerfServiceStub.collectPerfData(BrowserPerfData request, io.grpc.stub.StreamObserver<Commands> responseObserver) report once per page -
Uses of Commands in org.apache.skywalking.apm.network.language.profile.v3
Methods in org.apache.skywalking.apm.network.language.profile.v3 that return CommandsModifier and TypeMethodDescriptionProfileTaskGrpc.ProfileTaskBlockingStub.getProfileTaskCommands(ProfileTaskCommandQuery request) query all sniffer need to execute profile task commandsProfileTaskGrpc.ProfileTaskBlockingStub.reportTaskFinish(ProfileTaskFinishReport request) report profiling task finishedMethods in org.apache.skywalking.apm.network.language.profile.v3 that return types with arguments of type CommandsModifier and TypeMethodDescriptionstatic 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 commandsstatic io.grpc.MethodDescriptor<ProfileTaskFinishReport,Commands> ProfileTaskGrpc.getReportTaskFinishMethod()com.google.common.util.concurrent.ListenableFuture<Commands>ProfileTaskGrpc.ProfileTaskFutureStub.reportTaskFinish(ProfileTaskFinishReport request) report profiling task finishedMethod parameters in org.apache.skywalking.apm.network.language.profile.v3 with type arguments of type CommandsModifier and TypeMethodDescriptionio.grpc.stub.StreamObserver<ThreadSnapshot>ProfileTaskGrpc.ProfileTaskImplBase.collectSnapshot(io.grpc.stub.StreamObserver<Commands> responseObserver) collect dumped thread snapshotio.grpc.stub.StreamObserver<ThreadSnapshot>ProfileTaskGrpc.ProfileTaskStub.collectSnapshot(io.grpc.stub.StreamObserver<Commands> responseObserver) collect dumped thread snapshotvoidProfileTaskGrpc.ProfileTaskImplBase.getProfileTaskCommands(ProfileTaskCommandQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) query all sniffer need to execute profile task commandsvoidProfileTaskGrpc.ProfileTaskStub.getProfileTaskCommands(ProfileTaskCommandQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) query all sniffer need to execute profile task commandsvoidProfileTaskGrpc.ProfileTaskImplBase.reportTaskFinish(ProfileTaskFinishReport request, io.grpc.stub.StreamObserver<Commands> responseObserver) report profiling task finishedvoidProfileTaskGrpc.ProfileTaskStub.reportTaskFinish(ProfileTaskFinishReport request, io.grpc.stub.StreamObserver<Commands> responseObserver) report profiling task finished -
Uses of Commands in org.apache.skywalking.apm.network.language.profile.v3.compat
Methods in org.apache.skywalking.apm.network.language.profile.v3.compat that return CommandsModifier and TypeMethodDescriptionProfileTaskGrpc.ProfileTaskBlockingStub.getProfileTaskCommands(ProfileTaskCommandQuery request) query all sniffer need to execute profile task commandsProfileTaskGrpc.ProfileTaskBlockingStub.reportTaskFinish(ProfileTaskFinishReport request) report profiling task finishedMethods in org.apache.skywalking.apm.network.language.profile.v3.compat that return types with arguments of type CommandsModifier and TypeMethodDescriptionstatic 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 commandsstatic io.grpc.MethodDescriptor<ProfileTaskFinishReport,Commands> ProfileTaskGrpc.getReportTaskFinishMethod()com.google.common.util.concurrent.ListenableFuture<Commands>ProfileTaskGrpc.ProfileTaskFutureStub.reportTaskFinish(ProfileTaskFinishReport request) report profiling task finishedMethod parameters in org.apache.skywalking.apm.network.language.profile.v3.compat with type arguments of type CommandsModifier and TypeMethodDescriptionio.grpc.stub.StreamObserver<ThreadSnapshot>ProfileTaskGrpc.ProfileTaskImplBase.collectSnapshot(io.grpc.stub.StreamObserver<Commands> responseObserver) collect dumped thread snapshotio.grpc.stub.StreamObserver<ThreadSnapshot>ProfileTaskGrpc.ProfileTaskStub.collectSnapshot(io.grpc.stub.StreamObserver<Commands> responseObserver) collect dumped thread snapshotvoidProfileTaskGrpc.ProfileTaskImplBase.getProfileTaskCommands(ProfileTaskCommandQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) query all sniffer need to execute profile task commandsvoidProfileTaskGrpc.ProfileTaskStub.getProfileTaskCommands(ProfileTaskCommandQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) query all sniffer need to execute profile task commandsvoidProfileTaskGrpc.ProfileTaskImplBase.reportTaskFinish(ProfileTaskFinishReport request, io.grpc.stub.StreamObserver<Commands> responseObserver) report profiling task finishedvoidProfileTaskGrpc.ProfileTaskStub.reportTaskFinish(ProfileTaskFinishReport request, io.grpc.stub.StreamObserver<Commands> responseObserver) report profiling task finished -
Uses of Commands in org.apache.skywalking.apm.network.logging.v3
Methods in org.apache.skywalking.apm.network.logging.v3 that return types with arguments of type CommandsMethod parameters in org.apache.skywalking.apm.network.logging.v3 with type arguments of type CommandsModifier and TypeMethodDescriptionio.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. -
Uses of Commands in org.apache.skywalking.apm.network.management.v3
Methods in org.apache.skywalking.apm.network.management.v3 that return CommandsModifier and TypeMethodDescriptionManagementServiceGrpc.ManagementServiceBlockingStub.keepAlive(InstancePingPkg request) Keep the instance alive in the backend analysis.ManagementServiceGrpc.ManagementServiceBlockingStub.reportInstanceProperties(InstanceProperties request) Report custom properties of a service instance.Methods in org.apache.skywalking.apm.network.management.v3 that return types with arguments of type CommandsModifier and TypeMethodDescriptionstatic 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.Method parameters in org.apache.skywalking.apm.network.management.v3 with type arguments of type CommandsModifier and TypeMethodDescriptionvoidManagementServiceGrpc.ManagementServiceImplBase.keepAlive(InstancePingPkg request, io.grpc.stub.StreamObserver<Commands> responseObserver) Keep the instance alive in the backend analysis.voidManagementServiceGrpc.ManagementServiceStub.keepAlive(InstancePingPkg request, io.grpc.stub.StreamObserver<Commands> responseObserver) Keep the instance alive in the backend analysis.voidManagementServiceGrpc.ManagementServiceImplBase.reportInstanceProperties(InstanceProperties request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report custom properties of a service instance.voidManagementServiceGrpc.ManagementServiceStub.reportInstanceProperties(InstanceProperties request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report custom properties of a service instance. -
Uses of Commands in org.apache.skywalking.apm.network.management.v3.compat
Methods in org.apache.skywalking.apm.network.management.v3.compat that return CommandsModifier and TypeMethodDescriptionManagementServiceGrpc.ManagementServiceBlockingStub.keepAlive(InstancePingPkg request) Keep the instance alive in the backend analysis.ManagementServiceGrpc.ManagementServiceBlockingStub.reportInstanceProperties(InstanceProperties request) Report custom properties of a service instance.Methods in org.apache.skywalking.apm.network.management.v3.compat that return types with arguments of type CommandsModifier and TypeMethodDescriptionstatic 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.Method parameters in org.apache.skywalking.apm.network.management.v3.compat with type arguments of type CommandsModifier and TypeMethodDescriptionvoidManagementServiceGrpc.ManagementServiceImplBase.keepAlive(InstancePingPkg request, io.grpc.stub.StreamObserver<Commands> responseObserver) Keep the instance alive in the backend analysis.voidManagementServiceGrpc.ManagementServiceStub.keepAlive(InstancePingPkg request, io.grpc.stub.StreamObserver<Commands> responseObserver) Keep the instance alive in the backend analysis.voidManagementServiceGrpc.ManagementServiceImplBase.reportInstanceProperties(InstanceProperties request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report custom properties of a service instance.voidManagementServiceGrpc.ManagementServiceStub.reportInstanceProperties(InstanceProperties request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report custom properties of a service instance.