Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.meta |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<CheckpointPOptions> |
CheckpointPOptions.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CheckpointPOptions |
CheckpointPOptions.Builder.build() |
CheckpointPOptions |
CheckpointPOptions.Builder.buildPartial() |
static CheckpointPOptions |
CheckpointPOptions.getDefaultInstance() |
CheckpointPOptions |
CheckpointPOptions.getDefaultInstanceForType() |
CheckpointPOptions |
CheckpointPOptions.Builder.getDefaultInstanceForType() |
static CheckpointPOptions |
CheckpointPOptions.parseDelimitedFrom(InputStream input) |
static CheckpointPOptions |
CheckpointPOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckpointPOptions |
CheckpointPOptions.parseFrom(byte[] data) |
static CheckpointPOptions |
CheckpointPOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckpointPOptions |
CheckpointPOptions.parseFrom(ByteBuffer data) |
static CheckpointPOptions |
CheckpointPOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckpointPOptions |
CheckpointPOptions.parseFrom(com.google.protobuf.ByteString data) |
static CheckpointPOptions |
CheckpointPOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckpointPOptions |
CheckpointPOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static CheckpointPOptions |
CheckpointPOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckpointPOptions |
CheckpointPOptions.parseFrom(InputStream input) |
static CheckpointPOptions |
CheckpointPOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<CheckpointPOptions,CheckpointPResponse> |
MetaMasterClientServiceGrpc.getCheckpointMethod() |
com.google.protobuf.Parser<CheckpointPOptions> |
CheckpointPOptions.getParserForType() |
static com.google.protobuf.Parser<CheckpointPOptions> |
CheckpointPOptions.parser() |
Modifier and Type | Method and Description |
---|---|
CheckpointPResponse |
MetaMasterClientServiceGrpc.MetaMasterClientServiceBlockingStub.checkpoint(CheckpointPOptions request)
Creates a checkpoint in the primary master journal system.
|
com.google.common.util.concurrent.ListenableFuture<CheckpointPResponse> |
MetaMasterClientServiceGrpc.MetaMasterClientServiceFutureStub.checkpoint(CheckpointPOptions request)
Creates a checkpoint in the primary master journal system.
|
void |
MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase.checkpoint(CheckpointPOptions request,
io.grpc.stub.StreamObserver<CheckpointPResponse> responseObserver)
Creates a checkpoint in the primary master journal system.
|
void |
MetaMasterClientServiceGrpc.MetaMasterClientServiceStub.checkpoint(CheckpointPOptions request,
io.grpc.stub.StreamObserver<CheckpointPResponse> responseObserver)
Creates a checkpoint in the primary master journal system.
|
CheckpointPOptions.Builder |
CheckpointPOptions.Builder.mergeFrom(CheckpointPOptions other) |
static CheckpointPOptions.Builder |
CheckpointPOptions.newBuilder(CheckpointPOptions prototype) |
Modifier and Type | Method and Description |
---|---|
void |
MetaMasterClientServiceHandler.checkpoint(CheckpointPOptions options,
io.grpc.stub.StreamObserver<CheckpointPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.