Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.ExchangeType
-
Packages that use GridDhtPartitionsExchangeFuture.ExchangeType Package Description org.apache.ignite.internal.processors.cache.distributed.dht.preloader -
-
Uses of GridDhtPartitionsExchangeFuture.ExchangeType in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return GridDhtPartitionsExchangeFuture.ExchangeType Modifier and Type Method Description @Nullable GridDhtPartitionsExchangeFuture.ExchangeTypeGridDhtPartitionsExchangeFuture. exchangeType()static GridDhtPartitionsExchangeFuture.ExchangeTypeGridDhtPartitionsExchangeFuture.ExchangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static GridDhtPartitionsExchangeFuture.ExchangeType[]GridDhtPartitionsExchangeFuture.ExchangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-