public interface GetSyncPathListPResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
SyncPointInfo |
getSyncPaths(int index)
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
int |
getSyncPathsCount()
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
List<SyncPointInfo> |
getSyncPathsList()
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
SyncPointInfoOrBuilder |
getSyncPathsOrBuilder(int index)
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
List<? extends SyncPointInfoOrBuilder> |
getSyncPathsOrBuilderList()
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<SyncPointInfo> getSyncPathsList()
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1;
SyncPointInfo getSyncPaths(int index)
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1;
int getSyncPathsCount()
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1;
List<? extends SyncPointInfoOrBuilder> getSyncPathsOrBuilderList()
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1;
SyncPointInfoOrBuilder getSyncPathsOrBuilder(int index)
repeated .alluxio.grpc.file.SyncPointInfo syncPaths = 1;
Copyright © 2023. All Rights Reserved.