Uses of Interface
org.elasticsearch.action.support.WriteRequest
-
-
Uses of WriteRequest in org.elasticsearch.action.bulk
Classes in org.elasticsearch.action.bulk that implement WriteRequest Modifier and Type Class Description classBulkRequestA bulk request holds an orderedIndexRequests,DeleteRequests andUpdateRequests and allows to executes it in a single batch.classBulkShardRequest -
Uses of WriteRequest in org.elasticsearch.action.delete
Classes in org.elasticsearch.action.delete that implement WriteRequest Modifier and Type Class Description classDeleteRequestA request to delete a document from an index based on its type and id. -
Uses of WriteRequest in org.elasticsearch.action.index
Classes in org.elasticsearch.action.index that implement WriteRequest Modifier and Type Class Description classIndexRequestIndex request to index a typed JSON document into a specific index and make it searchable. -
Uses of WriteRequest in org.elasticsearch.action.resync
Classes in org.elasticsearch.action.resync that implement WriteRequest Modifier and Type Class Description classResyncReplicationRequestRepresents a batch of operations sent from the primary to its replicas during the primary-replica resync. -
Uses of WriteRequest in org.elasticsearch.action.support
Classes in org.elasticsearch.action.support with type parameters of type WriteRequest Modifier and Type Interface Description interfaceWriteRequest<R extends WriteRequest<R>>Interface implemented by requests that modify the documents in an index likeIndexRequest,UpdateRequest, andBulkRequest.Methods in org.elasticsearch.action.support that return WriteRequest Modifier and Type Method Description WriteRequest<?>WriteRequestBuilder. request() -
Uses of WriteRequest in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication that implement WriteRequest Modifier and Type Class Description classReplicatedWriteRequest<R extends ReplicatedWriteRequest<R>>Requests that are both ReplicationRequests (run on a shard's primary first, then the replica) and WriteRequest (modify documents on a shard), for exampleBulkShardRequest,IndexRequest, andDeleteRequest. -
Uses of WriteRequest in org.elasticsearch.action.update
Classes in org.elasticsearch.action.update that implement WriteRequest Modifier and Type Class Description classUpdateRequest -
Uses of WriteRequest in org.elasticsearch.index.seqno
Classes in org.elasticsearch.index.seqno that implement WriteRequest Modifier and Type Class Description static classRetentionLeaseSyncAction.Request
-