Uses of Interface
org.apache.solr.client.solrj.impl.TimeSource
Packages that use TimeSource
Package
Description
Implementations of some client API classes, and their friends.
-
Uses of TimeSource in org.apache.solr.client.solrj.impl
Fields in org.apache.solr.client.solrj.impl declared as TimeSourceModifier and TypeFieldDescriptionstatic final TimeSourceTimeSource.SYSTEMDefault implementation that uses System.nanoTime().Constructors in org.apache.solr.client.solrj.impl with parameters of type TimeSourceModifierConstructorDescriptionStallDetection(long stallTimeMillis, IntSupplier queueSizeSupplier, TimeSource timeSource) Creates a new StallDetection instance with a custom time source.