Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.block |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GetUsedBytesPResponse> |
GetUsedBytesPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetUsedBytesPResponse |
GetUsedBytesPResponse.Builder.build() |
GetUsedBytesPResponse |
GetUsedBytesPResponse.Builder.buildPartial() |
static GetUsedBytesPResponse |
GetUsedBytesPResponse.getDefaultInstance() |
GetUsedBytesPResponse |
GetUsedBytesPResponse.getDefaultInstanceForType() |
GetUsedBytesPResponse |
GetUsedBytesPResponse.Builder.getDefaultInstanceForType() |
GetUsedBytesPResponse |
BlockMasterClientServiceGrpc.BlockMasterClientServiceBlockingStub.getUsedBytes(GetUsedBytesPOptions request)
Returns the used storage (in bytes).
|
static GetUsedBytesPResponse |
GetUsedBytesPResponse.parseDelimitedFrom(InputStream input) |
static GetUsedBytesPResponse |
GetUsedBytesPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetUsedBytesPResponse |
GetUsedBytesPResponse.parseFrom(byte[] data) |
static GetUsedBytesPResponse |
GetUsedBytesPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetUsedBytesPResponse |
GetUsedBytesPResponse.parseFrom(ByteBuffer data) |
static GetUsedBytesPResponse |
GetUsedBytesPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetUsedBytesPResponse |
GetUsedBytesPResponse.parseFrom(com.google.protobuf.ByteString data) |
static GetUsedBytesPResponse |
GetUsedBytesPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetUsedBytesPResponse |
GetUsedBytesPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetUsedBytesPResponse |
GetUsedBytesPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetUsedBytesPResponse |
GetUsedBytesPResponse.parseFrom(InputStream input) |
static GetUsedBytesPResponse |
GetUsedBytesPResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetUsedBytesPOptions,GetUsedBytesPResponse> |
BlockMasterClientServiceGrpc.getGetUsedBytesMethod() |
com.google.protobuf.Parser<GetUsedBytesPResponse> |
GetUsedBytesPResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<GetUsedBytesPResponse> |
BlockMasterClientServiceGrpc.BlockMasterClientServiceFutureStub.getUsedBytes(GetUsedBytesPOptions request)
Returns the used storage (in bytes).
|
static com.google.protobuf.Parser<GetUsedBytesPResponse> |
GetUsedBytesPResponse.parser() |
Modifier and Type | Method and Description |
---|---|
GetUsedBytesPResponse.Builder |
GetUsedBytesPResponse.Builder.mergeFrom(GetUsedBytesPResponse other) |
static GetUsedBytesPResponse.Builder |
GetUsedBytesPResponse.newBuilder(GetUsedBytesPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterClientServiceGrpc.BlockMasterClientServiceImplBase.getUsedBytes(GetUsedBytesPOptions request,
io.grpc.stub.StreamObserver<GetUsedBytesPResponse> responseObserver)
Returns the used storage (in bytes).
|
void |
BlockMasterClientServiceGrpc.BlockMasterClientServiceStub.getUsedBytes(GetUsedBytesPOptions request,
io.grpc.stub.StreamObserver<GetUsedBytesPResponse> responseObserver)
Returns the used storage (in bytes).
|
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterClientServiceHandler.getUsedBytes(GetUsedBytesPOptions options,
io.grpc.stub.StreamObserver<GetUsedBytesPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.