Uses of Class
org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
Packages that use CreateIndexClusterStateUpdateRequest Package Description org.elasticsearch.action.admin.indices.create org.elasticsearch.cluster.metadata -
-
Uses of CreateIndexClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.create
Methods in org.elasticsearch.action.admin.indices.create that return CreateIndexClusterStateUpdateRequest Modifier and Type Method Description CreateIndexClusterStateUpdateRequestCreateIndexClusterStateUpdateRequest. aliases(Set<Alias> aliases)CreateIndexClusterStateUpdateRequestCreateIndexClusterStateUpdateRequest. copySettings(boolean copySettings)CreateIndexClusterStateUpdateRequestCreateIndexClusterStateUpdateRequest. mappings(Map<String,String> mappings)CreateIndexClusterStateUpdateRequestCreateIndexClusterStateUpdateRequest. recoverFrom(Index recoverFrom)CreateIndexClusterStateUpdateRequestCreateIndexClusterStateUpdateRequest. resizeType(ResizeType resizeType)CreateIndexClusterStateUpdateRequestCreateIndexClusterStateUpdateRequest. settings(Settings settings)CreateIndexClusterStateUpdateRequestCreateIndexClusterStateUpdateRequest. waitForActiveShards(ActiveShardCount waitForActiveShards) -
Uses of CreateIndexClusterStateUpdateRequest in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata with parameters of type CreateIndexClusterStateUpdateRequest 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 inwaitForActiveShards()) before sending the response on the listener.
-