Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.block |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<CommitBlockInUfsPResponse> |
CommitBlockInUfsPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.Builder.build() |
CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.Builder.buildPartial() |
CommitBlockInUfsPResponse |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceBlockingStub.commitBlockInUfs(CommitBlockInUfsPRequest request)
Marks the given block as committed which resides in UFS.
|
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.getDefaultInstance() |
CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.getDefaultInstanceForType() |
CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.Builder.getDefaultInstanceForType() |
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.parseDelimitedFrom(InputStream input) |
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.parseFrom(byte[] data) |
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.parseFrom(ByteBuffer data) |
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.parseFrom(com.google.protobuf.ByteString data) |
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.parseFrom(InputStream input) |
static CommitBlockInUfsPResponse |
CommitBlockInUfsPResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<CommitBlockInUfsPResponse> |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceFutureStub.commitBlockInUfs(CommitBlockInUfsPRequest request)
Marks the given block as committed which resides in UFS.
|
static io.grpc.MethodDescriptor<CommitBlockInUfsPRequest,CommitBlockInUfsPResponse> |
BlockMasterWorkerServiceGrpc.getCommitBlockInUfsMethod() |
com.google.protobuf.Parser<CommitBlockInUfsPResponse> |
CommitBlockInUfsPResponse.getParserForType() |
static com.google.protobuf.Parser<CommitBlockInUfsPResponse> |
CommitBlockInUfsPResponse.parser() |
Modifier and Type | Method and Description |
---|---|
CommitBlockInUfsPResponse.Builder |
CommitBlockInUfsPResponse.Builder.mergeFrom(CommitBlockInUfsPResponse other) |
static CommitBlockInUfsPResponse.Builder |
CommitBlockInUfsPResponse.newBuilder(CommitBlockInUfsPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceImplBase.commitBlockInUfs(CommitBlockInUfsPRequest request,
io.grpc.stub.StreamObserver<CommitBlockInUfsPResponse> responseObserver)
Marks the given block as committed which resides in UFS.
|
void |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceStub.commitBlockInUfs(CommitBlockInUfsPRequest request,
io.grpc.stub.StreamObserver<CommitBlockInUfsPResponse> responseObserver)
Marks the given block as committed which resides in UFS.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterWorkerServiceHandler.commitBlockInUfs(CommitBlockInUfsPRequest request,
io.grpc.stub.StreamObserver<CommitBlockInUfsPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.