Uses of Enum
org.apache.druid.server.coordination.ServerType
Packages that use ServerType
Package
Description
-
Uses of ServerType in org.apache.druid.client
Methods in org.apache.druid.client that return ServerTypeConstructors in org.apache.druid.client with parameters of type ServerTypeModifierConstructorDescriptionDruidServer(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 ServerTypeMethods in org.apache.druid.discovery with parameters of type ServerTypeModifier and TypeMethodDescriptionstatic 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 ServerTypeModifierConstructorDescriptionDataNodeService(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 ServerTypeConstructors in org.apache.druid.guice with parameters of type ServerType -
Uses of ServerType in org.apache.druid.server.coordination
Methods in org.apache.druid.server.coordination that return ServerTypeModifier and TypeMethodDescriptionstatic ServerTypeServerType.fromNodeRole(NodeRole nodeRole) static ServerTypeServerType.fromString(String type) DruidServerMetadata.getType()static ServerTypeReturns 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 ServerTypeModifierConstructorDescriptionDruidServerMetadata(String name, String hostAndPort, String hostAndTlsPort, long maxSize, ServerType type, String tier, int priority)