Uses of Class
org.elasticsearch.cluster.ack.CreateIndexClusterStateUpdateResponse
-
Packages that use CreateIndexClusterStateUpdateResponse Package Description org.elasticsearch.cluster.metadata -
-
Uses of CreateIndexClusterStateUpdateResponse in org.elasticsearch.cluster.metadata
Method parameters in org.elasticsearch.cluster.metadata with type arguments of type CreateIndexClusterStateUpdateResponse Modifier and Type Method Description voidMetaDataCreateIndexService. createIndex(CreateIndexClusterStateUpdateRequest request, ActionListener<CreateIndexClusterStateUpdateResponse> listener)Creates an index in the cluster state and waits for the specified number of shard copies to become active (as specified inCreateIndexClusterStateUpdateRequest.waitForActiveShards()) before sending the response on the listener.
-