Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheGroupIdMessage
-
Packages that use GridCacheGroupIdMessage Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.distributed.dht.preloader -
-
Uses of GridCacheGroupIdMessage in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with type parameters of type GridCacheGroupIdMessage Modifier and Type Method Description <Msg extends GridCacheGroupIdMessage>
voidGridCacheIoManager. addCacheGroupHandler(int hndId, Class<Msg> type, IgniteBiInClosure<UUID,? super Msg> c)Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type GridCacheGroupIdMessage Modifier and Type Method Description voidGridCacheIoManager. addOrderedCacheGroupHandler(GridCacheSharedContext cctx, Object topic, IgniteBiInClosure<UUID,? extends GridCacheGroupIdMessage> c) -
Uses of GridCacheGroupIdMessage in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of GridCacheGroupIdMessage in org.apache.ignite.internal.processors.cache.distributed.dht Modifier and Type Class Description classGridDhtAffinityAssignmentRequestAffinity assignment request.classGridDhtAffinityAssignmentResponseAffinity assignment response. -
Uses of GridCacheGroupIdMessage in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Subclasses of GridCacheGroupIdMessage in org.apache.ignite.internal.processors.cache.distributed.dht.preloader Modifier and Type Class Description classGridDhtPartitionDemandLegacyMessagePartition demand request.classGridDhtPartitionDemandMessagePartition demand request.classGridDhtPartitionSupplyMessagePartition supply message.classGridDhtPartitionSupplyMessageV2Supply message with supplier error transfer support.
-