Uses of Class
org.apache.druid.discovery.DataNodeService
-
Packages that use DataNodeService Package Description org.apache.druid.discovery org.apache.druid.guice -
-
Uses of DataNodeService in org.apache.druid.discovery
Methods in org.apache.druid.discovery that return DataNodeService 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. -
Uses of DataNodeService in org.apache.druid.guice
Methods in org.apache.druid.guice that return DataNodeService Modifier and Type Method Description DataNodeServiceStorageNodeModule. getDataNodeService(ServerTypeConfig serverTypeConfig, DruidServerConfig config, Boolean isSegmentCacheConfigured)
-