Uses of Interface
org.elasticsearch.common.util.CancellableThreads.OnCancel
-
Packages that use CancellableThreads.OnCancel Package Description org.elasticsearch.common.util -
-
Uses of CancellableThreads.OnCancel in org.elasticsearch.common.util
Methods in org.elasticsearch.common.util with parameters of type CancellableThreads.OnCancel Modifier and Type Method Description voidCancellableThreads. setOnCancel(CancellableThreads.OnCancel onCancel)Registers a callback that will be invoked when some running operations are cancelled orCancellableThreads.checkForCancel()is called.
-