| Package | Description |
|---|---|
| org.elasticsearch.cluster |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClusterState.Custom.Factory<T extends ClusterState.Custom> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ClusterState.Custom> |
ClusterState.lookupFactory(String type) |
static <T extends ClusterState.Custom> |
ClusterState.lookupFactorySafe(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) |
| Constructor and Description |
|---|
ClusterState(ClusterName clusterName,
long version,
MetaData metaData,
RoutingTable routingTable,
DiscoveryNodes nodes,
ClusterBlocks blocks,
ImmutableOpenMap<String,ClusterState.Custom> customs) |
Copyright © 2009–2016. All rights reserved.