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) |
Modifier and Type | Method and Description |
---|---|
void |
closeIndex(CloseIndexClusterStateUpdateRequest request,
ActionListener<ClusterStateUpdateResponse> listener) |
void |
openIndex(OpenIndexClusterStateUpdateRequest request,
ActionListener<ClusterStateUpdateResponse> listener) |
logDeprecatedSetting, logRemovedSetting, nodeName
public static final ClusterBlock INDEX_CLOSED_BLOCK
@Inject public MetaDataIndexStateService(Settings settings, ClusterService clusterService, AllocationService allocationService, MetaDataIndexUpgradeService metaDataIndexUpgradeService, IndicesService indicesService)
public void closeIndex(CloseIndexClusterStateUpdateRequest request, ActionListener<ClusterStateUpdateResponse> listener)
public void openIndex(OpenIndexClusterStateUpdateRequest request, ActionListener<ClusterStateUpdateResponse> listener)