Uses of Interface
org.apache.ignite.internal.processors.datastructures.GridCacheRemovable
-
Packages that use GridCacheRemovable Package Description org.apache.ignite.internal.processors.datastructures org.apache.ignite.spi.systemview.view.datastructures -
-
Uses of GridCacheRemovable in org.apache.ignite.internal.processors.datastructures
Subinterfaces of GridCacheRemovable in org.apache.ignite.internal.processors.datastructures Modifier and Type Interface Description interfaceGridCacheAtomicLongExAtomic managed by cache ('Ex'stands for external).interfaceGridCacheAtomicReferenceEx<T>Atomic reference managed by cache ('Ex'stands for external).interfaceGridCacheAtomicSequenceExSequence managed by cache ('Ex'stands for external.interfaceGridCacheAtomicStampedEx<T,S>Atomic stamped managed by cache ('Ex'stands for external).interfaceGridCacheCountDownLatchExGrid cache count down latch ('Ex'stands for external).interfaceGridCacheLockExGrid cache reentrant lock ('Ex'stands for external).interfaceGridCacheSemaphoreExGrid cache semaphore ('Ex'stands for external).Classes in org.apache.ignite.internal.processors.datastructures that implement GridCacheRemovable Modifier and Type Class Description classAtomicDataStructureProxy<V extends AtomicDataStructureValue>Represents base class for atomic data structures.classGridCacheAtomicLongImplCache atomic long implementation.classGridCacheAtomicReferenceImpl<T>Cache atomic reference implementation.classGridCacheAtomicSequenceImplCache sequence implementation.classGridCacheAtomicStampedImpl<T,S>Cache atomic stamped implementation.classGridCacheCountDownLatchImplCache count down latch implementation.classGridCacheLockImplCache reentrant lock implementation based on AbstractQueuedSynchronizer.classGridCacheSemaphoreImplCache semaphore implementation based on AbstractQueuedSynchronizer. -
Uses of GridCacheRemovable in org.apache.ignite.spi.systemview.view.datastructures
Constructors in org.apache.ignite.spi.systemview.view.datastructures with parameters of type GridCacheRemovable Constructor Description AtomicLongView(GridCacheRemovable ds)AtomicReferenceView(GridCacheRemovable ds)AtomicSequenceView(GridCacheRemovable ds)AtomicStampedView(GridCacheRemovable ds)CountDownLatchView(GridCacheRemovable ds)ReentrantLockView(GridCacheRemovable ds)SemaphoreView(GridCacheRemovable ds)
-