Uses of Class
org.elasticsearch.action.support.DestructiveOperations
-
Packages that use DestructiveOperations Package Description org.elasticsearch.action.admin.indices.close org.elasticsearch.action.admin.indices.delete org.elasticsearch.action.admin.indices.open -
-
Uses of DestructiveOperations in org.elasticsearch.action.admin.indices.close
Constructors in org.elasticsearch.action.admin.indices.close with parameters of type DestructiveOperations Constructor Description TransportCloseIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexStateService indexStateService, ClusterSettings clusterSettings, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, DestructiveOperations destructiveOperations) -
Uses of DestructiveOperations in org.elasticsearch.action.admin.indices.delete
Constructors in org.elasticsearch.action.admin.indices.delete with parameters of type DestructiveOperations Constructor Description TransportDeleteIndexAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataDeleteIndexService deleteIndexService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, DestructiveOperations destructiveOperations) -
Uses of DestructiveOperations in org.elasticsearch.action.admin.indices.open
Constructors in org.elasticsearch.action.admin.indices.open with parameters of type DestructiveOperations Constructor Description TransportOpenIndexAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexStateService indexStateService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, DestructiveOperations destructiveOperations)
-