Uses of Class
org.elasticsearch.action.support.replication.TransportWriteAction
-
Packages that use TransportWriteAction Package Description org.elasticsearch.action.bulk org.elasticsearch.action.resync org.elasticsearch.index.seqno -
-
Uses of TransportWriteAction in org.elasticsearch.action.bulk
Subclasses of TransportWriteAction in org.elasticsearch.action.bulk Modifier and Type Class Description classTransportShardBulkActionPerforms shard-level bulk (index, delete or update) operations -
Uses of TransportWriteAction in org.elasticsearch.action.resync
Subclasses of TransportWriteAction in org.elasticsearch.action.resync Modifier and Type Class Description classTransportResyncReplicationAction -
Uses of TransportWriteAction in org.elasticsearch.index.seqno
Subclasses of TransportWriteAction in org.elasticsearch.index.seqno Modifier and Type Class Description classRetentionLeaseSyncActionWrite action responsible for syncing retention leases to replicas.
-