Uses of Class
org.apache.pinot.spi.config.instance.InstanceType
-
Packages that use InstanceType Package Description org.apache.pinot.spi.config.instance org.apache.pinot.spi.utils -
-
Uses of InstanceType in org.apache.pinot.spi.config.instance
Methods in org.apache.pinot.spi.config.instance that return InstanceType Modifier and Type Method Description InstanceTypeInstance. getType()static InstanceTypeInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceType[]InstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pinot.spi.config.instance with parameters of type InstanceType Constructor Description Instance(String host, int port, InstanceType type, List<String> tags, Map<String,Integer> pools, int grpcPort, int adminPort, int queryServicePort, int queryMailboxPort, boolean queriesDisabled) -
Uses of InstanceType in org.apache.pinot.spi.utils
Methods in org.apache.pinot.spi.utils that return InstanceType Modifier and Type Method Description static InstanceTypeInstanceTypeUtils. getInstanceType(String instanceId)
-