Package | Description |
---|---|
org.elasticsearch.action.admin.indices.create |
Create index action.
|
org.elasticsearch.cluster | |
org.elasticsearch.cluster.block | |
org.elasticsearch.cluster.metadata | |
org.elasticsearch.cluster.service | |
org.elasticsearch.discovery | |
org.elasticsearch.gateway | |
org.elasticsearch.tribe |
Modifier and Type | Method and Description |
---|---|
Set<ClusterBlock> |
CreateIndexClusterStateUpdateRequest.blocks() |
Modifier and Type | Method and Description |
---|---|
CreateIndexClusterStateUpdateRequest |
CreateIndexClusterStateUpdateRequest.blocks(Set<ClusterBlock> blocks) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterService.addInitialStateBlock(ClusterBlock block)
Adds an initial block to be set on the first cluster state created.
|
void |
ClusterService.removeInitialStateBlock(ClusterBlock block)
Remove an initial block to be set on the first cluster state created.
|
Modifier and Type | Method and Description |
---|---|
static ClusterBlock |
ClusterBlock.readClusterBlock(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<ClusterBlock> |
ClusterBlockException.blocks() |
com.google.common.collect.ImmutableSet<ClusterBlock> |
ClusterBlocks.global() |
com.google.common.collect.ImmutableSet<ClusterBlock> |
ClusterBlocks.global(ClusterBlockLevel level) |
com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableSet<ClusterBlock>> |
ClusterBlocks.indices() |
com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableSet<ClusterBlock>> |
ClusterBlocks.indices(ClusterBlockLevel level) |
Modifier and Type | Method and Description |
---|---|
ClusterBlocks.Builder |
ClusterBlocks.Builder.addGlobalBlock(ClusterBlock block) |
ClusterBlocks.Builder |
ClusterBlocks.Builder.addIndexBlock(String index,
ClusterBlock block) |
boolean |
ClusterBlocks.hasGlobalBlock(ClusterBlock block) |
boolean |
ClusterBlocks.hasIndexBlock(String index,
ClusterBlock block) |
ClusterBlocks.Builder |
ClusterBlocks.Builder.removeGlobalBlock(ClusterBlock block) |
ClusterBlocks.Builder |
ClusterBlocks.Builder.removeIndexBlock(String index,
ClusterBlock block) |
Constructor and Description |
---|
ClusterBlockException(com.google.common.collect.ImmutableSet<ClusterBlock> blocks) |
Modifier and Type | Field and Description |
---|---|
static ClusterBlock |
MetaData.CLUSTER_READ_ONLY_BLOCK |
static ClusterBlock |
MetaDataIndexStateService.INDEX_CLOSED_BLOCK |
static ClusterBlock |
IndexMetaData.INDEX_METADATA_BLOCK |
static ClusterBlock |
IndexMetaData.INDEX_READ_BLOCK |
static ClusterBlock |
IndexMetaData.INDEX_READ_ONLY_BLOCK |
static ClusterBlock |
IndexMetaData.INDEX_WRITE_BLOCK |
Modifier and Type | Method and Description |
---|---|
void |
InternalClusterService.addInitialStateBlock(ClusterBlock block) |
void |
InternalClusterService.removeInitialStateBlock(ClusterBlock block) |
Modifier and Type | Field and Description |
---|---|
static ClusterBlock |
DiscoverySettings.NO_MASTER_BLOCK_ALL |
static ClusterBlock |
DiscoverySettings.NO_MASTER_BLOCK_WRITES |
Modifier and Type | Method and Description |
---|---|
ClusterBlock |
DiscoveryService.getNoMasterBlock() |
ClusterBlock |
DiscoverySettings.getNoMasterBlock() |
Modifier and Type | Field and Description |
---|---|
static ClusterBlock |
GatewayService.STATE_NOT_RECOVERED_BLOCK |
Modifier and Type | Field and Description |
---|---|
static ClusterBlock |
TribeService.TRIBE_METADATA_BLOCK |
static ClusterBlock |
TribeService.TRIBE_WRITE_BLOCK |
Copyright © 2009–2015. All rights reserved.