| Interface | Description |
|---|---|
| Grid |
Main entry-point for all GridGain APIs.
|
| GridAddressResolver |
Provides resolution between external and internal addresses.
|
| GridClientMessageInterceptor |
Interface for user-defined object interceptors.
|
| GridExecutorServiceMBean |
MBean that provides access to information about executor service.
|
| GridFuture<R> |
Extension for standard
Future interface. |
| GridGainListener |
Listener for gird state change notifications.
|
| GridGainMBean |
This interface defines JMX view on
GridGain. |
| GridKernalMBean |
This interface defines JMX view on kernal.
|
| GridLifecycleAware |
All components provided in GridGain configuration can implement this interface.
|
| GridLifecycleBean |
A bean that reacts to grid lifecycle events defined in
GridLifecycleEventType. |
| GridMetadataAware |
Allows to attach metadata attributes to any entity that implements
this interface.
|
| GridNode |
Interface representing a single grid node.
|
| GridNodeLocalMap<K,V> |
Defines interface for node-local storage.
|
| GridNodeMetrics |
This class represents runtime information on a node.
|
| GridNodeShadow |
A node shadow is a read-only snapshot of last known node internal state.
|
| GridProjection |
Defines grid projection which represents a common functionality over a group of nodes.
|
| GridProjectionMetrics |
This interface defines cumulative metrics for the projection.
|
| Class | Description |
|---|---|
| GridConfiguration |
This class defines grid runtime configuration.
|
| GridGain |
This class defines a factory for the main GridGain API.
|
| GridSystemProperties |
Contains constants for all system properties and environmental variables in GridGain.
|
| GridUuid |
This is a faster performing version of
UUID. |
| Enum | Description |
|---|---|
| GridDeploymentMode |
Grid deployment mode.
|
| GridGainState |
Possible states of
GridGain. |
| GridLifecycleEventType |
Grid lifecycle event types.
|
| Exception | Description |
|---|---|
| GridDeploymentException |
Deployment or re-deployment failed.
|
| GridEmptyProjectionException |
This exception defines illegal call on empty projection.
|
| GridException |
General grid exception.
|
| GridFutureCancelledException |
Future computation cannot be retrieved because it was cancelled.
|
| GridFutureTimeoutException |
Future computation completion is timed out.
|
| GridIllegalStateException |
This exception indicates the grid access in invalid state.
|
| GridInterruptedException |
This exception is used to wrap standard
InterruptedException into GridException. |
| GridRuntimeException |
Common runtime exception for grid.
|
| GridTopologyException |
This exception is used to indicate error with grid topology (e.g., crashed node, etc.).
|
| Annotation Type | Description |
|---|---|
| GridNotPeerDeployable |
This annotations should be used to mark any type that should not be
peer deployable.
|
Copyright © 2014. All rights reserved.