| Package | Description |
|---|---|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.client.util | |
| org.apache.ignite.internal.managers.discovery |
TODO.
|
| org.apache.ignite.spi.discovery.isolated |
Contains implementation of special "isolated" mode for single-node cluster.
|
| org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
| Modifier and Type | Method and Description |
|---|---|
static IgniteFeatures |
IgniteFeatures.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgniteFeatures[] |
IgniteFeatures.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IgniteFeatures.allNodesSupport(DiscoverySpi discoSpi,
IgniteFeatures feature)
Check that feature is supported by all remote nodes.
|
static boolean |
IgniteFeatures.allNodesSupports(Iterable<ClusterNode> nodes,
IgniteFeatures feature)
Checks that feature supported by all nodes.
|
static boolean |
IgniteFeatures.nodeSupports(byte[] featuresAttrBytes,
IgniteFeatures feature)
Checks that feature supported by node.
|
static boolean |
IgniteFeatures.nodeSupports(ClusterNode clusterNode,
IgniteFeatures feature)
Checks that feature supported by node.
|
| Modifier and Type | Method and Description |
|---|---|
static UUID |
GridClientUtils.checkFeatureSupportedByCluster(GridClient client,
IgniteFeatures feature,
boolean validateClientNodes,
boolean failIfUnsupportedFound)
Checks that all cluster nodes support specified feature.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IgniteDiscoverySpi.allNodesSupport(IgniteFeatures feature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IsolatedDiscoverySpi.allNodesSupport(IgniteFeatures feature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TcpDiscoverySpi.allNodesSupport(IgniteFeatures feature) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023