Uses of Interface
org.elasticsearch.index.translog.Translog.Snapshot
-
Packages that use Translog.Snapshot Package Description org.elasticsearch.index.engine org.elasticsearch.index.shard org.elasticsearch.index.translog -
-
Uses of Translog.Snapshot in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return Translog.Snapshot Modifier and Type Method Description abstract Translog.SnapshotEngine. newChangesSnapshot(String source, MapperService mapperService, long fromSeqNo, long toSeqNo, boolean requiredFullRange)Creates a new history snapshot from Lucene for reading operations whose seqno in the requesting seqno range (both inclusive).Translog.SnapshotInternalEngine. newChangesSnapshot(String source, MapperService mapperService, long fromSeqNo, long toSeqNo, boolean requiredFullRange)Translog.SnapshotReadOnlyEngine. newChangesSnapshot(String source, MapperService mapperService, long fromSeqNo, long toSeqNo, boolean requiredFullRange)abstract Translog.SnapshotEngine. readHistoryOperations(String reason, Engine.HistorySource historySource, MapperService mapperService, long startingSeqNo)Creates a new history snapshot for reading operations sincestartingSeqNo(inclusive).Translog.SnapshotInternalEngine. readHistoryOperations(String reason, Engine.HistorySource historySource, MapperService mapperService, long startingSeqNo)Creates a new history snapshot for reading operations since the provided seqno.Translog.SnapshotReadOnlyEngine. readHistoryOperations(String reason, Engine.HistorySource historySource, MapperService mapperService, long startingSeqNo)Methods in org.elasticsearch.index.engine with parameters of type Translog.Snapshot Modifier and Type Method Description intEngine.TranslogRecoveryRunner. run(Engine engine, Translog.Snapshot snapshot) -
Uses of Translog.Snapshot in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return Translog.Snapshot Modifier and Type Method Description Translog.SnapshotIndexShard. getHistoryOperations(String reason, Engine.HistorySource source, long startingSeqNo)Creates a new history snapshot for reading operations since the provided starting seqno (inclusive).Translog.SnapshotIndexShard. newChangesSnapshot(String source, long fromSeqNo, long toSeqNo, boolean requiredFullRange)Creates a new changes snapshot for reading operations whose seq_no are betweenfromSeqNo(inclusive) andtoSeqNo(inclusive). -
Uses of Translog.Snapshot in org.elasticsearch.index.translog
Methods in org.elasticsearch.index.translog that return Translog.Snapshot Modifier and Type Method Description Translog.SnapshotTranslog. newSnapshot()Snapshots the current transaction log allowing to safely iterate over the snapshot.Translog.SnapshotTranslog. newSnapshotFromGen(Translog.TranslogGeneration fromGeneration, long upToSeqNo)Translog.SnapshotTranslog. newSnapshotFromMinSeqNo(long minSeqNo)
-