Uses of Class
org.apache.skywalking.apm.network.ebpf.profiling.v3.ContinuousProfilingReport
Packages that use ContinuousProfilingReport
-
Uses of ContinuousProfilingReport in org.apache.skywalking.apm.network.ebpf.profiling.v3
Methods in org.apache.skywalking.apm.network.ebpf.profiling.v3 that return ContinuousProfilingReportModifier and TypeMethodDescriptionContinuousProfilingReport.Builder.build()ContinuousProfilingReport.Builder.buildPartial()static ContinuousProfilingReportContinuousProfilingReport.getDefaultInstance()ContinuousProfilingReport.Builder.getDefaultInstanceForType()ContinuousProfilingReport.getDefaultInstanceForType()static ContinuousProfilingReportContinuousProfilingReport.parseDelimitedFrom(InputStream input) static ContinuousProfilingReportContinuousProfilingReport.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContinuousProfilingReportContinuousProfilingReport.parseFrom(byte[] data) static ContinuousProfilingReportContinuousProfilingReport.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContinuousProfilingReportContinuousProfilingReport.parseFrom(com.google.protobuf.ByteString data) static ContinuousProfilingReportContinuousProfilingReport.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContinuousProfilingReportContinuousProfilingReport.parseFrom(com.google.protobuf.CodedInputStream input) static ContinuousProfilingReportContinuousProfilingReport.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContinuousProfilingReportContinuousProfilingReport.parseFrom(InputStream input) static ContinuousProfilingReportContinuousProfilingReport.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContinuousProfilingReportContinuousProfilingReport.parseFrom(ByteBuffer data) static ContinuousProfilingReportContinuousProfilingReport.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.ebpf.profiling.v3 that return types with arguments of type ContinuousProfilingReportModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ContinuousProfilingReport>ContinuousProfilingReport.getParserForType()static io.grpc.MethodDescriptor<ContinuousProfilingReport,Commands> ContinuousProfilingServiceGrpc.getReportProfilingTaskMethod()static com.google.protobuf.Parser<ContinuousProfilingReport>ContinuousProfilingReport.parser()Methods in org.apache.skywalking.apm.network.ebpf.profiling.v3 with parameters of type ContinuousProfilingReportModifier and TypeMethodDescriptionContinuousProfilingReport.Builder.mergeFrom(ContinuousProfilingReport other) ContinuousProfilingReport.newBuilder(ContinuousProfilingReport prototype) ContinuousProfilingServiceGrpc.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.com.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.voidContinuousProfilingServiceGrpc.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.