Class ReplicationProxyRequest<ReplicaRequest>
java.lang.Object
org.opensearch.action.support.replication.ReplicationProxyRequest<ReplicaRequest>
This is proxy wrapper over the replication request whose object can be created using the Builder present inside.
- Opensearch.internal:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder of ReplicationProxyRequest. -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
-
Method Details
-
getShardRouting
-
getPrimaryRouting
-
getGlobalCheckpoint
public long getGlobalCheckpoint() -
getMaxSeqNoOfUpdatesOrDeletes
public long getMaxSeqNoOfUpdatesOrDeletes() -
getPendingReplicationActions
-
getReplicaRequest
-
getPrimaryTerm
public long getPrimaryTerm()
-