Class ProfilerServiceGrpc.ProfilerServiceImplBase (2.19.0)

public abstract static class ProfilerServiceGrpc.ProfilerServiceImplBase implements BindableService, ProfilerServiceGrpc.AsyncService

Base class for the server implementation of the service ProfilerService.

Manage the collection of continuous profiling data provided by profiling agents running in the cloud or by an offline provider of profiling data. General guidelines:

  • Profiles for a single deployment must be created in ascending time order.
  • Profiles can be created in either online or offline mode, see below.

Inheritance

java.lang.Object > ProfilerServiceGrpc.ProfilerServiceImplBase

Implements

io.grpc.BindableService, ProfilerServiceGrpc.AsyncService

Constructors

ProfilerServiceImplBase()

public ProfilerServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition