Uses of Class
org.apache.druid.server.DruidNode
Packages that use DruidNode
Package
Description
-
Uses of DruidNode in org.apache.druid.client
Constructors in org.apache.druid.client with parameters of type DruidNodeModifierConstructorDescriptionDruidServer(DruidNode node, DruidServerConfig config, ServerType type) -
Uses of DruidNode in org.apache.druid.curator.discovery
Methods in org.apache.druid.curator.discovery with parameters of type DruidNodeModifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.voidDeprecated.voidCuratorDruidNodeDiscoveryProvider.getForNode(DruidNode node, NodeRole nodeRole) voidCuratorServiceAnnouncer.unannounce(DruidNode service) Deprecated.voidNoopServiceAnnouncer.unannounce(DruidNode node) Deprecated.voidServiceAnnouncer.Noop.unannounce(DruidNode node) voidServiceAnnouncer.unannounce(DruidNode node) Deprecated.Method parameters in org.apache.druid.curator.discovery with type arguments of type DruidNodeModifier and TypeMethodDescriptionDiscoveryModule.getServiceAnnouncer(CuratorServiceAnnouncer announcer, com.google.inject.Injector injector, Set<KeyHolder<DruidNode>> nodesToAnnounce, Lifecycle lifecycle) static voidDiscoveryModule.registerKey(com.google.inject.Binder binder, com.google.inject.Key<DruidNode> key) Requests that the keyed DruidNode instance be injected and published as part of the lifecycle.Constructors in org.apache.druid.curator.discovery with parameters of type DruidNodeModifierConstructorDescriptionCuratorDruidLeaderSelector(org.apache.curator.framework.CuratorFramework curator, DruidNode self, String latchPath) -
Uses of DruidNode in org.apache.druid.discovery
Methods in org.apache.druid.discovery that return DruidNodeMethods in org.apache.druid.discovery with parameters of type DruidNodeModifier and TypeMethodDescriptionabstract BooleanSupplierDruidNodeDiscoveryProvider.getForNode(DruidNode node, NodeRole nodeRole) Constructors in org.apache.druid.discovery with parameters of type DruidNodeModifierConstructorDescriptionDiscoveryDruidNode(DruidNode druidNode, NodeRole nodeRole, Map<String, DruidService> services) DiscoveryDruidNode(DruidNode druidNode, NodeRole nodeRole, Map<String, DruidService> services, org.joda.time.DateTime startTime) -
Uses of DruidNode in org.apache.druid.guice
Methods in org.apache.druid.guice that return types with arguments of type DruidNodeModifier and TypeMethodDescriptionDruidBinders.discoveryAnnouncementBinder(com.google.inject.Binder binder) Methods in org.apache.druid.guice with parameters of type DruidNodeModifier and TypeMethodDescriptionStorageNodeModule.getMetadata(DruidNode node, ServerTypeConfig serverTypeConfig, DruidServerConfig config) -
Uses of DruidNode in org.apache.druid.messages.client
Methods in org.apache.druid.messages.client with parameters of type DruidNodeModifier and TypeMethodDescriptionvoidMessageListener.serverAdded(DruidNode node) Called when a server is added.voidMessageListener.serverRemoved(DruidNode node) Called when a server is removed.Constructors in org.apache.druid.messages.client with parameters of type DruidNodeModifierConstructorDescriptionMessageRelay(String selfHost, DruidNode serverNode, MessageRelayClient<MessageType> client, MessageListener<MessageType> listener) -
Uses of DruidNode in org.apache.druid.rpc
Methods in org.apache.druid.rpc with parameters of type DruidNodeModifier and TypeMethodDescriptionstatic ServiceLocationServiceLocation.fromDruidNode(DruidNode druidNode) Create a service location based on aDruidNode, without a base path. -
Uses of DruidNode in org.apache.druid.segment.realtime
Constructors in org.apache.druid.segment.realtime with parameters of type DruidNodeModifierConstructorDescriptionServiceAnnouncingChatHandlerProvider(DruidNode node, ServiceAnnouncer serviceAnnouncer) -
Uses of DruidNode in org.apache.druid.server
Methods in org.apache.druid.server that return DruidNodeConstructors in org.apache.druid.server with parameters of type DruidNodeModifierConstructorDescriptionQueryResourceQueryResultPusher(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ResponseContextConfig responseContextConfig, DruidNode selfNode, QueryResource.QueryMetricCounter counter, javax.servlet.http.HttpServletRequest req, QueryLifecycle queryLifecycle, ResourceIOReaderWriterFactory.ResourceIOReaderWriter io) QueryResourceQueryResultPusherFactory(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ResponseContextConfig responseContextConfig, DruidNode selfNode) QueryResultPusher(javax.servlet.http.HttpServletRequest request, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ResponseContextConfig responseContextConfig, DruidNode selfNode, QueryResource.QueryMetricCounter counter, String queryId, javax.ws.rs.core.MediaType contentType, Map<String, String> extraHeaders) -
Uses of DruidNode in org.apache.druid.server.coordinator
Constructors in org.apache.druid.server.coordinator with parameters of type DruidNodeModifierConstructorDescriptionDruidCoordinator(DruidCoordinatorConfig config, MetadataManager metadataManager, ServerInventoryView serverInventoryView, ServiceEmitter emitter, ScheduledExecutorFactory scheduledExecutorFactory, OverlordClient overlordClient, LoadQueueTaskMaster taskMaster, SegmentLoadQueueManager loadQueueManager, ServiceAnnouncer serviceAnnouncer, DruidNode self, CoordinatorCustomDutyGroups customDutyGroups, LookupCoordinatorManager lookupCoordinatorManager, DruidLeaderSelector coordLeaderSelector, CoordinatorSegmentMetadataCache coordinatorSegmentMetadataCache, CentralizedDatasourceSchemaConfig centralizedDatasourceSchemaConfig, CompactionStatusTracker compactionStatusTracker, CoordinatorDynamicConfigSyncer coordinatorDynamicConfigSyncer, CloneStatusManager cloneStatusManager) -
Uses of DruidNode in org.apache.druid.server.emitter
Method parameters in org.apache.druid.server.emitter with type arguments of type DruidNode -
Uses of DruidNode in org.apache.druid.server.http
Constructors in org.apache.druid.server.http with parameters of type DruidNodeModifierConstructorDescriptionSelfDiscoveryResource(DruidNode thisDruidNode, Set<NodeRole> thisNodeRoles, DruidNodeDiscoveryProvider nodeDiscoveryProvider, Lifecycle lifecycle) -
Uses of DruidNode in org.apache.druid.server.initialization.jetty
Methods in org.apache.druid.server.initialization.jetty with parameters of type DruidNodeModifier and TypeMethodDescriptionorg.eclipse.jetty.server.ServerChatHandlerServerModule.getServer(com.google.inject.Injector injector, Lifecycle lifecycle, DruidNode node, ServerConfig config, TLSServerConfig TLSServerConfig) org.eclipse.jetty.server.ServerCliIndexerServerModule.getServer(com.google.inject.Injector injector, Lifecycle lifecycle, DruidNode node, ServerConfig config, TLSServerConfig TLSServerConfig) org.eclipse.jetty.server.ServerJettyServerModule.getServer(com.google.inject.Injector injector, Lifecycle lifecycle, DruidNode node, ServerConfig config, TLSServerConfig TLSServerConfig)