Uses of Class
org.apache.druid.server.coordination.ServerType
-
Packages that use ServerType Package Description org.apache.druid.client org.apache.druid.discovery org.apache.druid.guice org.apache.druid.server.coordination -
-
Uses of ServerType in org.apache.druid.client
Methods in org.apache.druid.client that return ServerType Modifier and Type Method Description ServerTypeDruidServer. getType()ServerTypeImmutableDruidServer. getType()Constructors in org.apache.druid.client with parameters of type ServerType Constructor Description DruidServer(String name, String hostAndPort, String hostAndTlsPort, long maxSize, ServerType type, String tier, int priority)DruidServer(DruidNode node, DruidServerConfig config, ServerType type) -
Uses of ServerType in org.apache.druid.discovery
Methods in org.apache.druid.discovery that return ServerType Modifier and Type Method Description ServerTypeDataNodeService. getServerType()Methods in org.apache.druid.discovery with parameters of type ServerType Modifier and Type Method Description static DataNodeServiceDataNodeService. fromJson(String tier, long maxSize, ServerType type, ServerType serverType, int priority)This JSON creator requires for the "type" subtype key ofDruidServiceto appear before the "type" property of this class in the serialized JSON.Constructors in org.apache.druid.discovery with parameters of type ServerType Constructor Description DataNodeService(String tier, long maxSize, ServerType serverType, int priority)DataNodeService(String tier, long maxSize, ServerType serverType, int priority, boolean isDiscoverable) -
Uses of ServerType in org.apache.druid.guice
Methods in org.apache.druid.guice that return ServerType Modifier and Type Method Description ServerTypeServerTypeConfig. getServerType()Constructors in org.apache.druid.guice with parameters of type ServerType Constructor Description ServerTypeConfig(ServerType serverType) -
Uses of ServerType in org.apache.druid.server.coordination
Methods in org.apache.druid.server.coordination that return ServerType Modifier and Type Method Description static ServerTypeServerType. fromNodeRole(NodeRole nodeRole)static ServerTypeServerType. fromString(String type)ServerTypeDruidServerMetadata. getType()static ServerTypeServerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerType[]ServerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.server.coordination with parameters of type ServerType Constructor Description DruidServerMetadata(String name, String hostAndPort, String hostAndTlsPort, long maxSize, ServerType type, String tier, int priority)
-