Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionsReservation
-
Packages that use GridDhtPartitionsReservation Package Description org.apache.ignite.internal.processors.cache.distributed.dht.topology -
-
Uses of GridDhtPartitionsReservation in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridDhtPartitionsReservation Modifier and Type Method Description booleanGridDhtLocalPartition. addReservation(GridDhtPartitionsReservation r)Adds group reservation to this partition.voidGridDhtLocalPartition. removeReservation(GridDhtPartitionsReservation r)Method parameters in org.apache.ignite.internal.processors.cache.distributed.dht.topology with type arguments of type GridDhtPartitionsReservation Modifier and Type Method Description voidGridDhtPartitionsReservation. onPublish(CI1<GridDhtPartitionsReservation> unpublish)Must be called when this reservation is published.
-