Uses of Interface
org.elasticsearch.index.shard.GlobalCheckpointListeners.GlobalCheckpointListener
-
Packages that use GlobalCheckpointListeners.GlobalCheckpointListener Package Description org.elasticsearch.index.shard -
-
Uses of GlobalCheckpointListeners.GlobalCheckpointListener in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type GlobalCheckpointListeners.GlobalCheckpointListener Modifier and Type Method Description voidIndexShard. addGlobalCheckpointListener(long waitingForGlobalCheckpoint, GlobalCheckpointListeners.GlobalCheckpointListener listener, TimeValue timeout)Add a global checkpoint listener.
-