| 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.internal.cluster | |
| org.apache.ignite.internal.managers.discovery |
TODO.
|
| org.apache.ignite.internal.processors.cluster | |
| org.apache.ignite.internal.visor.baseline | |
| org.apache.ignite.spi.discovery.isolated | |
| org.apache.ignite.spi.discovery.tcp.internal |
Contains internal implementation.
|
| 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 |
DetachedClusterNode
Representation of cluster node that either isn't currently present in cluster, or semantically detached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteClusterImpl.setBaselineTopology(Collection<? extends BaselineNode> baselineTop)
Sets baseline topology.
|
void |
IgniteClusterAsyncImpl.setBaselineTopology(Collection<? extends BaselineNode> baselineTop)
Sets baseline topology.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IgniteClusterNode |
| Modifier and Type | Method and Description |
|---|---|
List<BaselineNode> |
BaselineTopology.currentBaseline() |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable BaselineTopology |
BaselineTopology.build(Collection<? extends BaselineNode> nodes,
int id) |
IgniteInternalFuture<?> |
GridClusterStateProcessor.changeGlobalState(ClusterState state,
boolean forceDeactivation,
Collection<? extends BaselineNode> baselineNodes,
boolean forceChangeBaselineTopology) |
IgniteInternalFuture<?> |
IGridClusterStateProcessor.changeGlobalState(ClusterState state,
boolean forceDeactivation,
Collection<? extends BaselineNode> baselineNodes,
boolean forceChangeBaselineTopology) |
IgniteInternalFuture<?> |
GridClusterStateProcessor.changeGlobalState(ClusterState state,
boolean forceDeactivation,
Collection<? extends BaselineNode> baselineNodes,
boolean forceChangeBaselineTopology,
boolean isAutoAdjust) |
| Constructor and Description |
|---|
VisorBaselineNode(BaselineNode node,
@NotNull Collection<VisorBaselineNode.ResolvedAddresses> resolvedInetAddrs)
Create data transfer object for baseline node.
|
| Constructor and Description |
|---|
VisorBaselineTaskResult(boolean active,
long topVer,
Collection<? extends BaselineNode> baseline,
Collection<? extends BaselineNode> servers,
VisorBaselineAutoAdjustSettings autoAdjustSettings,
long remainingTimeToBaselineAdjust,
boolean baselineAdjustInProgress)
Constructor.
|
VisorBaselineTaskResult(boolean active,
long topVer,
Collection<? extends BaselineNode> baseline,
Collection<? extends BaselineNode> servers,
VisorBaselineAutoAdjustSettings autoAdjustSettings,
long remainingTimeToBaselineAdjust,
boolean baselineAdjustInProgress)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IsolatedNode
Special isolated node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TcpDiscoveryNode
Node for
TcpDiscoverySpi. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021