| Interface | Description |
|---|---|
| Cache | |
| CacheListener |
A listener for local cache events.
|
| Cluster |
The cluster management service.
|
| LineFunction<T> | |
| LineFunction.LineAccess | |
| MessageListener |
A listener for messages sent in the grid.
|
| Messenger |
The grid's messaging service.
|
| Store |
The grid's distributed data-store service.
|
| Class | Description |
|---|---|
| AbstractCacheListener |
An empty (no-op) implementation of
CacheListener. |
| Grid |
The central access point to the grid's services (the word grid describes the collection distributed of software provided
in the physical node cluster).
|
| Server |
This class runs the Galaxy server.
|
| StoreTransaction |
Represents a grid data-store transaction.
|
| Enum | Description |
|---|---|
| ItemState |
Represents the state of an item in the Galaxy local store.
|
| Exception | Description |
|---|---|
| RefNotFoundException |
Thrown when an item ref was not found in the grid.
|
| TimeoutException |
Thrown when an operation has timed-out.
|