public interface GetConfigurationPResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsPathConfigs(String key)
map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2; |
String |
getClusterConfigHash()
optional string clusterConfigHash = 3; |
com.google.protobuf.ByteString |
getClusterConfigHashBytes()
optional string clusterConfigHash = 3; |
ConfigProperty |
getClusterConfigs(int index)
repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1; |
int |
getClusterConfigsCount()
repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1; |
List<ConfigProperty> |
getClusterConfigsList()
repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1; |
ConfigPropertyOrBuilder |
getClusterConfigsOrBuilder(int index)
repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1; |
List<? extends ConfigPropertyOrBuilder> |
getClusterConfigsOrBuilderList()
repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1; |
String |
getPathConfigHash()
optional string pathConfigHash = 4; |
com.google.protobuf.ByteString |
getPathConfigHashBytes()
optional string pathConfigHash = 4; |
Map<String,ConfigProperties> |
getPathConfigs()
Deprecated.
|
int |
getPathConfigsCount()
map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2; |
Map<String,ConfigProperties> |
getPathConfigsMap()
map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2; |
ConfigProperties |
getPathConfigsOrDefault(String key,
ConfigProperties defaultValue)
map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2; |
ConfigProperties |
getPathConfigsOrThrow(String key)
map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2; |
boolean |
hasClusterConfigHash()
optional string clusterConfigHash = 3; |
boolean |
hasPathConfigHash()
optional string pathConfigHash = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<ConfigProperty> getClusterConfigsList()
repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
ConfigProperty getClusterConfigs(int index)
repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
int getClusterConfigsCount()
repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
List<? extends ConfigPropertyOrBuilder> getClusterConfigsOrBuilderList()
repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
ConfigPropertyOrBuilder getClusterConfigsOrBuilder(int index)
repeated .alluxio.grpc.ConfigProperty clusterConfigs = 1;
int getPathConfigsCount()
map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
boolean containsPathConfigs(String key)
map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
@Deprecated Map<String,ConfigProperties> getPathConfigs()
getPathConfigsMap()
instead.Map<String,ConfigProperties> getPathConfigsMap()
map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
ConfigProperties getPathConfigsOrDefault(String key, ConfigProperties defaultValue)
map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
ConfigProperties getPathConfigsOrThrow(String key)
map<string, .alluxio.grpc.meta.ConfigProperties> pathConfigs = 2;
boolean hasClusterConfigHash()
optional string clusterConfigHash = 3;
String getClusterConfigHash()
optional string clusterConfigHash = 3;
com.google.protobuf.ByteString getClusterConfigHashBytes()
optional string clusterConfigHash = 3;
boolean hasPathConfigHash()
optional string pathConfigHash = 4;
String getPathConfigHash()
optional string pathConfigHash = 4;
com.google.protobuf.ByteString getPathConfigHashBytes()
optional string pathConfigHash = 4;
Copyright © 2023. All Rights Reserved.