SnapshotData.Builder |
SnapshotData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SnapshotData.Builder |
SnapshotData.Builder.clear() |
SnapshotData.Builder |
SnapshotData.Builder.clearChunk()
optional bytes chunk = 3;
|
SnapshotData.Builder |
SnapshotData.Builder.clearEof()
optional bool eof = 5;
|
SnapshotData.Builder |
SnapshotData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SnapshotData.Builder |
SnapshotData.Builder.clearOffset()
optional int64 offset = 4;
|
SnapshotData.Builder |
SnapshotData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SnapshotData.Builder |
SnapshotData.Builder.clearSnapshotIndex()
optional int64 snapshotIndex = 2;
|
SnapshotData.Builder |
SnapshotData.Builder.clearSnapshotTerm()
optional int64 snapshotTerm = 1;
|
SnapshotData.Builder |
SnapshotData.Builder.clone() |
SnapshotData.Builder |
UploadSnapshotPRequest.Builder.getDataBuilder()
optional .alluxio.grpc.meta.SnapshotData data = 1;
|
SnapshotData.Builder |
DownloadSnapshotPResponse.Builder.getDataBuilder()
optional .alluxio.grpc.meta.SnapshotData data = 1;
|
SnapshotData.Builder |
SnapshotData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SnapshotData.Builder |
SnapshotData.Builder.mergeFrom(com.google.protobuf.Message other) |
SnapshotData.Builder |
SnapshotData.Builder.mergeFrom(SnapshotData other) |
SnapshotData.Builder |
SnapshotData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static SnapshotData.Builder |
SnapshotData.newBuilder() |
static SnapshotData.Builder |
SnapshotData.newBuilder(SnapshotData prototype) |
SnapshotData.Builder |
SnapshotData.newBuilderForType() |
protected SnapshotData.Builder |
SnapshotData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
SnapshotData.Builder |
SnapshotData.Builder.setChunk(com.google.protobuf.ByteString value)
optional bytes chunk = 3;
|
SnapshotData.Builder |
SnapshotData.Builder.setEof(boolean value)
optional bool eof = 5;
|
SnapshotData.Builder |
SnapshotData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SnapshotData.Builder |
SnapshotData.Builder.setOffset(long value)
optional int64 offset = 4;
|
SnapshotData.Builder |
SnapshotData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SnapshotData.Builder |
SnapshotData.Builder.setSnapshotIndex(long value)
optional int64 snapshotIndex = 2;
|
SnapshotData.Builder |
SnapshotData.Builder.setSnapshotTerm(long value)
optional int64 snapshotTerm = 1;
|
SnapshotData.Builder |
SnapshotData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SnapshotData.Builder |
SnapshotData.toBuilder() |