Uses of Class
org.apache.druid.server.DruidNode
-
-
Uses of DruidNode in org.apache.druid.client
Constructors in org.apache.druid.client with parameters of type DruidNode Constructor Description DruidServer(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 DruidNode Modifier and Type Method Description voidCuratorServiceAnnouncer. announce(DruidNode service)Deprecated.voidNoopServiceAnnouncer. announce(DruidNode node)Deprecated.voidServiceAnnouncer. announce(DruidNode node)Deprecated.voidServiceAnnouncer.Noop. announce(DruidNode node)BooleanSupplierCuratorDruidNodeDiscoveryProvider. 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 DruidNode Modifier and Type Method Description CuratorServiceAnnouncerDiscoveryModule. getServiceAnnouncer(CuratorServiceAnnouncer announcer, com.google.inject.Injector injector, Set<org.apache.druid.guice.KeyHolder<DruidNode>> nodesToAnnounce, org.apache.druid.java.util.common.lifecycle.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 DruidNode Constructor Description CuratorDruidLeaderSelector(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 DruidNode Modifier and Type Method Description DruidNodeDiscoveryDruidNode. getDruidNode()Methods in org.apache.druid.discovery with parameters of type DruidNode Modifier and Type Method Description abstract BooleanSupplierDruidNodeDiscoveryProvider. getForNode(DruidNode node, NodeRole nodeRole)Constructors in org.apache.druid.discovery with parameters of type DruidNode Constructor Description DiscoveryDruidNode(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 DruidNode Modifier and Type Method Description static com.google.inject.multibindings.Multibinder<org.apache.druid.guice.KeyHolder<DruidNode>>DruidBinders. discoveryAnnouncementBinder(com.google.inject.Binder binder)Methods in org.apache.druid.guice with parameters of type DruidNode Modifier and Type Method Description DruidServerMetadataStorageNodeModule. getMetadata(DruidNode node, ServerTypeConfig serverTypeConfig, DruidServerConfig config) -
Uses of DruidNode in org.apache.druid.rpc
Methods in org.apache.druid.rpc with parameters of type DruidNode Modifier and Type Method Description static ServiceLocationServiceLocation. fromDruidNode(DruidNode druidNode) -
Uses of DruidNode in org.apache.druid.segment.realtime.firehose
Constructors in org.apache.druid.segment.realtime.firehose with parameters of type DruidNode Constructor Description ServiceAnnouncingChatHandlerProvider(DruidNode node, ServiceAnnouncer serviceAnnouncer) -
Uses of DruidNode in org.apache.druid.server
Methods in org.apache.druid.server that return DruidNode Modifier and Type Method Description DruidNodeDruidNode. withService(String service)Constructors in org.apache.druid.server with parameters of type DruidNode Constructor Description BrokerQueryResource(QueryLifecycleFactory queryLifecycleFactory, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper smileMapper, QueryScheduler queryScheduler, AuthConfig authConfig, AuthorizerMapper authorizerMapper, ResponseContextConfig responseContextConfig, DruidNode selfNode, TimelineServerView brokerServerView)QueryResource(QueryLifecycleFactory queryLifecycleFactory, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper smileMapper, QueryScheduler queryScheduler, AuthConfig authConfig, AuthorizerMapper authorizerMapper, 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 DruidNode Constructor Description DruidCoordinator(DruidCoordinatorConfig config, MetadataManager metadataManager, ServerInventoryView serverInventoryView, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter, org.apache.druid.java.util.common.concurrent.ScheduledExecutorFactory scheduledExecutorFactory, OverlordClient overlordClient, LoadQueueTaskMaster taskMaster, SegmentLoadQueueManager loadQueueManager, ServiceAnnouncer serviceAnnouncer, DruidNode self, CoordinatorCustomDutyGroups customDutyGroups, BalancerStrategyFactory balancerStrategyFactory, LookupCoordinatorManager lookupCoordinatorManager, DruidLeaderSelector coordLeaderSelector, CompactionSegmentSearchPolicy compactionSegmentSearchPolicy) -
Uses of DruidNode in org.apache.druid.server.emitter
Method parameters in org.apache.druid.server.emitter with type arguments of type DruidNode Modifier and Type Method Description org.apache.druid.java.util.emitter.service.ServiceEmitterEmitterModule. getServiceEmitter(com.google.common.base.Supplier<DruidNode> configSupplier, org.apache.druid.java.util.emitter.core.Emitter emitter, Map<String,String> extraServiceDimensions) -
Uses of DruidNode in org.apache.druid.server.http
Constructors in org.apache.druid.server.http with parameters of type DruidNode Constructor Description SelfDiscoveryResource(DruidNode thisDruidNode, Set<NodeRole> thisNodeRoles, DruidNodeDiscoveryProvider nodeDiscoveryProvider, org.apache.druid.java.util.common.lifecycle.Lifecycle lifecycle) -
Uses of DruidNode in org.apache.druid.server.initialization.jetty
Methods in org.apache.druid.server.initialization.jetty with parameters of type DruidNode Modifier and Type Method Description org.eclipse.jetty.server.ServerChatHandlerServerModule. getServer(com.google.inject.Injector injector, org.apache.druid.java.util.common.lifecycle.Lifecycle lifecycle, DruidNode node, ServerConfig config, TLSServerConfig TLSServerConfig)org.eclipse.jetty.server.ServerCliIndexerServerModule. getServer(com.google.inject.Injector injector, org.apache.druid.java.util.common.lifecycle.Lifecycle lifecycle, DruidNode node, ServerConfig config, TLSServerConfig TLSServerConfig)org.eclipse.jetty.server.ServerJettyServerModule. getServer(com.google.inject.Injector injector, org.apache.druid.java.util.common.lifecycle.Lifecycle lifecycle, DruidNode node, ServerConfig config, TLSServerConfig TLSServerConfig)
-