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