Uses of Class
org.elasticsearch.index.seqno.SequenceNumbers.CommitInfo
-
Packages that use SequenceNumbers.CommitInfo Package Description org.elasticsearch.index.seqno org.elasticsearch.index.store -
-
Uses of SequenceNumbers.CommitInfo in org.elasticsearch.index.seqno
Methods in org.elasticsearch.index.seqno that return SequenceNumbers.CommitInfo Modifier and Type Method Description static SequenceNumbers.CommitInfoSequenceNumbers. loadSeqNoInfoFromLuceneCommit(Iterable<Map.Entry<String,String>> commitData)Reads the sequence number stats from the commit data (maximum sequence number and local checkpoint). -
Uses of SequenceNumbers.CommitInfo in org.elasticsearch.index.store
Methods in org.elasticsearch.index.store that return SequenceNumbers.CommitInfo Modifier and Type Method Description static SequenceNumbers.CommitInfoStore. loadSeqNoInfo(IndexCommit commit)Loads the maximum sequence number and local checkpoint from the given Lucene commit point or the latest if not provided.Methods in org.elasticsearch.index.store that return types with arguments of type SequenceNumbers.CommitInfo Modifier and Type Method Description Optional<SequenceNumbers.CommitInfo>Store. findSafeIndexCommit(long globalCheckpoint)Returns aSequenceNumbers.CommitInfoof the safe commit if exists.
-