| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportClusterHealthAction.checkBlock(ClusterHealthRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportDeleteRepositoryAction.checkBlock(DeleteRepositoryRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportGetRepositoriesAction.checkBlock(GetRepositoriesRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportPutRepositoryAction.checkBlock(PutRepositoryRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportVerifyRepositoryAction.checkBlock(VerifyRepositoryRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportClusterRerouteAction.checkBlock(ClusterRerouteRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportClusterUpdateSettingsAction.checkBlock(ClusterUpdateSettingsRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportClusterSearchShardsAction.checkBlock(ClusterSearchShardsRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportCreateSnapshotAction.checkBlock(CreateSnapshotRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportDeleteSnapshotAction.checkBlock(DeleteSnapshotRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportGetSnapshotsAction.checkBlock(GetSnapshotsRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportRestoreSnapshotAction.checkBlock(RestoreSnapshotRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportSnapshotsStatusAction.checkBlock(SnapshotsStatusRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportClusterStateAction.checkBlock(ClusterStateRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportPendingClusterTasksAction.checkBlock(PendingClusterTasksRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportIndicesAliasesAction.checkBlock(IndicesAliasesRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportAliasesExistAction.checkBlock(GetAliasesRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportGetAliasesAction.checkBlock(GetAliasesRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportAnalyzeAction.checkRequestBlock(ClusterState state,
TransportSingleShardAction.InternalRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportClearIndicesCacheAction.checkGlobalBlock(ClusterState state,
ClearIndicesCacheRequest request) |
protected ClusterBlockException |
TransportClearIndicesCacheAction.checkRequestBlock(ClusterState state,
ClearIndicesCacheRequest request,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportCloseIndexAction.checkBlock(CloseIndexRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportCreateIndexAction.checkBlock(CreateIndexRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportDeleteIndexAction.checkBlock(DeleteIndexRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportIndicesExistsAction.checkBlock(IndicesExistsRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportTypesExistsAction.checkBlock(TypesExistsRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportForceMergeAction.checkGlobalBlock(ClusterState state,
ForceMergeRequest request) |
protected ClusterBlockException |
TransportForceMergeAction.checkRequestBlock(ClusterState state,
ForceMergeRequest request,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportGetIndexAction.checkBlock(GetIndexRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportGetMappingsAction.checkBlock(GetMappingsRequest request,
ClusterState state) |
protected ClusterBlockException |
TransportGetFieldMappingsIndexAction.checkRequestBlock(ClusterState state,
TransportSingleShardAction.InternalRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportPutMappingAction.checkBlock(PutMappingRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportOpenIndexAction.checkBlock(OpenIndexRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportRecoveryAction.checkGlobalBlock(ClusterState state,
RecoveryRequest request) |
protected ClusterBlockException |
TransportRecoveryAction.checkRequestBlock(ClusterState state,
RecoveryRequest request,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportIndicesSegmentsAction.checkGlobalBlock(ClusterState state,
IndicesSegmentsRequest request) |
protected ClusterBlockException |
TransportIndicesSegmentsAction.checkRequestBlock(ClusterState state,
IndicesSegmentsRequest countRequest,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportGetSettingsAction.checkBlock(GetSettingsRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportUpdateSettingsAction.checkBlock(UpdateSettingsRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportIndicesShardStoresAction.checkBlock(IndicesShardStoresRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportIndicesStatsAction.checkGlobalBlock(ClusterState state,
IndicesStatsRequest request) |
protected ClusterBlockException |
TransportIndicesStatsAction.checkRequestBlock(ClusterState state,
IndicesStatsRequest request,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportDeleteIndexTemplateAction.checkBlock(DeleteIndexTemplateRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportGetIndexTemplatesAction.checkBlock(GetIndexTemplatesRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportPutIndexTemplateAction.checkBlock(PutIndexTemplateRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportUpgradeStatusAction.checkGlobalBlock(ClusterState state,
UpgradeStatusRequest request) |
protected ClusterBlockException |
TransportUpgradeStatusAction.checkRequestBlock(ClusterState state,
UpgradeStatusRequest countRequest,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportUpgradeSettingsAction.checkBlock(UpgradeSettingsRequest request,
ClusterState state) |
protected ClusterBlockException |
TransportUpgradeAction.checkGlobalBlock(ClusterState state,
UpgradeRequest request) |
protected ClusterBlockException |
TransportUpgradeAction.checkRequestBlock(ClusterState state,
UpgradeRequest request,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportValidateQueryAction.checkGlobalBlock(ClusterState state,
ValidateQueryRequest request) |
protected ClusterBlockException |
TransportValidateQueryAction.checkRequestBlock(ClusterState state,
ValidateQueryRequest countRequest,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportDeleteWarmerAction.checkBlock(DeleteWarmerRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportGetWarmersAction.checkBlock(GetWarmersRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportPutWarmerAction.checkBlock(PutWarmerRequest request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportExistsAction.checkGlobalBlock(ClusterState state,
ExistsRequest request) |
protected ClusterBlockException |
TransportExistsAction.checkRequestBlock(ClusterState state,
ExistsRequest countRequest,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportFieldStatsTransportAction.checkGlobalBlock(ClusterState state,
FieldStatsRequest request) |
protected ClusterBlockException |
TransportFieldStatsTransportAction.checkRequestBlock(ClusterState state,
FieldStatsRequest request,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportPercolateAction.checkGlobalBlock(ClusterState state,
PercolateRequest request) |
protected ClusterBlockException |
TransportPercolateAction.checkRequestBlock(ClusterState state,
PercolateRequest request,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportSuggestAction.checkGlobalBlock(ClusterState state,
SuggestRequest request) |
protected ClusterBlockException |
TransportSuggestAction.checkRequestBlock(ClusterState state,
SuggestRequest countRequest,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ClusterBlockException |
TransportBroadcastAction.checkGlobalBlock(ClusterState state,
Request request) |
protected abstract ClusterBlockException |
TransportBroadcastAction.checkRequestBlock(ClusterState state,
Request request,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ClusterBlockException |
TransportBroadcastByNodeAction.checkGlobalBlock(ClusterState state,
Request request)
Executes a global block check before polling the cluster state.
|
protected abstract ClusterBlockException |
TransportBroadcastByNodeAction.checkRequestBlock(ClusterState state,
Request request,
String[] concreteIndices)
Executes a global request-level check before polling the cluster state.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ClusterBlockException |
TransportMasterNodeAction.checkBlock(Request request,
ClusterState state) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportInstanceSingleOperationAction.checkGlobalBlock(ClusterState state) |
protected ClusterBlockException |
TransportInstanceSingleOperationAction.checkRequestBlock(ClusterState state,
Request request) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportSingleShardAction.checkGlobalBlock(ClusterState state) |
protected ClusterBlockException |
TransportSingleShardAction.checkRequestBlock(ClusterState state,
TransportSingleShardAction.InternalRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportDfsOnlyAction.checkGlobalBlock(ClusterState state,
DfsOnlyRequest request) |
protected ClusterBlockException |
TransportDfsOnlyAction.checkRequestBlock(ClusterState state,
DfsOnlyRequest countRequest,
String[] concreteIndices) |
| Modifier and Type | Method and Description |
|---|---|
ClusterBlockException |
ClusterBlocks.globalBlockedException(ClusterBlockLevel level) |
ClusterBlockException |
ClusterBlocks.indexBlockedException(ClusterBlockLevel level,
String index) |
ClusterBlockException |
ClusterBlocks.indicesBlockedException(ClusterBlockLevel level,
String[] indices) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterBlocks.globalBlockedRaiseException(ClusterBlockLevel level) |
void |
ClusterBlocks.indexBlockedRaiseException(ClusterBlockLevel level,
String index) |
Copyright © 2009–2017. All rights reserved.