| Package | Description |
|---|---|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.managers |
TODO.
|
| org.gridgain.grid.kernal.processors |
TODO.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.spi |
Contains common classes and interfaces for SPI implementations.
|
| Modifier and Type | Method and Description |
|---|---|
GridNodeValidationResult |
GridComponent.validateNode(GridNode node)
Validates that new node can join grid topology, this method is called on coordinator
node before new node joins topology.
|
| Modifier and Type | Method and Description |
|---|---|
GridNodeValidationResult |
GridManagerAdapter.validateNode(GridNode node)
Validates that new node can join grid topology, this method is called on coordinator
node before new node joins topology.
|
GridNodeValidationResult |
GridNoopManagerAdapter.validateNode(GridNode node)
Validates that new node can join grid topology, this method is called on coordinator
node before new node joins topology.
|
| Modifier and Type | Method and Description |
|---|---|
GridNodeValidationResult |
GridProcessorAdapter.validateNode(GridNode node)
Validates that new node can join grid topology, this method is called on coordinator
node before new node joins topology.
|
| Modifier and Type | Method and Description |
|---|---|
GridNodeValidationResult |
GridCacheProcessor.validateNode(GridNode node)
Validates that new node can join grid topology, this method is called on coordinator
node before new node joins topology.
|
| Modifier and Type | Method and Description |
|---|---|
GridNodeValidationResult |
GridSpiContext.validateNode(GridNode node)
Validates that new node can join grid topology, this method is called on coordinator
node before new node joins topology.
|
Copyright © 2014. All rights reserved.