Uses of Class
org.apache.ignite.internal.IgniteInterruptedCheckedException
-
Packages that use IgniteInterruptedCheckedException Package Description org.apache.ignite.internal.pagemem.wal org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.processors.cache.distributed.dht.topology org.apache.ignite.internal.processors.cache.persistence.wal org.apache.ignite.internal.processors.cache.persistence.wal.aware org.apache.ignite.internal.processors.query.schema org.apache.ignite.internal.util System-wide utility routine and helper classes.org.apache.ignite.internal.util.worker Common utility classes for threads. -
-
Uses of IgniteInterruptedCheckedException in org.apache.ignite.internal.pagemem.wal
Methods in org.apache.ignite.internal.pagemem.wal that throw IgniteInterruptedCheckedException Modifier and Type Method Description voidIgniteWriteAheadLogManager. awaitCompacted(long idx)Blocks current thread while segment with theidxnot compressed. -
Uses of IgniteInterruptedCheckedException in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that throw IgniteInterruptedCheckedException Modifier and Type Method Description booleanGridCachePartitionExchangeManager. mergeExchanges(GridDhtPartitionsExchangeFuture curFut, GridDhtPartitionsFullMessage msg) -
Uses of IgniteInterruptedCheckedException in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that throw IgniteInterruptedCheckedException Modifier and Type Method Description voidGridDhtPartitionsExchangeFuture. init(boolean newCrd)Starts activity. -
Uses of IgniteInterruptedCheckedException in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology that throw IgniteInterruptedCheckedException Modifier and Type Method Description booleanGridDhtPartitionTopology. initPartitionsWhenAffinityReady(AffinityTopologyVersion affVer, GridDhtPartitionsExchangeFuture exchFut)booleanGridDhtPartitionTopologyImpl. initPartitionsWhenAffinityReady(AffinityTopologyVersion affVer, GridDhtPartitionsExchangeFuture exchFut)voidGridClientPartitionTopology. updateTopologyVersion(GridDhtTopologyFuture exchFut, DiscoCache discoCache, long updSeq, boolean stopping)Updates topology version.voidGridDhtPartitionTopology. updateTopologyVersion(GridDhtTopologyFuture exchFut, DiscoCache discoCache, long updateSeq, boolean stopping)Updates topology version.voidGridDhtPartitionTopologyImpl. updateTopologyVersion(GridDhtTopologyFuture exchFut, @NotNull DiscoCache discoCache, long updSeq, boolean stopping)Updates topology version. -
Uses of IgniteInterruptedCheckedException in org.apache.ignite.internal.processors.cache.persistence.wal
Methods in org.apache.ignite.internal.processors.cache.persistence.wal that throw IgniteInterruptedCheckedException Modifier and Type Method Description voidFileWriteAheadLogManager. awaitCompacted(long idx)Blocks current thread while segment with theidxnot compressed. -
Uses of IgniteInterruptedCheckedException in org.apache.ignite.internal.processors.cache.persistence.wal.aware
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.aware that throw IgniteInterruptedCheckedException Modifier and Type Method Description longSegmentAware. awaitAvailableTruncateArchive()Waiting for segment truncation to be available.voidSegmentAware. awaitExceedMaxArchiveSize(long max)Waiting for exceeding the maximum WAL archive size.voidSegmentAware. awaitSegment(long absSegIdx)Waiting until current WAL index will be greater or equal than given one.voidSegmentAware. awaitSegmentArchived(long awaitIdx)Method will wait archivation of particular WAL segment index.voidSegmentAware. awaitSegmentCompressed(long awaitIdx)Method will wait activation of particular WAL segment index.voidSegmentAware. markAsMovedToArchive(long toArchive)Mark segment as moved to archive under lock.longSegmentAware. nextAbsoluteSegmentIndex()Calculate next segment index or wait if needed.longSegmentAware. waitNextSegmentForArchivation()Waiting until archivation of next segment will be allowed.longSegmentAware. waitNextSegmentToCompress()Pessimistically tries to reserve segment for compression in order to avoid concurrent truncation. -
Uses of IgniteInterruptedCheckedException in org.apache.ignite.internal.processors.query.schema
Methods in org.apache.ignite.internal.processors.query.schema that throw IgniteInterruptedCheckedException Modifier and Type Method Description protected voidSchemaIndexCachePartitionWorker. body()The implementation should provide the execution body for this runnable.protected voidSchemaOperationWorker. body()The implementation should provide the execution body for this runnable. -
Uses of IgniteInterruptedCheckedException in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that throw IgniteInterruptedCheckedException Modifier and Type Method Description voidBasicRateLimiter. acquire(long permits)Acquires the given number of permits from thisRateLimiter, blocking until the request can be granted.static voidIgniteUtils. acquire(Semaphore sem)Acquires a permit from provided semaphore.booleanGridAtomicInitializer. await()Await for completion.static voidIgniteUtils. await(CountDownLatch latch)Awaits for the latch.static booleanIgniteUtils. await(CountDownLatch latch, long timeout, TimeUnit unit)Awaits for the latch.static voidIgniteUtils. await(Condition cond)Awaits for condition.static booleanIgniteUtils. await(Condition cond, long time, TimeUnit unit)Awaits for condition.static <T,R>
Collection<R>IgniteUtils. doInParallel(int parallelismLvl, ExecutorService executorSvc, Collection<T> srcDatas, IgniteThrowableFunction<T,R> operation)Execute operation on data in parallel.static <T,R>
Collection<R>IgniteUtils. doInParallel(ExecutorService executorSvc, Collection<T> srcDatas, IgniteThrowableFunction<T,R> operation)Execute operation on data in parallel.static <T,R>
Collection<R>IgniteUtils. doInParallelUninterruptibly(int parallelismLvl, ExecutorService executorSvc, Collection<T> srcDatas, IgniteThrowableFunction<T,R> operation)Execute operation on data in parallel uninterruptibly.static voidIgniteUtils. join(@Nullable Thread t)Joins thread.static voidIgniteUtils. join(GridWorker w)Joins worker.static voidIgniteUtils. sleep(long ms)Sleeps for given number of milliseconds.static booleanIgniteUtils. tryAcquire(Semaphore sem, long timeout, TimeUnit unit)Tries to acquire a permit from provided semaphore duringtimeout.static voidIgniteUtils. wait(Object mux)ConvertsInterruptedExceptiontoIgniteCheckedException.static voidIgniteUtils. writeLock(ReadWriteLock lock) -
Uses of IgniteInterruptedCheckedException in org.apache.ignite.internal.util.worker
Methods in org.apache.ignite.internal.util.worker that throw IgniteInterruptedCheckedException Modifier and Type Method Description protected abstract voidGridWorker. body()The implementation should provide the execution body for this runnable.
-