Uses of Class
org.apache.ignite.internal.util.TimeBag
-
Packages that use TimeBag Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation. -
-
Uses of TimeBag in org.apache.ignite.internal
Methods in org.apache.ignite.internal with parameters of type TimeBag Modifier and Type Method Description voidIgniteKernal. start(IgniteConfiguration cfg, GridAbsClosure errHnd, WorkersRegistry workerRegistry, Thread.UncaughtExceptionHandler hnd, TimeBag startTimer) -
Uses of TimeBag in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return TimeBag Modifier and Type Method Description TimeBagGridDhtPartitionsExchangeFuture. timeBag() -
Uses of TimeBag in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type TimeBag Modifier and Type Method Description voidGridCacheDatabaseSharedManager. startMemoryRestore(GridKernalContext kctx, TimeBag startTimer)Perform memory restore beforeGridDiscoveryManagerstart.voidIgniteCacheDatabaseSharedManager. startMemoryRestore(GridKernalContext kctx, TimeBag startTimer)Perform memory restore beforeGridDiscoveryManagerstart.
-