public interface GetMountTablePResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsMountPoints(String key)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
Map<String,MountPointInfo> |
getMountPoints()
Deprecated.
|
int |
getMountPointsCount()
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
Map<String,MountPointInfo> |
getMountPointsMap()
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
MountPointInfo |
getMountPointsOrDefault(String key,
MountPointInfo defaultValue)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
MountPointInfo |
getMountPointsOrThrow(String key)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getMountPointsCount()
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1;
boolean containsMountPoints(String key)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1;
@Deprecated Map<String,MountPointInfo> getMountPoints()
getMountPointsMap()
instead.Map<String,MountPointInfo> getMountPointsMap()
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1;
MountPointInfo getMountPointsOrDefault(String key, MountPointInfo defaultValue)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1;
MountPointInfo getMountPointsOrThrow(String key)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1;
Copyright © 2023. All Rights Reserved.