Uses of Interface
org.elasticsearch.action.support.WriteResponse
-
-
Uses of WriteResponse in org.elasticsearch.action
Classes in org.elasticsearch.action that implement WriteResponse Modifier and Type Class Description classDocWriteResponseA base class for the response of a write operation that involves a single doc -
Uses of WriteResponse in org.elasticsearch.action.bulk
Classes in org.elasticsearch.action.bulk with type parameters of type WriteResponse Modifier and Type Class Description classTransportSingleItemBulkWriteAction<Request extends ReplicatedWriteRequest<Request>,Response extends ReplicationResponse & WriteResponse>Deprecated.Classes in org.elasticsearch.action.bulk that implement WriteResponse Modifier and Type Class Description classBulkShardResponseMethods in org.elasticsearch.action.bulk with type parameters of type WriteResponse Modifier and Type Method Description static <Response extends ReplicationResponse & WriteResponse>
ActionListener<BulkResponse>TransportSingleItemBulkWriteAction. wrapBulkResponse(ActionListener<Response> listener)Deprecated. -
Uses of WriteResponse in org.elasticsearch.action.delete
Classes in org.elasticsearch.action.delete that implement WriteResponse Modifier and Type Class Description classDeleteResponseThe response of the delete action. -
Uses of WriteResponse in org.elasticsearch.action.index
Classes in org.elasticsearch.action.index that implement WriteResponse Modifier and Type Class Description classIndexResponseA response of an index operation, -
Uses of WriteResponse in org.elasticsearch.action.resync
Classes in org.elasticsearch.action.resync that implement WriteResponse Modifier and Type Class Description classResyncReplicationResponse -
Uses of WriteResponse in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication with type parameters of type WriteResponse Modifier and Type Class Description classTransportWriteAction<Request extends ReplicatedWriteRequest<Request>,ReplicaRequest extends ReplicatedWriteRequest<ReplicaRequest>,Response extends ReplicationResponse & WriteResponse>Base class for transport actions that modify data in some shard like index, delete, and shardBulk.static classTransportWriteAction.WritePrimaryResult<ReplicaRequest extends ReplicatedWriteRequest<ReplicaRequest>,Response extends ReplicationResponse & WriteResponse>Result of taking the action on the primary. -
Uses of WriteResponse in org.elasticsearch.action.update
Classes in org.elasticsearch.action.update that implement WriteResponse Modifier and Type Class Description classUpdateResponse -
Uses of WriteResponse in org.elasticsearch.index.seqno
Classes in org.elasticsearch.index.seqno that implement WriteResponse Modifier and Type Class Description static classRetentionLeaseSyncAction.Response
-