Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.journal.raft |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<LatestSnapshotInfoPRequest> |
LatestSnapshotInfoPRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.Builder.build() |
LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.Builder.buildPartial() |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.getDefaultInstance() |
LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.getDefaultInstanceForType() |
LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.Builder.getDefaultInstanceForType() |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.parseDelimitedFrom(InputStream input) |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.parseFrom(byte[] data) |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.parseFrom(ByteBuffer data) |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.parseFrom(com.google.protobuf.ByteString data) |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.parseFrom(InputStream input) |
static LatestSnapshotInfoPRequest |
LatestSnapshotInfoPRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<LatestSnapshotInfoPRequest> |
LatestSnapshotInfoPRequest.getParserForType() |
static io.grpc.MethodDescriptor<LatestSnapshotInfoPRequest,SnapshotMetadata> |
RaftJournalServiceGrpc.getRequestLatestSnapshotInfoMethod() |
static com.google.protobuf.Parser<LatestSnapshotInfoPRequest> |
LatestSnapshotInfoPRequest.parser() |
Modifier and Type | Method and Description |
---|---|
LatestSnapshotInfoPRequest.Builder |
LatestSnapshotInfoPRequest.Builder.mergeFrom(LatestSnapshotInfoPRequest other) |
static LatestSnapshotInfoPRequest.Builder |
LatestSnapshotInfoPRequest.newBuilder(LatestSnapshotInfoPRequest prototype) |
SnapshotMetadata |
RaftJournalServiceGrpc.RaftJournalServiceBlockingStub.requestLatestSnapshotInfo(LatestSnapshotInfoPRequest request)
Requests information about snapshots on a particular machine.
|
com.google.common.util.concurrent.ListenableFuture<SnapshotMetadata> |
RaftJournalServiceGrpc.RaftJournalServiceFutureStub.requestLatestSnapshotInfo(LatestSnapshotInfoPRequest request)
Requests information about snapshots on a particular machine.
|
default void |
RaftJournalServiceGrpc.AsyncService.requestLatestSnapshotInfo(LatestSnapshotInfoPRequest request,
io.grpc.stub.StreamObserver<SnapshotMetadata> responseObserver)
Requests information about snapshots on a particular machine.
|
void |
RaftJournalServiceGrpc.RaftJournalServiceStub.requestLatestSnapshotInfo(LatestSnapshotInfoPRequest request,
io.grpc.stub.StreamObserver<SnapshotMetadata> responseObserver)
Requests information about snapshots on a particular machine.
|
Modifier and Type | Method and Description |
---|---|
void |
RaftJournalServiceHandler.requestLatestSnapshotInfo(LatestSnapshotInfoPRequest request,
io.grpc.stub.StreamObserver<SnapshotMetadata> responseObserver) |
Copyright © 2023. All Rights Reserved.