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