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