Uses of Class
org.apache.ignite.spi.IgniteNodeValidationResult
-
-
Uses of IgniteNodeValidationResult in org.apache.ignite.events
Methods in org.apache.ignite.events that return IgniteNodeValidationResult Modifier and Type Method Description IgniteNodeValidationResultNodeValidationFailedEvent. validationResult()Constructors in org.apache.ignite.events with parameters of type IgniteNodeValidationResult Constructor Description NodeValidationFailedEvent(ClusterNode node, ClusterNode evtNode, IgniteNodeValidationResult res)Creates new node validation event with given parameters. -
Uses of IgniteNodeValidationResult in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultGridComponent. validateNode(ClusterNode node)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology.@Nullable IgniteNodeValidationResultGridComponent. validateNode(ClusterNode node, DiscoveryDataBag.JoiningNodeDiscoveryData discoData)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology.@Nullable IgniteNodeValidationResultGridPluginComponent. validateNode(ClusterNode node)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology.@Nullable IgniteNodeValidationResultGridPluginComponent. validateNode(ClusterNode node, DiscoveryDataBag.JoiningNodeDiscoveryData discoData)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology. -
Uses of IgniteNodeValidationResult in org.apache.ignite.internal.managers
Methods in org.apache.ignite.internal.managers that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultGridManagerAdapter. validateNode(ClusterNode node)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology.@Nullable IgniteNodeValidationResultGridManagerAdapter. validateNode(ClusterNode node, DiscoveryDataBag.JoiningNodeDiscoveryData discoData)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology. -
Uses of IgniteNodeValidationResult in org.apache.ignite.internal.managers.encryption
Methods in org.apache.ignite.internal.managers.encryption that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultGridEncryptionManager. validateNode(ClusterNode node, DiscoveryDataBag.JoiningNodeDiscoveryData discoData)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology. -
Uses of IgniteNodeValidationResult in org.apache.ignite.internal.processors
Methods in org.apache.ignite.internal.processors that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultGridProcessorAdapter. validateNode(ClusterNode node)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology.@Nullable IgniteNodeValidationResultGridProcessorAdapter. validateNode(ClusterNode node, DiscoveryDataBag.JoiningNodeDiscoveryData discoData)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology. -
Uses of IgniteNodeValidationResult in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultGridCacheProcessor. validateNode(ClusterNode node)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology.@Nullable IgniteNodeValidationResultGridCacheProcessor. validateNode(ClusterNode node, DiscoveryDataBag.JoiningNodeDiscoveryData discoData)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology. -
Uses of IgniteNodeValidationResult in org.apache.ignite.internal.processors.cache.binary
Methods in org.apache.ignite.internal.processors.cache.binary that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultCacheObjectBinaryProcessorImpl. validateNode(ClusterNode rmtNode, DiscoveryDataBag.JoiningNodeDiscoveryData discoData)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology. -
Uses of IgniteNodeValidationResult in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultStandaloneSpiContext. validateNode(ClusterNode node)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology.@Nullable IgniteNodeValidationResultStandaloneSpiContext. validateNode(ClusterNode node, DiscoveryDataBag discoData) -
Uses of IgniteNodeValidationResult in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultGridClusterStateProcessor. validateNode(ClusterNode node)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology.@Nullable IgniteNodeValidationResultGridClusterStateProcessor. validateNode(ClusterNode node, DiscoveryDataBag.JoiningNodeDiscoveryData discoData)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology. -
Uses of IgniteNodeValidationResult in org.apache.ignite.internal.processors.metastorage.persistence
Methods in org.apache.ignite.internal.processors.metastorage.persistence that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultDistributedMetaStorageImpl. validateNode(ClusterNode node, DiscoveryDataBag.JoiningNodeDiscoveryData discoData)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology. -
Uses of IgniteNodeValidationResult in org.apache.ignite.internal.processors.nodevalidation
Methods in org.apache.ignite.internal.processors.nodevalidation that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultOsDiscoveryNodeValidationProcessor. validateNode(ClusterNode node)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology. -
Uses of IgniteNodeValidationResult in org.apache.ignite.internal.processors.security
Methods in org.apache.ignite.internal.processors.security that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultIgniteSecurityProcessor. validateNode(ClusterNode node)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology.@Nullable IgniteNodeValidationResultIgniteSecurityProcessor. validateNode(ClusterNode node, DiscoveryDataBag.JoiningNodeDiscoveryData discoData)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology.@Nullable IgniteNodeValidationResultNoOpIgniteSecurityProcessor. validateNode(ClusterNode node)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology.@Nullable IgniteNodeValidationResultNoOpIgniteSecurityProcessor. validateNode(ClusterNode node, DiscoveryDataBag.JoiningNodeDiscoveryData discoData)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology. -
Uses of IgniteNodeValidationResult in org.apache.ignite.internal.processors.service
Methods in org.apache.ignite.internal.processors.service that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultIgniteServiceProcessor. validateNode(ClusterNode node, DiscoveryDataBag.JoiningNodeDiscoveryData data)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology. -
Uses of IgniteNodeValidationResult in org.apache.ignite.spi
Methods in org.apache.ignite.spi that return IgniteNodeValidationResult Modifier and Type Method Description @Nullable IgniteNodeValidationResultIgniteSpiContext. validateNode(ClusterNode node)Validates that new node can join grid topology, this method is called on coordinator node before new node joins topology.@Nullable IgniteNodeValidationResultIgniteSpiContext. validateNode(ClusterNode node, DiscoveryDataBag discoData)
-