See: Description
| Interface | Description |
|---|---|
| GridCacheAtomicLong |
This interface provides a rich API for working with distributedly cached atomic long value.
|
| GridCacheAtomicReference<T> |
This interface provides a rich API for working with distributed atomic reference.
|
| GridCacheAtomicSequence |
This interface provides a rich API for working with distributed atomic sequence.
|
| GridCacheAtomicStamped<T,S> |
This interface provides a rich API for working with distributed atomic stamped value.
|
| GridCacheCountDownLatch |
This interface provides a rich API for working with distributed count down latch.
|
| GridCacheDataStructures |
Facade for working with distributed cache data structures.
|
| GridCacheQueue<T> |
This interface provides a rich API for working with distributed queues based on In-Memory Data Grid.
|
| GridCacheSet<T> |
Set implementation based on on In-Memory Data Grid.
|
| Exception | Description |
|---|---|
| GridCacheDataStructureInvalidException |
This checked exception gets thrown if attempt to access an invalid data structure has been made.
|
| GridCacheDataStructureInvalidRuntimeException |
This runtime exception gets thrown if attempt to access an invalid data structure has been made.
|
| GridCacheDataStructureRemovedException |
This checked exception gets thrown if attempt to access a removed data structure has been made.
|
| GridCacheDataStructureRemovedRuntimeException |
This runtime exception gets thrown if attempt to access a removed data structure has been made.
|
Copyright © 2014. All rights reserved.