Interface | Description |
---|---|
AckedRequest |
Identifies a cluster state update request with acknowledgement support
|
Class | Description |
---|---|
ClusterStateUpdateRequest<T extends ClusterStateUpdateRequest<T>> |
Base class to be used when needing to update the cluster state
Contains the basic fields that are always needed
|
ClusterStateUpdateResponse |
Base response returned after a cluster state update
|
CreateIndexClusterStateUpdateResponse |
A cluster state update response with specific fields for index creation.
|
IndicesClusterStateUpdateRequest<T extends IndicesClusterStateUpdateRequest<T>> |
Base cluster state update request that allows to execute update against multiple indices
|