Uses of Enum Class
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, Long storageSize, 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, Long storageSize, ServerType serverType, int priority) Constructors in org.apache.druid.discovery with parameters of type ServerTypeModifierConstructorDescriptionDataNodeService(String tier, long maxSize, Long storageSize, ServerType serverType, int priority) DataNodeService(String tier, long maxSize, Long storageSize, 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 class with the specified name.static ServerType[]ServerType.values()Returns an array containing the constants of this enum class, 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, Long storageSize, ServerType type, String tier, int priority)