Uses of Class
org.elasticsearch.index.translog.Translog.TranslogGeneration
-
Packages that use Translog.TranslogGeneration Package Description org.elasticsearch.index.translog -
-
Uses of Translog.TranslogGeneration in org.elasticsearch.index.translog
Methods in org.elasticsearch.index.translog that return Translog.TranslogGeneration Modifier and Type Method Description Translog.TranslogGenerationTranslog. getGeneration()Returns the current generation of this translog.Translog.TranslogGenerationTranslog. getMinGenerationForSeqNo(long seqNo)Gets the minimum generation that could contain any sequence number after the specified sequence number, or the current generation if there is no generation that could any such sequence number.Methods in org.elasticsearch.index.translog with parameters of type Translog.TranslogGeneration Modifier and Type Method Description Translog.SnapshotTranslog. newSnapshotFromGen(Translog.TranslogGeneration fromGeneration, long upToSeqNo)
-