@GridToStringExclude public interface GridManager extends GridComponent
| Modifier and Type | Method and Description |
|---|---|
void |
addSpiAttributes(Map<String,Object> attrs)
Adds attributes from underlying SPI to map of all attributes.
|
boolean |
enabled() |
collectDiscoveryData, onDiscoveryDataReceived, onKernalStart, onKernalStop, printMemoryStats, start, stop, validateNodevoid addSpiAttributes(Map<String,Object> attrs) throws GridException
attrs - Map of all attributes gotten from SPI's so far.GridException - Wrapper for exception thrown by underlying SPI.boolean enabled()
true if at least one SPI does not have a NO-OP
implementation, false otherwise.Copyright © 2014. All rights reserved.