public interface AgentWriteConfigurationSetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AlluxioConfigurationSet |
getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSetOrBuilder |
getConfSetOrBuilder()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioNodeType |
getNodeType(int index)
repeated .alluxio.hub.proto.AlluxioNodeType node_type = 2; |
int |
getNodeTypeCount()
repeated .alluxio.hub.proto.AlluxioNodeType node_type = 2; |
List<AlluxioNodeType> |
getNodeTypeList()
repeated .alluxio.hub.proto.AlluxioNodeType node_type = 2; |
boolean |
hasConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1;
AlluxioConfigurationSet getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1;
AlluxioConfigurationSetOrBuilder getConfSetOrBuilder()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1;
List<AlluxioNodeType> getNodeTypeList()
repeated .alluxio.hub.proto.AlluxioNodeType node_type = 2;
int getNodeTypeCount()
repeated .alluxio.hub.proto.AlluxioNodeType node_type = 2;
AlluxioNodeType getNodeType(int index)
repeated .alluxio.hub.proto.AlluxioNodeType node_type = 2;
index
- The index of the element to return.Copyright © 2023. All Rights Reserved.