Uses of Interface
org.apache.druid.indexing.overlord.supervisor.SupervisorSpec
Packages that use SupervisorSpec
Package
Description
-
Uses of SupervisorSpec in org.apache.druid.indexing.overlord.supervisor
Classes in org.apache.druid.indexing.overlord.supervisor that implement SupervisorSpecModifier and TypeClassDescriptionclassUsed as a tombstone marker in the supervisors metadata table to indicate that the supervisor has been removed.Methods in org.apache.druid.indexing.overlord.supervisor that return SupervisorSpecModifier and TypeMethodDescriptionNoopSupervisorSpec.createRunningSpec()default SupervisorSpecSupervisorSpec.createRunningSpec()NoopSupervisorSpec.createSuspendedSpec()default SupervisorSpecSupervisorSpec.createSuspendedSpec()SupervisorStatus.getSpec()VersionedSupervisorSpec.getSpec()Methods in org.apache.druid.indexing.overlord.supervisor with parameters of type SupervisorSpecModifier and TypeMethodDescriptiondefault voidSupervisorSpec.validateSpecUpdateTo(SupervisorSpec proposedSpec) Checks if a spec can be replaced with a proposed spec (proposesSpec).SupervisorStatus.Builder.withSpec(SupervisorSpec spec) Constructors in org.apache.druid.indexing.overlord.supervisor with parameters of type SupervisorSpec -
Uses of SupervisorSpec in org.apache.druid.metadata
Methods in org.apache.druid.metadata that return types with arguments of type SupervisorSpecModifier and TypeMethodDescriptionMetadataSupervisorManager.getLatest()Return latest supervisors (both active and terminated)SQLMetadataSupervisorManager.getLatest()MetadataSupervisorManager.getLatestActiveOnly()Only return the latest active supervisorsSQLMetadataSupervisorManager.getLatestActiveOnly()MetadataSupervisorManager.getLatestTerminatedOnly()Only return the latest terminated supervisorsSQLMetadataSupervisorManager.getLatestTerminatedOnly()Methods in org.apache.druid.metadata with parameters of type SupervisorSpecModifier and TypeMethodDescriptionvoidMetadataSupervisorManager.insert(String id, SupervisorSpec spec) voidSQLMetadataSupervisorManager.insert(String id, SupervisorSpec spec) -
Uses of SupervisorSpec in org.apache.druid.rpc.indexing
Methods in org.apache.druid.rpc.indexing with parameters of type SupervisorSpecModifier and TypeMethodDescriptionNoopOverlordClient.postSupervisor(SupervisorSpec supervisor) OverlordClient.postSupervisor(SupervisorSpec supervisor) Submits a supervisor spec to the Overlord.OverlordClientImpl.postSupervisor(SupervisorSpec supervisor)