Class PendingReplicationActions

java.lang.Object
org.elasticsearch.action.support.replication.PendingReplicationActions
All Implemented Interfaces:
Closeable, AutoCloseable, Consumer<ReplicationGroup>, org.elasticsearch.core.Releasable

public class PendingReplicationActions extends Object implements Consumer<ReplicationGroup>, org.elasticsearch.core.Releasable
  • Constructor Details

    • PendingReplicationActions

      public PendingReplicationActions(ShardId shardId, ThreadPool threadPool)
  • Method Details