Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.metrics |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GetMetricsPOptions> |
GetMetricsPOptions.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetMetricsPOptions |
GetMetricsPOptions.Builder.build() |
GetMetricsPOptions |
GetMetricsPOptions.Builder.buildPartial() |
static GetMetricsPOptions |
GetMetricsPOptions.getDefaultInstance() |
GetMetricsPOptions |
GetMetricsPOptions.getDefaultInstanceForType() |
GetMetricsPOptions |
GetMetricsPOptions.Builder.getDefaultInstanceForType() |
static GetMetricsPOptions |
GetMetricsPOptions.parseDelimitedFrom(InputStream input) |
static GetMetricsPOptions |
GetMetricsPOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMetricsPOptions |
GetMetricsPOptions.parseFrom(byte[] data) |
static GetMetricsPOptions |
GetMetricsPOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMetricsPOptions |
GetMetricsPOptions.parseFrom(ByteBuffer data) |
static GetMetricsPOptions |
GetMetricsPOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMetricsPOptions |
GetMetricsPOptions.parseFrom(com.google.protobuf.ByteString data) |
static GetMetricsPOptions |
GetMetricsPOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMetricsPOptions |
GetMetricsPOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetMetricsPOptions |
GetMetricsPOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMetricsPOptions |
GetMetricsPOptions.parseFrom(InputStream input) |
static GetMetricsPOptions |
GetMetricsPOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetMetricsPOptions,GetMetricsPResponse> |
MetricsMasterClientServiceGrpc.getGetMetricsMethod() |
com.google.protobuf.Parser<GetMetricsPOptions> |
GetMetricsPOptions.getParserForType() |
static com.google.protobuf.Parser<GetMetricsPOptions> |
GetMetricsPOptions.parser() |
Modifier and Type | Method and Description |
---|---|
GetMetricsPResponse |
MetricsMasterClientServiceGrpc.MetricsMasterClientServiceBlockingStub.getMetrics(GetMetricsPOptions request)
Returns a map of metrics property names and their values from Alluxio metrics system.
|
com.google.common.util.concurrent.ListenableFuture<GetMetricsPResponse> |
MetricsMasterClientServiceGrpc.MetricsMasterClientServiceFutureStub.getMetrics(GetMetricsPOptions request)
Returns a map of metrics property names and their values from Alluxio metrics system.
|
void |
MetricsMasterClientServiceGrpc.MetricsMasterClientServiceImplBase.getMetrics(GetMetricsPOptions request,
io.grpc.stub.StreamObserver<GetMetricsPResponse> responseObserver)
Returns a map of metrics property names and their values from Alluxio metrics system.
|
void |
MetricsMasterClientServiceGrpc.MetricsMasterClientServiceStub.getMetrics(GetMetricsPOptions request,
io.grpc.stub.StreamObserver<GetMetricsPResponse> responseObserver)
Returns a map of metrics property names and their values from Alluxio metrics system.
|
GetMetricsPOptions.Builder |
GetMetricsPOptions.Builder.mergeFrom(GetMetricsPOptions other) |
static GetMetricsPOptions.Builder |
GetMetricsPOptions.newBuilder(GetMetricsPOptions prototype) |
Modifier and Type | Method and Description |
---|---|
void |
MetricsMasterClientServiceHandler.getMetrics(GetMetricsPOptions options,
io.grpc.stub.StreamObserver<GetMetricsPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.