Uses of Interface
org.apache.ignite.internal.processors.datastructures.GridCacheInternalKey
-
Packages that use GridCacheInternalKey Package Description org.apache.ignite.internal.processors.datastructures -
-
Uses of GridCacheInternalKey in org.apache.ignite.internal.processors.datastructures
Classes in org.apache.ignite.internal.processors.datastructures that implement GridCacheInternalKey Modifier and Type Class Description classGridCacheInternalKeyImplKey is used for caching cache data structures.Fields in org.apache.ignite.internal.processors.datastructures declared as GridCacheInternalKey Modifier and Type Field Description protected GridCacheInternalKeyAtomicDataStructureProxy. keyStructure key.Fields in org.apache.ignite.internal.processors.datastructures with type parameters of type GridCacheInternalKey Modifier and Type Field Description protected IgniteInternalCache<GridCacheInternalKey,V>AtomicDataStructureProxy. cacheViewStructure projection.protected GridCacheContext<GridCacheInternalKey,V>AtomicDataStructureProxy. ctxCache context.Methods in org.apache.ignite.internal.processors.datastructures that return GridCacheInternalKey Modifier and Type Method Description GridCacheInternalKeyAtomicDataStructureProxy. key()GridCacheInternalKeyGridCacheAtomicLongEx. key()Get current atomic long key.GridCacheInternalKeyGridCacheAtomicReferenceEx. key()Get current atomic reference key.GridCacheInternalKeyGridCacheAtomicSequenceEx. key()Get current sequence key.GridCacheInternalKeyGridCacheAtomicStampedEx. key()Get current atomic stamped key.GridCacheInternalKeyGridCacheCountDownLatchEx. key()Get current count down latch key.GridCacheInternalKeyGridCacheLockEx. key()Get current reentrant lock latch key.GridCacheInternalKeyGridCacheSemaphoreEx. key()Get current semaphore key.
-