public class TransportGetIndexAction extends TransportClusterInfoAction<GetIndexRequest,GetIndexResponse>
deprecationLogger, logger, settingsactionName, indexNameExpressionResolver, taskManager, threadPoolclusterService, transportServiceFORCE_LOCAL_SETTING| Constructor | Description |
|---|---|
TransportGetIndexAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
IndicesService indicesService) |
| Modifier and Type | Method | Description |
|---|---|---|
protected ClusterBlockException |
checkBlock(GetIndexRequest request,
ClusterState state) |
|
protected void |
doMasterOperation(GetIndexRequest request,
java.lang.String[] concreteIndices,
ClusterState state,
ActionListener<GetIndexResponse> listener) |
|
protected java.lang.String |
executor() |
|
protected GetIndexResponse |
newResponse() |
logDeprecatedSetting, logRemovedSetting, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, execute, execute, executemasterOperationdoExecute, doExecute, getMasterActionName, masterOperationlocalExecute@Inject public TransportGetIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService)
protected java.lang.String executor()
executor in class TransportClusterInfoAction<GetIndexRequest,GetIndexResponse>protected ClusterBlockException checkBlock(GetIndexRequest request, ClusterState state)
checkBlock in class TransportMasterNodeAction<GetIndexRequest,GetIndexResponse>protected GetIndexResponse newResponse()
newResponse in class TransportMasterNodeAction<GetIndexRequest,GetIndexResponse>protected void doMasterOperation(GetIndexRequest request, java.lang.String[] concreteIndices, ClusterState state, ActionListener<GetIndexResponse> listener)
doMasterOperation in class TransportClusterInfoAction<GetIndexRequest,GetIndexResponse>