Uses of Class
org.apache.ignite.internal.GridComponent.DiscoveryDataExchangeType
-
Packages that use GridComponent.DiscoveryDataExchangeType Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.managers TODO.org.apache.ignite.internal.managers.encryption Encryption manager classes.org.apache.ignite.internal.processors Package with Apache Ignite internal Processors.org.apache.ignite.internal.processors.authentication org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.binary Implementation of binary processor.org.apache.ignite.internal.processors.cluster org.apache.ignite.internal.processors.continuous org.apache.ignite.internal.processors.marshaller org.apache.ignite.internal.processors.metastorage.persistence org.apache.ignite.internal.processors.plugin org.apache.ignite.internal.processors.query org.apache.ignite.internal.processors.security org.apache.ignite.internal.processors.service -
-
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal
Fields in org.apache.ignite.internal declared as GridComponent.DiscoveryDataExchangeType Modifier and Type Field Description static GridComponent.DiscoveryDataExchangeType[]GridComponent.DiscoveryDataExchangeType. VALUESCached values array.Methods in org.apache.ignite.internal that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeGridComponent. discoveryDataType()Gets unique component type to distinguish components providing discovery data.@Nullable GridComponent.DiscoveryDataExchangeTypeGridPluginComponent. discoveryDataType()Gets unique component type to distinguish components providing discovery data.static GridComponent.DiscoveryDataExchangeTypeGridComponent.DiscoveryDataExchangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static GridComponent.DiscoveryDataExchangeType[]GridComponent.DiscoveryDataExchangeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.managers
Methods in org.apache.ignite.internal.managers that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeGridManagerAdapter. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.managers.encryption
Methods in org.apache.ignite.internal.managers.encryption that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description GridComponent.DiscoveryDataExchangeTypeGridEncryptionManager. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.processors
Methods in org.apache.ignite.internal.processors that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeGridProcessorAdapter. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.processors.authentication
Methods in org.apache.ignite.internal.processors.authentication that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeIgniteAuthenticationProcessor. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeGridCacheProcessor. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.processors.cache.binary
Methods in org.apache.ignite.internal.processors.cache.binary that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeCacheObjectBinaryProcessorImpl. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeClusterProcessor. discoveryDataType()Gets unique component type to distinguish components providing discovery data.@Nullable GridComponent.DiscoveryDataExchangeTypeGridClusterStateProcessor. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.processors.continuous
Methods in org.apache.ignite.internal.processors.continuous that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeGridContinuousProcessor. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.processors.marshaller
Methods in org.apache.ignite.internal.processors.marshaller that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeGridMarshallerMappingProcessor. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.processors.metastorage.persistence
Methods in org.apache.ignite.internal.processors.metastorage.persistence that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeDistributedMetaStorageImpl. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.processors.plugin
Methods in org.apache.ignite.internal.processors.plugin that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeIgnitePluginProcessor. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeGridQueryProcessor. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.processors.security
Methods in org.apache.ignite.internal.processors.security that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeIgniteSecurityProcessor. discoveryDataType()Gets unique component type to distinguish components providing discovery data. -
Uses of GridComponent.DiscoveryDataExchangeType in org.apache.ignite.internal.processors.service
Methods in org.apache.ignite.internal.processors.service that return GridComponent.DiscoveryDataExchangeType Modifier and Type Method Description @Nullable GridComponent.DiscoveryDataExchangeTypeIgniteServiceProcessor. discoveryDataType()Gets unique component type to distinguish components providing discovery data.
-