Uses of Class
org.apache.ignite.internal.IgniteFeatures
-
Packages that use IgniteFeatures Package Description org.apache.ignite.internal Contains main implementation.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. -
-
Uses of IgniteFeatures in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteFeatures Modifier and Type Method Description static IgniteFeaturesIgniteFeatures. 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.Methods in org.apache.ignite.internal with parameters of type IgniteFeatures Modifier and Type Method Description static booleanIgniteFeatures. allNodesSupport(DiscoverySpi discoSpi, IgniteFeatures feature)Check that feature is supported by all remote nodes.static booleanIgniteFeatures. allNodesSupports(Iterable<ClusterNode> nodes, IgniteFeatures feature)Checks that feature supported by all nodes.static booleanIgniteFeatures. nodeSupports(byte[] featuresAttrBytes, IgniteFeatures feature)Checks that feature supported by node.static booleanIgniteFeatures. nodeSupports(ClusterNode clusterNode, IgniteFeatures feature)Checks that feature supported by node. -
Uses of IgniteFeatures in org.apache.ignite.internal.managers.discovery
Methods in org.apache.ignite.internal.managers.discovery with parameters of type IgniteFeatures Modifier and Type Method Description booleanIgniteDiscoverySpi. allNodesSupport(IgniteFeatures feature) -
Uses of IgniteFeatures in org.apache.ignite.spi.discovery.isolated
Methods in org.apache.ignite.spi.discovery.isolated with parameters of type IgniteFeatures Modifier and Type Method Description booleanIsolatedDiscoverySpi. allNodesSupport(IgniteFeatures feature) -
Uses of IgniteFeatures in org.apache.ignite.spi.discovery.tcp
Methods in org.apache.ignite.spi.discovery.tcp with parameters of type IgniteFeatures Modifier and Type Method Description booleanTcpDiscoverySpi. allNodesSupport(IgniteFeatures feature)
-