Uses of Interface
org.apache.ignite.cluster.BaselineNode
-
Packages that use BaselineNode 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. -
-
Uses of BaselineNode in org.apache.ignite
Methods in org.apache.ignite that return types with arguments of type BaselineNode Modifier and Type Method Description @Nullable Collection<BaselineNode>
IgniteCluster. currentBaselineTopology()
Gets current baseline topology.Method parameters in org.apache.ignite with type arguments of type BaselineNode Modifier and Type Method Description void
IgniteCluster. setBaselineTopology(Collection<? extends BaselineNode> baselineTop)
Sets baseline topology. -
Uses of BaselineNode in org.apache.ignite.cluster
Subinterfaces of BaselineNode in org.apache.ignite.cluster Modifier and Type Interface Description interface
ClusterNode
Interface representing a single cluster node. -
Uses of BaselineNode in org.apache.ignite.events
Methods in org.apache.ignite.events that return types with arguments of type BaselineNode Modifier and Type Method Description Collection<BaselineNode>
BaselineChangedEvent. baselineNodes()
@Nullable Collection<BaselineNode>
ClusterActivationEvent. baselineNodes()
Deprecated.Gets baseline nodes.@Nullable Collection<? extends BaselineNode>
ClusterStateChangeEvent. baselineNodes()
Gets baseline nodes.Constructor parameters in org.apache.ignite.events with type arguments of type BaselineNode Constructor 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.ClusterStateChangeEvent(ClusterState prevState, ClusterState state, @Nullable Collection<? extends BaselineNode> baselineNodes, ClusterNode node, String msg)
-
Uses of BaselineNode in org.apache.ignite.spi.discovery.isolated
Classes in org.apache.ignite.spi.discovery.isolated that implement BaselineNode Modifier and Type Class Description class
IsolatedNode
Special isolated node.
-