Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cluster |
Contains cluster-related classes.
|
org.apache.ignite.events |
Contains Event Subscription functionality together with various events emitted by Ignite.
|
org.apache.ignite.spi.discovery.isolated |
Contains implementation of special "isolated" mode for single-node cluster.
|
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 | Method and Description |
---|---|
Collection<BaselineNode> |
BaselineChangedEvent.baselineNodes()
New baseline nodes.
|
Constructor and Description |
---|
BaselineChangedEvent(ClusterNode node,
String msg,
int type,
Collection<BaselineNode> baselineNodes)
Creates baseline changed event with given parameters.
|
ClusterActivationEvent(ClusterNode node,
String msg,
int type,
Collection<BaselineNode> baselineNodes)
Deprecated.
Creates activation event with given parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
IsolatedNode
Special isolated node.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024