Package | Description |
---|---|
alluxio.grpc | |
alluxio.wire |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<SyncPointInfo> |
SyncPointInfo.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SyncPointInfo |
SyncPointInfo.Builder.build() |
SyncPointInfo |
SyncPointInfo.Builder.buildPartial() |
static SyncPointInfo |
SyncPointInfo.getDefaultInstance() |
SyncPointInfo |
SyncPointInfo.getDefaultInstanceForType() |
SyncPointInfo |
SyncPointInfo.Builder.getDefaultInstanceForType() |
SyncPointInfo |
GetSyncPathListPResponseOrBuilder.getSyncPaths(int index)
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
SyncPointInfo |
GetSyncPathListPResponse.getSyncPaths(int index)
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
SyncPointInfo |
GetSyncPathListPResponse.Builder.getSyncPaths(int index)
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
static SyncPointInfo |
SyncPointInfo.parseDelimitedFrom(InputStream input) |
static SyncPointInfo |
SyncPointInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SyncPointInfo |
SyncPointInfo.parseFrom(byte[] data) |
static SyncPointInfo |
SyncPointInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SyncPointInfo |
SyncPointInfo.parseFrom(ByteBuffer data) |
static SyncPointInfo |
SyncPointInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SyncPointInfo |
SyncPointInfo.parseFrom(com.google.protobuf.ByteString data) |
static SyncPointInfo |
SyncPointInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SyncPointInfo |
SyncPointInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static SyncPointInfo |
SyncPointInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SyncPointInfo |
SyncPointInfo.parseFrom(InputStream input) |
static SyncPointInfo |
SyncPointInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<SyncPointInfo> |
SyncPointInfo.getParserForType() |
List<SyncPointInfo> |
GetSyncPathListPResponseOrBuilder.getSyncPathsList()
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
List<SyncPointInfo> |
GetSyncPathListPResponse.getSyncPathsList()
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
List<SyncPointInfo> |
GetSyncPathListPResponse.Builder.getSyncPathsList()
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
static com.google.protobuf.Parser<SyncPointInfo> |
SyncPointInfo.parser() |
Modifier and Type | Method and Description |
---|---|
GetSyncPathListPResponse.Builder |
GetSyncPathListPResponse.Builder.addSyncPaths(int index,
SyncPointInfo value)
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
GetSyncPathListPResponse.Builder |
GetSyncPathListPResponse.Builder.addSyncPaths(SyncPointInfo value)
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
SyncPointInfo.Builder |
SyncPointInfo.Builder.mergeFrom(SyncPointInfo other) |
static SyncPointInfo.Builder |
SyncPointInfo.newBuilder(SyncPointInfo prototype) |
GetSyncPathListPResponse.Builder |
GetSyncPathListPResponse.Builder.setSyncPaths(int index,
SyncPointInfo value)
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
Modifier and Type | Method and Description |
---|---|
GetSyncPathListPResponse.Builder |
GetSyncPathListPResponse.Builder.addAllSyncPaths(Iterable<? extends SyncPointInfo> values)
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
Modifier and Type | Method and Description |
---|---|
SyncPointInfo |
SyncPointInfo.toProto() |
Modifier and Type | Method and Description |
---|---|
static SyncPointInfo |
SyncPointInfo.fromProto(SyncPointInfo syncPointInfo)
Generate sync point information from the proto representation.
|
Copyright © 2023. All Rights Reserved.