| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.cluster |
Contains cluster-related classes.
|
| org.apache.ignite.internal.cluster | |
| org.apache.ignite.internal.managers.discovery |
TODO.
|
| org.apache.ignite.internal.processors.cluster | |
| org.apache.ignite.internal.util.lang | |
| org.apache.ignite.internal.visor.baseline | |
| org.apache.ignite.spi.discovery.tcp.internal |
Contains internal implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BaselineNode> |
IgniteCluster.currentBaselineTopology()
Gets current baseline topology.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteCluster.setBaselineTopology(Collection<? extends BaselineNode> baselineTop)
Sets baseline topology.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterNode
Interface representing a single cluster node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DetachedClusterNode
Representation of cluster node that isn't currently present in cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BaselineNode> |
IgniteClusterAsyncImpl.currentBaselineTopology()
Gets current baseline topology.
|
Collection<BaselineNode> |
IgniteClusterImpl.currentBaselineTopology()
Gets current baseline topology.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteClusterAsyncImpl.setBaselineTopology(Collection<? extends BaselineNode> baselineTop)
Sets baseline topology.
|
void |
IgniteClusterImpl.setBaselineTopology(Collection<? extends BaselineNode> baselineTop)
Sets baseline topology.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IgniteClusterNode |
| Modifier and Type | Method and Description |
|---|---|
List<? extends BaselineNode> |
DiscoCache.baselineNodes()
Returns a collection of baseline nodes.
|
List<? extends BaselineNode> |
GridDiscoveryManager.baselineNodes(AffinityTopologyVersion topVer) |
| Modifier and Type | Method and Description |
|---|---|
List<BaselineNode> |
BaselineTopology.currentBaseline() |
| Modifier and Type | Method and Description |
|---|---|
static BaselineTopology |
BaselineTopology.build(Collection<? extends BaselineNode> nodes,
int id) |
IgniteInternalFuture<?> |
IGridClusterStateProcessor.changeGlobalState(boolean activate,
Collection<? extends BaselineNode> baselineNodes,
boolean forceChangeBaselineTopology) |
IgniteInternalFuture<?> |
GridClusterStateProcessor.changeGlobalState(boolean activate,
Collection<? extends BaselineNode> baselineNodes,
boolean forceChangeBaselineTopology) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Object> |
GridFunc.nodeConsistentIds(Collection<? extends BaselineNode> nodes)
Convenient utility method that returns collection of node consistent IDs for a given
collection of grid nodes.
|
| Constructor and Description |
|---|
VisorBaselineNode(BaselineNode node)
Create data transfer object for baseline node.
|
| Constructor and Description |
|---|
VisorBaselineTaskResult(boolean active,
long topVer,
Collection<? extends BaselineNode> baseline,
Collection<? extends BaselineNode> servers)
Constructor.
|
VisorBaselineTaskResult(boolean active,
long topVer,
Collection<? extends BaselineNode> baseline,
Collection<? extends BaselineNode> servers)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TcpDiscoveryNode
Node for
TcpDiscoverySpi. |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018