Package | Description |
---|---|
io.druid.indexing.kafka.supervisor | |
io.druid.indexing.overlord.supervisor | |
io.druid.metadata |
Modifier and Type | Class and Description |
---|---|
class |
KafkaSupervisorSpec |
Modifier and Type | Class and Description |
---|---|
class |
NoopSupervisorSpec
Used as a tombstone marker in the supervisors metadata table to indicate that the supervisor has been removed.
|
Modifier and Type | Method and Description |
---|---|
SupervisorSpec |
VersionedSupervisorSpec.getSpec() |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<SupervisorSpec> |
SupervisorManager.getSupervisorSpec(String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
SupervisorManager.createOrUpdateAndStartSupervisor(SupervisorSpec spec) |
javax.ws.rs.core.Response |
SupervisorResource.specPost(SupervisorSpec spec) |
Constructor and Description |
---|
VersionedSupervisorSpec(SupervisorSpec spec,
String version) |
Modifier and Type | Method and Description |
---|---|
Map<String,SupervisorSpec> |
SQLMetadataSupervisorManager.getLatest() |
Map<String,SupervisorSpec> |
MetadataSupervisorManager.getLatest() |
Modifier and Type | Method and Description |
---|---|
void |
SQLMetadataSupervisorManager.insert(String id,
SupervisorSpec spec) |
void |
MetadataSupervisorManager.insert(String id,
SupervisorSpec spec) |
Copyright © 2011–2017. All rights reserved.