public class MetaDataIndexStateService extends AbstractComponent
| Modifier and Type | Field and Description |
|---|---|
static ClusterBlock |
INDEX_CLOSED_BLOCK |
deprecationLogger, logger, settings| Constructor and Description |
|---|
MetaDataIndexStateService(Settings settings,
ClusterService clusterService,
AllocationService allocationService,
MetaDataIndexUpgradeService metaDataIndexUpgradeService,
IndicesService indicesService,
ThreadPool threadPool) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeIndex(CloseIndexClusterStateUpdateRequest request,
ActionListener<ClusterStateUpdateResponse> listener) |
void |
openIndex(OpenIndexClusterStateUpdateRequest request,
ActionListener<OpenIndexClusterStateUpdateResponse> listener) |
logDeprecatedSetting, logRemovedSetting, nodeNamepublic static final ClusterBlock INDEX_CLOSED_BLOCK
@Inject public MetaDataIndexStateService(Settings settings, ClusterService clusterService, AllocationService allocationService, MetaDataIndexUpgradeService metaDataIndexUpgradeService, IndicesService indicesService, ThreadPool threadPool)
public void closeIndex(CloseIndexClusterStateUpdateRequest request, ActionListener<ClusterStateUpdateResponse> listener)
public void openIndex(OpenIndexClusterStateUpdateRequest request, ActionListener<OpenIndexClusterStateUpdateResponse> listener)