Uses of Enum
org.apache.lucene.index.MergePolicy.OneMergeProgress.PauseReason
Packages that use MergePolicy.OneMergeProgress.PauseReason
-
Uses of MergePolicy.OneMergeProgress.PauseReason in org.apache.lucene.index
Methods in org.apache.lucene.index that return MergePolicy.OneMergeProgress.PauseReasonModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.MergePolicy.OneMergeProgress.PauseReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.index that return types with arguments of type MergePolicy.OneMergeProgress.PauseReasonModifier and TypeMethodDescriptionMergePolicy.OneMergeProgress.getPauseTimes()
Returns pause reasons and associated times in nanoseconds.Methods in org.apache.lucene.index with parameters of type MergePolicy.OneMergeProgress.PauseReasonModifier and TypeMethodDescriptionvoid
MergePolicy.OneMergeProgress.pauseNanos
(long pauseNanos, MergePolicy.OneMergeProgress.PauseReason reason, BooleanSupplier condition) Pauses the calling thread for at leastpauseNanos
nanoseconds unless the merge is aborted or the external condition returnsfalse
, in which case control returns immediately.