| Constructor and description |
|---|
| new(ExecutorService,NamespaceService,INameParser,Provider<T>)
Constructor. |
| Modifier and type | Action and description |
|---|---|
| protected java.lang.Runnable | createRunnableUpdater
Invoked to create a Runnable that may be used for updated the probes |
| long | getSleepingDurationBetweenSyncs |
| boolean | isAsynchronousSynchronizationRunning
Replies if the asynchronous synchronization was started or not. |
| protected void | onFirstProbe |
| protected void | onLastProbe |
| void | onStop |
| void | setSleepingDurationBetweenSyncs(long) |
| java.util.concurrent.Future<V> | startSyncThread
Start the thread that dynamically update the probes |
| void | stopSyncThread
Stop the thread that dynamically update the probes |
var sleepingDurationBetweenSyncs : long
This property is an alias for the action: getSleepingDurationBetweenSyncs
new(ExecutorService,NamespaceService,INameParser,Provider<T>)
protected def createRunnableUpdater : java.lang.Runnable
Runnable that may be used for updated the probes
def getSleepingDurationBetweenSyncs : long
def isAsynchronousSynchronizationRunning : boolean
protected def onFirstProbe
protected def onLastProbe
def onStop
def setSleepingDurationBetweenSyncs(long)
def startSyncThread : java.util.concurrent.Future<V>
def stopSyncThread