Class ReplicationProxyRequest<ReplicaRequest>

java.lang.Object
org.opensearch.action.support.replication.ReplicationProxyRequest<ReplicaRequest>

public class ReplicationProxyRequest<ReplicaRequest> extends Object
This is proxy wrapper over the replication request whose object can be created using the Builder present inside.
Opensearch.internal:
  • Method Details

    • getShardRouting

      public ShardRouting getShardRouting()
    • getPrimaryRouting

      public ShardRouting getPrimaryRouting()
    • getGlobalCheckpoint

      public long getGlobalCheckpoint()
    • getMaxSeqNoOfUpdatesOrDeletes

      public long getMaxSeqNoOfUpdatesOrDeletes()
    • getPendingReplicationActions

      public PendingReplicationActions getPendingReplicationActions()
    • getReplicaRequest

      public ReplicaRequest getReplicaRequest()
    • getPrimaryTerm

      public long getPrimaryTerm()