| Interface | Description |
|---|---|
| GridComponent |
Interface for all main internal GridGain components (managers and processors).
|
| GridEx |
Extended Grid interface which provides some additional methods required for kernal and Visor.
|
| GridInternalWrapper<T> |
Internal wrapper interface for custom resource injection logic.
|
| GridKernalContext | |
| GridKernalGateway |
This interface guards access to implementations of public methods that access kernal
functionality from the following main API interfaces:
GridProjection
Note that this kernal gateway should not be used to guard against method from
the following non-rich interfaces since their implementations are already managed
by their respective implementing classes:
Grid
GridNode
Kernal gateway is also responsible for notifying various futures about the change in
kernal state so that issued futures could properly interrupt themselves when kernal
becomes unavailable while future is held externally by the user. |
| GridNodeMetricsMBean |
MBean for local node metrics.
|
| GridProjectionEx |
Internal projection interface.
|
| GridProxyListener |
Interception listener is notified about method apply.
|
| GridTaskMessage |
Grid task related message.
|
| GridTaskSessionInternal |
Internal task session interface.
|
| Class | Description |
|---|---|
| GridComputeImpl |
GridCompute implementation. |
| GridEventsImpl |
GridEvents implementation. |
| GridExecutorServiceMBeanAdapter |
Adapter for
GridExecutorServiceMBean which delegates all method calls to the underlying
ExecutorService instance. |
| GridGainEx |
This class defines a factory for the main GridGain API.
|
| GridGainMBeanAdapter |
Management bean that provides access to
GridGain. |
| GridJobCancelRequest |
Job cancellation request.
|
| GridJobContextImpl |
Remote job context implementation.
|
| GridJobExecuteRequest |
Job execution request.
|
| GridJobExecuteResponse |
Job execution response.
|
| GridJobResultImpl |
Class provides implementation for job result.
|
| GridJobSessionImpl |
Job session implementation.
|
| GridJobSiblingImpl |
This class provides implementation for job sibling.
|
| GridJobSiblingsRequest |
Job siblings request.
|
| GridJobSiblingsResponse |
Job siblings response.
|
| GridKernal |
GridGain kernal.
|
| GridKernalContextImpl |
Implementation of kernal context.
|
| GridKernalGatewayImpl | |
| GridLocalNodeMetrics |
Local node metrics MBean.
|
| GridLoggerProxy | |
| GridMessageListenHandler |
Continuous handler for message subscription.
|
| GridMessagingImpl |
GridMessaging implementation. |
| GridNodeAttributes |
This class defines constants (NOT enums) for internally-used node attributes.
|
| GridNodeLocalMapImpl<K,V> | |
| GridNodeOrderComparator |
Node order comparator.
|
| GridPerformanceSuggestions |
Grid performance suggestions.
|
| GridProductImpl |
GridProduct implementation. |
| GridProjectionAdapter | |
| GridSchedulerImpl |
GridScheduler implementation. |
| GridTaskCancelRequest |
Request for cancelling tasks.
|
| GridTaskFutureImpl<R> |
This class provide implementation for task future.
|
| GridTaskSessionImpl |
Task session.
|
| GridTaskSessionRequest |
Task session request.
|
| Enum | Description |
|---|---|
| GridClosureCallMode |
Distribution modes for one or more closures executed via
Grid.call(...) methods. |
| GridComponentType |
Component type.
|
| GridTopic |
Communication topic.
|
| Exception | Description |
|---|---|
| GridInternalException |
When log debug mode is disabled this exception should be logged in short form - without stack trace.
|
| Annotation Type | Description |
|---|---|
| GridDirectCollection |
Annotates iterable fields.
|
| GridDirectMap |
Annotates map fields.
|
| GridDirectTransient |
Annotates transient fields.
|
| GridDirectVersion |
Assigns version to a field.
|
Copyright © 2014. All rights reserved.