| Package | Description |
|---|---|
| org.apache.druid.discovery | |
| org.apache.druid.jackson |
| Modifier and Type | Class and Description |
|---|---|
class |
DataNodeService
Metadata announced by any node that serves segments.
|
class |
LookupNodeService
Metadata announced by any node that serves queries and hence applies lookups.
|
class |
WorkerNodeService
Worker metadata announced by Middle Manager.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends DruidService> |
DiscoveryDruidNode.getService(String key,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DruidService> |
DiscoveryDruidNode.getServices() |
| Constructor and Description |
|---|
DiscoveryDruidNode(DruidNode druidNode,
NodeRole nodeRole,
Map<String,DruidService> services) |
DiscoveryDruidNode(DruidNode druidNode,
NodeRole nodeRole,
Map<String,DruidService> services,
org.joda.time.DateTime startTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
DruidServiceSerializer.serialize(DruidService druidService,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
void |
DruidServiceSerializer.serializeWithType(DruidService druidService,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.