Uses of Interface
org.apache.ignite.internal.processors.timeout.GridTimeoutObject
-
-
Uses of GridTimeoutObject in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.topology that implement GridTimeoutObject Modifier and Type Class Description classPartitionDefferedDeleteQueueCleanupTaskTask to periodically clean partition deffered delete queue. -
Uses of GridTimeoutObject in org.apache.ignite.internal.processors.cache.distributed.near
Classes in org.apache.ignite.internal.processors.cache.distributed.near that implement GridTimeoutObject Modifier and Type Class Description classGridNearTxLocalReplicated user transaction. -
Uses of GridTimeoutObject in org.apache.ignite.internal.processors.cache.query
Classes in org.apache.ignite.internal.processors.cache.query that implement GridTimeoutObject Modifier and Type Class Description classGridCacheDistributedFieldsQueryFutureDistributed fields query future.classGridCacheDistributedQueryFuture<K,V,R>Distributed query future.classGridCacheLocalFieldsQueryFutureLocal fields query future.classGridCacheLocalQueryFuture<K,V,R>Local query future.classGridCacheQueryFutureAdapter<K,V,R>Query future adapter. -
Uses of GridTimeoutObject in org.apache.ignite.internal.processors.job
Classes in org.apache.ignite.internal.processors.job that implement GridTimeoutObject Modifier and Type Class Description classGridJobWorkerJob worker.classJobWorkerInterruptionTimeoutObjectTimeout object for delayedworkerinterruption. -
Uses of GridTimeoutObject in org.apache.ignite.internal.processors.task
Classes in org.apache.ignite.internal.processors.task that implement GridTimeoutObject Modifier and Type Class Description classGridTaskWorker<T,R>Grid task worker. -
Uses of GridTimeoutObject in org.apache.ignite.internal.processors.timeout
Classes in org.apache.ignite.internal.processors.timeout that implement GridTimeoutObject Modifier and Type Class Description classGridSpiTimeoutObjectWrapper forIgniteSpiTimeoutObject.classGridTimeoutObjectAdapterDefault implementation forGridTimeoutObject.classGridTimeoutProcessor.CancelableTaskMethods in org.apache.ignite.internal.processors.timeout with parameters of type GridTimeoutObject Modifier and Type Method Description booleanGridTimeoutProcessor. addTimeoutObject(GridTimeoutObject timeoutObj)booleanGridTimeoutProcessor. removeTimeoutObject(GridTimeoutObject timeoutObj)
-