| Package | Description |
|---|---|
| org.elasticsearch.cluster | |
| org.elasticsearch.cluster.routing |
| Modifier and Type | Class and Description |
|---|---|
class |
RestoreInProgress
Meta data about restore processes that are currently executing
|
class |
SnapshotsInProgress
Meta data about snapshots that are currently executing
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ClusterState.Custom> |
ClusterState.custom(String type) |
static <T extends ClusterState.Custom> |
ClusterState.lookupPrototype(String type) |
static <T extends ClusterState.Custom> |
ClusterState.lookupPrototypeSafe(String type) |
| Modifier and Type | Method and Description |
|---|---|
ClusterState.Custom |
ClusterState.Builder.getCustom(String type) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,ClusterState.Custom> |
ClusterState.customs() |
ImmutableOpenMap<String,ClusterState.Custom> |
ClusterState.getCustoms() |
| Modifier and Type | Method and Description |
|---|---|
ClusterState.Builder |
ClusterState.Builder.putCustom(String type,
ClusterState.Custom custom) |
static void |
ClusterState.registerPrototype(String type,
ClusterState.Custom proto)
Register a custom index meta data factory.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterState.Builder |
ClusterState.Builder.customs(ImmutableOpenMap<String,ClusterState.Custom> customs) |
| Constructor and Description |
|---|
ClusterState(ClusterName clusterName,
long version,
String stateUUID,
MetaData metaData,
RoutingTable routingTable,
DiscoveryNodes nodes,
ClusterBlocks blocks,
ImmutableOpenMap<String,ClusterState.Custom> customs,
boolean wasReadFromDiff) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ClusterState.Custom> |
RoutingNodes.custom(String type) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,ClusterState.Custom> |
RoutingNodes.customs() |
Copyright © 2009–2017. All rights reserved.