| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.managers.discovery |
TODO.
|
| org.gridgain.grid.kernal.processors.cache.distributed.dht | |
| org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic | |
| org.gridgain.grid.kernal.processors.cache.distributed.near | |
| org.gridgain.grid.kernal.processors.version | |
| org.gridgain.grid.kernal.processors.version.os | |
| org.gridgain.grid.product |
Contains Product and License related functionality.
|
| org.gridgain.grid.spi.discovery |
Contains APIs for topology manager SPI.
|
| org.gridgain.grid.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
| org.gridgain.grid.spi.discovery.tcp.internal |
Contains internal implementation.
|
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
GridProductVersion |
GridNode.version()
Gets node version.
|
| Modifier and Type | Method and Description |
|---|---|
GridProductVersion |
GridProductImpl.version()
Gets product version for this release.
|
| Modifier and Type | Method and Description |
|---|---|
NavigableMap<GridProductVersion,Collection<GridNode>> |
GridDiscoveryManager.topologyVersionMap()
Gets topology grouped by node versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridDiscoveryManager.setNodeAttributes(Map<String,Object> attrs,
GridProductVersion ver)
Sets local node attributes into discovery SPI.
|
| Modifier and Type | Field and Description |
|---|---|
static GridProductVersion |
GridDhtCacheAdapter.SUBJECT_ID_EVENTS_SINCE_VER |
| Modifier and Type | Field and Description |
|---|---|
static GridProductVersion |
GridDhtAtomicCache.FORCE_TRANSFORM_BACKUP_SINCE
Version where FORCE_TRANSFORM_BACKUP flag was introduced.
|
| Modifier and Type | Field and Description |
|---|---|
static GridProductVersion |
GridNearAtomicCache.SINCE_VER |
| Modifier and Type | Method and Description |
|---|---|
void |
GridVersionProcessor.registerLocal(Class<?> cls,
Class<? extends GridVersionConverter> converterCls,
GridProductVersion fromVer)
Locally registers converter for a class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridOsVersionProcessor.registerLocal(Class<?> cls,
Class<? extends GridVersionConverter> converterCls,
GridProductVersion fromVer)
Locally registers converter for a class.
|
| Modifier and Type | Field and Description |
|---|---|
static GridProductVersion |
GridProductVersion.VERSION_DEV
Development version.
|
static GridProductVersion |
GridProductVersion.VERSION_UNKNOWN
Unknown version.
|
| Modifier and Type | Method and Description |
|---|---|
static GridProductVersion |
GridProductVersion.fromString(String verStr)
Tries to parse product version from it's string representation.
|
GridProductVersion |
GridProduct.version()
Gets product version for this release.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GridProductVersion.compareTo(GridProductVersion o) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDiscoverySpi.setNodeAttributes(Map<String,Object> attrs,
GridProductVersion ver)
Sets node attributes and node version which will be distributed in grid during
join process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridTcpDiscoverySpi.setNodeAttributes(Map<String,Object> attrs,
GridProductVersion ver)
Sets node attributes and node version which will be distributed in grid during
join process.
|
| Modifier and Type | Method and Description |
|---|---|
GridProductVersion |
GridTcpDiscoveryNode.version()
Gets node version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridTcpDiscoveryNode.version(GridProductVersion ver) |
| Constructor and Description |
|---|
GridTcpDiscoveryNode(UUID id,
Collection<String> addrs,
Collection<String> hostNames,
int discPort,
GridDiscoveryMetricsProvider metricsProvider,
GridProductVersion ver)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static GridProductVersion |
GridUtils.productVersion(GridNode node)
Gets node product version based on node attributes.
|
Copyright © 2014. All rights reserved.