| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.cache.datastructures |
Contains distributed data structures that work on top of in-memory data grid.
|
| org.gridgain.grid.compute |
Contains Compute Grid functionality.
|
| org.gridgain.grid.compute.gridify |
Contains APIs utilized for AOP-based grid-enabling.
|
| org.gridgain.grid.kernal.processors.cache.datastructures | |
| org.gridgain.grid.security |
Contains APIs for security, authentication, and authorization.
|
| org.gridgain.grid.util.lang |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheFlagException
Exception thrown when projection flags check fails.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheDataStructureInvalidRuntimeException
This runtime exception gets thrown if attempt to access an invalid data structure has been made.
|
class |
GridCacheDataStructureRemovedRuntimeException
This runtime exception gets thrown if attempt to access a removed data structure has been made.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridCacheQueue.add(T item) |
boolean |
GridCacheQueue.addAll(Collection<? extends T> items) |
void |
GridCacheQueue.clear() |
void |
GridCacheQueue.clear(int batchSize)
Removes all of the elements from this queue.
|
boolean |
GridCacheQueue.contains(Object item) |
boolean |
GridCacheQueue.containsAll(Collection<?> items) |
boolean |
GridCacheQueue.isEmpty() |
Iterator<T> |
GridCacheQueue.iterator() |
boolean |
GridCacheQueue.offer(T item) |
boolean |
GridCacheQueue.offer(T item,
long timeout,
TimeUnit unit) |
T |
GridCacheQueue.peek() |
T |
GridCacheQueue.poll() |
T |
GridCacheQueue.poll(long timeout,
TimeUnit unit) |
void |
GridCacheQueue.put(T item) |
boolean |
GridCacheQueue.remove(Object item) |
boolean |
GridCacheQueue.removeAll(Collection<?> items) |
boolean |
GridCacheQueue.retainAll(Collection<?> items) |
int |
GridCacheQueue.size() |
T |
GridCacheQueue.take() |
Object[] |
GridCacheQueue.toArray() |
<T> T[] |
GridCacheQueue.toArray(T[] a) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridComputeJobFailoverException
This runtime exception can be thrown from
GridComputeJob.execute() method to force
job failover to another node within task topology. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridifyRuntimeException
This defines gridify exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheQueueAdapter.clear(int batchSize)
Removes all of the elements from this queue.
|
boolean |
GridTransactionalCacheQueueImpl.offer(T item) |
boolean |
GridAtomicCacheQueueImpl.offer(T item) |
boolean |
GridCacheQueueAdapter.offer(T item,
long timeout,
TimeUnit unit) |
T |
GridCacheQueueAdapter.peek() |
T |
GridTransactionalCacheQueueImpl.poll() |
T |
GridAtomicCacheQueueImpl.poll() |
T |
GridCacheQueueAdapter.poll(long timeout,
TimeUnit unit) |
void |
GridCacheQueueAdapter.put(T item) |
T |
GridCacheQueueAdapter.take() |
| Modifier and Type | Class and Description |
|---|---|
class |
GridSecurityException
Common security exception for the grid.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridClosureException
This exception provides closures with facility to throw exceptions.
|
Copyright © 2014. All rights reserved.