public class OverseerTriggerThread extends Object implements Runnable, SolrCloseable
ScheduledTriggers| Modifier and Type | Field and Description |
|---|---|
static String |
MARKER_ACTIVE |
static String |
MARKER_INACTIVE |
static String |
MARKER_STATE |
| Constructor and Description |
|---|
OverseerTriggerThread(SolrResourceLoader loader,
SolrCloudManager cloudManager,
CloudConfig cloudConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getProcessedZnodeVersion()
For tests, to ensure that all processing has been completed in response to an update of /autoscaling.json.
|
ScheduledTriggers |
getScheduledTriggers()
For tests.
|
boolean |
isClosed() |
void |
run() |
public static final String MARKER_STATE
public static final String MARKER_ACTIVE
public static final String MARKER_INACTIVE
public OverseerTriggerThread(SolrResourceLoader loader, SolrCloudManager cloudManager, CloudConfig cloudConfig)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic ScheduledTriggers getScheduledTriggers()
ScheduledTriggers instancepublic int getProcessedZnodeVersion()
public boolean isClosed()
isClosed in interface SolrCloseableCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.