Uses of Class
org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
Packages that use IndicesExistsRequest Package Description org.elasticsearch.action.admin.indices.exists.indices org.elasticsearch.client -
-
Uses of IndicesExistsRequest in org.elasticsearch.action.admin.indices.exists.indices
Methods in org.elasticsearch.action.admin.indices.exists.indices that return IndicesExistsRequest Modifier and Type Method Description IndicesExistsRequestIndicesExistsRequest. expandWilcardsClosed(boolean expandWildcardsClosed)IndicesExistsRequestIndicesExistsRequest. expandWilcardsOpen(boolean expandWildcardsOpen)IndicesExistsRequestIndicesExistsRequest. indices(String... indices)Methods in org.elasticsearch.action.admin.indices.exists.indices with parameters of type IndicesExistsRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportIndicesExistsAction. checkBlock(IndicesExistsRequest request, ClusterState state)protected voidTransportIndicesExistsAction. masterOperation(IndicesExistsRequest request, ClusterState state, ActionListener<IndicesExistsResponse> listener) -
Uses of IndicesExistsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return IndicesExistsRequest Modifier and Type Method Description static IndicesExistsRequestRequests. indicesExistsRequest(String... indices)Creates an indices exists request.Methods in org.elasticsearch.client with parameters of type IndicesExistsRequest Modifier and Type Method Description ActionFuture<IndicesExistsResponse>IndicesAdminClient. exists(IndicesExistsRequest request)Indices Exists.voidIndicesAdminClient. exists(IndicesExistsRequest request, ActionListener<IndicesExistsResponse> listener)The status of one or more indices.
-