Uses of Class
org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
-
Packages that use TypesExistsResponse Package Description org.elasticsearch.action.admin.indices.exists.types org.elasticsearch.client -
-
Uses of TypesExistsResponse in org.elasticsearch.action.admin.indices.exists.types
Methods in org.elasticsearch.action.admin.indices.exists.types that return TypesExistsResponse Modifier and Type Method Description protected TypesExistsResponseTransportTypesExistsAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.indices.exists.types with type arguments of type TypesExistsResponse Modifier and Type Method Description protected voidTransportTypesExistsAction. masterOperation(TypesExistsRequest request, ClusterState state, ActionListener<TypesExistsResponse> listener) -
Uses of TypesExistsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type TypesExistsResponse Modifier and Type Method Description ActionFuture<TypesExistsResponse>IndicesAdminClient. typesExists(TypesExistsRequest request)Deprecated.Types are deprecated and are in the process of being removed.Method parameters in org.elasticsearch.client with type arguments of type TypesExistsResponse Modifier and Type Method Description voidIndicesAdminClient. typesExists(TypesExistsRequest request, ActionListener<TypesExistsResponse> listener)Deprecated.Types are deprecated and are in the process of being removed.
-