Uses of Class
org.elasticsearch.index.seqno.ReplicationTracker.CheckpointState
-
Packages that use ReplicationTracker.CheckpointState Package Description org.elasticsearch.index.seqno -
-
Uses of ReplicationTracker.CheckpointState in org.elasticsearch.index.seqno
Methods in org.elasticsearch.index.seqno that return ReplicationTracker.CheckpointState Modifier and Type Method Description ReplicationTracker.CheckpointStateReplicationTracker.CheckpointState. copy()Returns a full copy of this objectReplicationTracker.CheckpointStateReplicationTracker. getTrackedLocalCheckpointForShard(String allocationId)Returns the local checkpoint information tracked for a specific shard.Methods in org.elasticsearch.index.seqno that return types with arguments of type ReplicationTracker.CheckpointState Modifier and Type Method Description Map<String,ReplicationTracker.CheckpointState>ReplicationTracker.PrimaryContext. getCheckpointStates()Constructor parameters in org.elasticsearch.index.seqno with type arguments of type ReplicationTracker.CheckpointState Constructor Description PrimaryContext(long clusterStateVersion, Map<String,ReplicationTracker.CheckpointState> checkpoints, IndexShardRoutingTable routingTable)
-