| 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.internal.util |
System-wide utility routine and helper classes.
|
| 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 |
|---|---|
static void |
IgniteUtils.broadcastToNodesSupportingFeature(GridKernalContext kctx,
IgniteRunnable job,
boolean srvrsOnly,
IgniteFeatures feature)
Broadcasts given job to nodes that support ignite feature.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TcpDiscoverySpi.allNodesSupport(IgniteFeatures feature) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020