See: Description
| Interface | Description |
|---|---|
| GridSpi |
This interface defines life-cycle of SPI implementation.
|
| GridSpiCloseableIterator<T> |
Closeable iterator.
|
| GridSpiContext |
SPI context provides common functionality for all SPI implementations.
|
| GridSpiManagementMBean |
This interface defines basic MBean for all SPI implementations.
|
| Class | Description |
|---|---|
| GridHashIdResolversValidationResult |
Result of hash id resolvers validation.
|
| GridNodeValidationResult |
Result of joining node validation.
|
| GridSpiAdapter |
This class provides convenient adapter for SPI implementations.
|
| GridSpiThread |
This class provides convenient adapter for threads used by SPIs.
|
| GridSpiThreadFactory |
This class provides implementation of
ThreadFactory factory
for creating grid SPI threads. |
| Enum | Description |
|---|---|
| GridPortProtocol |
Protocols supported by port processor.
|
| Exception | Description |
|---|---|
| GridSpiException |
Exception thrown by SPI implementations.
|
| GridSpiMultiException |
Grid SPI exception which may contain more than one failure.
|
| Annotation Type | Description |
|---|---|
| GridSpiConfiguration |
Annotates SPI configuration setters on whether or not it is optional.
|
| GridSpiConsistencyChecked |
SPIs that have this annotation present will be checked for consistency within grid.
|
| GridSpiInfo | Deprecated
This annotation is ignored.
|
| GridSpiMultipleInstancesSupport |
Annotates whether or not multiple instances of this SPI can be
started in the same VM.
|
| GridSpiNoop |
Annotates
NO-OP SPI implementations. |
Copyright © 2014. All rights reserved.