Uses of Class
org.elasticsearch.cluster.ack.ClusterStateUpdateResponse
-
Packages that use ClusterStateUpdateResponse Package Description org.elasticsearch.cluster.ack org.elasticsearch.cluster.metadata org.elasticsearch.repositories -
-
Uses of ClusterStateUpdateResponse in org.elasticsearch.cluster.ack
Subclasses of ClusterStateUpdateResponse in org.elasticsearch.cluster.ack Modifier and Type Class Description classCreateIndexClusterStateUpdateResponseA cluster state update response with specific fields for index creation.classOpenIndexClusterStateUpdateResponseA cluster state update response with specific fields for index opening. -
Uses of ClusterStateUpdateResponse in org.elasticsearch.cluster.metadata
Method parameters in org.elasticsearch.cluster.metadata with type arguments of type ClusterStateUpdateResponse Modifier and Type Method Description voidMetaDataDeleteIndexService. deleteIndices(DeleteIndexClusterStateUpdateRequest request, ActionListener<ClusterStateUpdateResponse> listener)voidMetaDataIndexAliasesService. indicesAliases(IndicesAliasesClusterStateUpdateRequest request, ActionListener<ClusterStateUpdateResponse> listener)voidMetaDataMappingService. putMapping(PutMappingClusterStateUpdateRequest request, ActionListener<ClusterStateUpdateResponse> listener)voidMetaDataUpdateSettingsService. updateSettings(UpdateSettingsClusterStateUpdateRequest request, ActionListener<ClusterStateUpdateResponse> listener)voidMetaDataUpdateSettingsService. upgradeIndexSettings(UpgradeSettingsClusterStateUpdateRequest request, ActionListener<ClusterStateUpdateResponse> listener) -
Uses of ClusterStateUpdateResponse in org.elasticsearch.repositories
Method parameters in org.elasticsearch.repositories with type arguments of type ClusterStateUpdateResponse Modifier and Type Method Description voidRepositoriesService. registerRepository(PutRepositoryRequest request, ActionListener<ClusterStateUpdateResponse> listener)Registers new repository in the clustervoidRepositoriesService. unregisterRepository(DeleteRepositoryRequest request, ActionListener<ClusterStateUpdateResponse> listener)Unregisters repository in the cluster
-