Uses of Class
org.elasticsearch.index.seqno.SeqNoStats
-
Packages that use SeqNoStats Package Description org.elasticsearch.action.admin.indices.stats org.elasticsearch.index.engine org.elasticsearch.index.seqno org.elasticsearch.index.shard -
-
Uses of SeqNoStats in org.elasticsearch.action.admin.indices.stats
Methods in org.elasticsearch.action.admin.indices.stats that return SeqNoStats Modifier and Type Method Description SeqNoStatsShardStats. getSeqNoStats()Constructors in org.elasticsearch.action.admin.indices.stats with parameters of type SeqNoStats Constructor Description ShardStats(ShardRouting routing, ShardPath shardPath, CommonStats commonStats, CommitStats commitStats, SeqNoStats seqNoStats, RetentionLeaseStats retentionLeaseStats) -
Uses of SeqNoStats in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return SeqNoStats Modifier and Type Method Description abstract SeqNoStatsEngine. getSeqNoStats(long globalCheckpoint)SeqNoStatsInternalEngine. getSeqNoStats(long globalCheckpoint)SeqNoStatsReadOnlyEngine. getSeqNoStats(long globalCheckpoint)Methods in org.elasticsearch.index.engine with parameters of type SeqNoStats Modifier and Type Method Description protected voidReadOnlyEngine. ensureMaxSeqNoEqualsToGlobalCheckpoint(SeqNoStats seqNoStats)Constructors in org.elasticsearch.index.engine with parameters of type SeqNoStats Constructor Description ReadOnlyEngine(EngineConfig config, SeqNoStats seqNoStats, TranslogStats translogStats, boolean obtainLock, Function<DirectoryReader,DirectoryReader> readerWrapperFunction)Creates a new ReadOnlyEngine. -
Uses of SeqNoStats in org.elasticsearch.index.seqno
Methods in org.elasticsearch.index.seqno that return SeqNoStats Modifier and Type Method Description SeqNoStatsLocalCheckpointTracker. getStats(long globalCheckpoint)constructs aSeqNoStatsobject, using local state and the supplied global checkpoint This is needed to make sure the persisted local checkpoint and max seq no are consistent -
Uses of SeqNoStats in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return SeqNoStats Modifier and Type Method Description SeqNoStatsIndexShard. seqNoStats()
-