Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.journal.raft |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<SnapshotData> |
SnapshotData.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SnapshotData |
SnapshotData.Builder.build() |
SnapshotData |
SnapshotData.Builder.buildPartial() |
SnapshotData |
DownloadSnapshotPResponseOrBuilder.getData()
Deprecated.
|
SnapshotData |
DownloadSnapshotPResponse.getData()
Deprecated.
|
SnapshotData |
DownloadSnapshotPResponse.Builder.getData()
Deprecated.
|
SnapshotData |
UploadSnapshotPRequestOrBuilder.getData()
Deprecated.
|
SnapshotData |
UploadSnapshotPRequest.getData()
Deprecated.
|
SnapshotData |
UploadSnapshotPRequest.Builder.getData()
Deprecated.
|
static SnapshotData |
SnapshotData.getDefaultInstance() |
SnapshotData |
SnapshotData.getDefaultInstanceForType() |
SnapshotData |
SnapshotData.Builder.getDefaultInstanceForType() |
static SnapshotData |
SnapshotData.parseDelimitedFrom(InputStream input) |
static SnapshotData |
SnapshotData.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotData |
SnapshotData.parseFrom(byte[] data) |
static SnapshotData |
SnapshotData.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotData |
SnapshotData.parseFrom(ByteBuffer data) |
static SnapshotData |
SnapshotData.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotData |
SnapshotData.parseFrom(com.google.protobuf.ByteString data) |
static SnapshotData |
SnapshotData.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotData |
SnapshotData.parseFrom(com.google.protobuf.CodedInputStream input) |
static SnapshotData |
SnapshotData.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotData |
SnapshotData.parseFrom(InputStream input) |
static SnapshotData |
SnapshotData.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<SnapshotData> |
SnapshotData.getParserForType() |
static io.grpc.MethodDescriptor<SnapshotMetadata,SnapshotData> |
RaftJournalServiceGrpc.getRequestLatestSnapshotDataMethod() |
static com.google.protobuf.Parser<SnapshotData> |
SnapshotData.parser() |
Iterator<SnapshotData> |
RaftJournalServiceGrpc.RaftJournalServiceBlockingStub.requestLatestSnapshotData(SnapshotMetadata request)
Request to download the snapshot information from a particular machine.
|
Modifier and Type | Method and Description |
---|---|
DownloadSnapshotPResponse.Builder |
DownloadSnapshotPResponse.Builder.mergeData(SnapshotData value)
Deprecated.
|
UploadSnapshotPRequest.Builder |
UploadSnapshotPRequest.Builder.mergeData(SnapshotData value)
Deprecated.
|
SnapshotData.Builder |
SnapshotData.Builder.mergeFrom(SnapshotData other) |
static SnapshotData.Builder |
SnapshotData.newBuilder(SnapshotData prototype) |
DownloadSnapshotPResponse.Builder |
DownloadSnapshotPResponse.Builder.setData(SnapshotData value)
Deprecated.
|
UploadSnapshotPRequest.Builder |
UploadSnapshotPRequest.Builder.setData(SnapshotData value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default void |
RaftJournalServiceGrpc.AsyncService.requestLatestSnapshotData(SnapshotMetadata request,
io.grpc.stub.StreamObserver<SnapshotData> responseObserver)
Request to download the snapshot information from a particular machine.
|
void |
RaftJournalServiceGrpc.RaftJournalServiceStub.requestLatestSnapshotData(SnapshotMetadata request,
io.grpc.stub.StreamObserver<SnapshotData> responseObserver)
Request to download the snapshot information from a particular machine.
|
Modifier and Type | Method and Description |
---|---|
Iterator<SnapshotData> |
RaftJournalServiceClient.requestLatestSnapshotData(SnapshotMetadata request)
Receive snapshot data from specified follower.
|
Modifier and Type | Method and Description |
---|---|
void |
RaftJournalServiceHandler.requestLatestSnapshotData(SnapshotMetadata request,
io.grpc.stub.StreamObserver<SnapshotData> responseObserver) |
Copyright © 2023. All Rights Reserved.