| Interface | Description |
|---|---|
| GridCacheAtomicLongEx |
Atomic managed by cache (
'Ex' stands for external). |
| GridCacheAtomicReferenceEx<T> |
Atomic reference managed by cache (
'Ex' stands for external). |
| GridCacheAtomicSequenceEx |
Sequence managed by cache (
'Ex' stands for external. |
| GridCacheAtomicStampedEx<T,S> |
Atomic stamped managed by cache (
'Ex' stands for external). |
| GridCacheCountDownLatchEx |
Grid cache count down latch (
'Ex' stands for external). |
| GridCacheInternalKey |
Key is used for caching data structure.
|
| GridCacheRemovable |
Provides callback for marking object as removed.
|
| Class | Description |
|---|---|
| GridAtomicCacheQueueImpl<T> |
GridCacheQueue implementation using atomic cache. |
| GridCacheAnnotationHelper<A extends Annotation> |
Utility class for getting annotated values from classes.
|
| GridCacheAtomicLongImpl |
Cache atomic long implementation.
|
| GridCacheAtomicLongValue |
Atomic long value.
|
| GridCacheAtomicReferenceImpl<T> |
Cache atomic reference implementation.
|
| GridCacheAtomicReferenceValue<T> |
Atomic reference value.
|
| GridCacheAtomicSequenceImpl |
Cache sequence implementation.
|
| GridCacheAtomicSequenceValue |
Sequence value.
|
| GridCacheAtomicStampedImpl<T,S> |
Cache atomic stamped implementation.
|
| GridCacheAtomicStampedValue<T,S> |
Atomic stamped value.
|
| GridCacheCountDownLatchImpl |
Cache count down latch implementation.
|
| GridCacheCountDownLatchValue |
Count down latch value.
|
| GridCacheDataStructuresImpl<K,V> |
Data structures implementation object.
|
| GridCacheDataStructuresManager<K,V> |
Manager of data structures.
|
| GridCacheDataStructuresProxy<K,V> |
Data structures proxy object.
|
| GridCacheInternalKeyImpl |
Key is used for caching cache data structures.
|
| GridCacheQueueAdapter<T> |
Common code for
GridCacheQueue implementation. |
| GridCacheQueueAdapter.AddClosure | |
| GridCacheQueueAdapter.ClearClosure | |
| GridCacheQueueAdapter.PollClosure | |
| GridCacheQueueAdapter.RemoveClosure | |
| GridCacheQueueHeader |
Queue header.
|
| GridCacheQueueHeaderKey |
Queue header key.
|
| GridCacheQueueProxy<T> |
Cache queue proxy.
|
| GridCacheSetHeader |
Cache set header.
|
| GridCacheSetHeaderKey |
Set header key.
|
| GridCacheSetImpl<T> |
Cache set implementation.
|
| GridCacheSetItemKey |
Set item key.
|
| GridCacheSetProxy<T> |
Cache set proxy.
|
| GridSetQueryPredicate<K,V> |
Predicate for query over
GridCacheSet items. |
| GridTransactionalCacheQueueImpl<T> |
GridCacheQueue implementation using transactional cache. |
Copyright © 2014. All rights reserved.