Uses of Interface
org.apache.ignite.internal.processors.cache.distributed.dht.GridReservable
-
Packages that use GridReservable Package Description org.apache.ignite.internal.processors.cache.distributed.dht.topology org.apache.ignite.internal.processors.job TODO. -
-
Uses of GridReservable in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.topology that implement GridReservable Modifier and Type Class Description classGridDhtLocalPartitionKey partition.classGridDhtPartitionsReservationReservation mechanism for multiple partitions allowing to do a reservation in one operation.Method parameters in org.apache.ignite.internal.processors.cache.distributed.dht.topology with type arguments of type GridReservable Modifier and Type Method Description booleanGridDhtPartitionsReservation. register(Collection<? extends GridReservable> parts)Registers all the given partitions for this reservation. -
Uses of GridReservable in org.apache.ignite.internal.processors.job
Classes in org.apache.ignite.internal.processors.job that implement GridReservable Modifier and Type Class Description classGridJobProcessor.PartitionsReservationMethods in org.apache.ignite.internal.processors.job that return GridReservable Modifier and Type Method Description GridReservableGridJobWorker. getPartsReservation()
-