Package org.elasticsearch.cluster
Class InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob
java.lang.Object
org.elasticsearch.cluster.InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- InternalClusterInfoService
public class InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob
extends java.lang.Object
implements java.lang.Runnable
Class used to submit
InternalClusterInfoService.maybeRefresh() on the
InternalClusterInfoService threadpool, these jobs will
reschedule themselves by placing a new instance of this class onto the
scheduled threadpool.-
Constructor Summary
Constructors Constructor Description SubmitReschedulingClusterInfoUpdatedJob() -
Method Summary
Modifier and Type Method Description voidrun()
-
Constructor Details
-
SubmitReschedulingClusterInfoUpdatedJob
public SubmitReschedulingClusterInfoUpdatedJob()
-
-
Method Details
-
run
public void run()- Specified by:
runin interfacejava.lang.Runnable
-