Uses of Class
org.elasticsearch.index.engine.SafeCommitInfo
-
Packages that use SafeCommitInfo Package Description org.elasticsearch.index.engine org.elasticsearch.index.seqno -
-
Uses of SafeCommitInfo in org.elasticsearch.index.engine
Fields in org.elasticsearch.index.engine declared as SafeCommitInfo Modifier and Type Field Description static SafeCommitInfoSafeCommitInfo. EMPTYMethods in org.elasticsearch.index.engine that return SafeCommitInfo Modifier and Type Method Description abstract SafeCommitInfoEngine. getSafeCommitInfo()SafeCommitInfoInternalEngine. getSafeCommitInfo()SafeCommitInfoReadOnlyEngine. getSafeCommitInfo() -
Uses of SafeCommitInfo in org.elasticsearch.index.seqno
Constructor parameters in org.elasticsearch.index.seqno with type arguments of type SafeCommitInfo Constructor Description ReplicationTracker(ShardId shardId, String allocationId, IndexSettings indexSettings, long operationPrimaryTerm, long globalCheckpoint, LongConsumer onGlobalCheckpointUpdated, LongSupplier currentTimeMillisSupplier, BiConsumer<RetentionLeases,ActionListener<ReplicationResponse>> onSyncRetentionLeases, Supplier<SafeCommitInfo> safeCommitInfoSupplier)Initialize the global checkpoint service.
-