Uses of Class
org.apache.ignite.internal.processors.cache.persistence.partstate.PagesAllocationRange
-
Packages that use PagesAllocationRange Package Description org.apache.ignite.internal.processors.cache.persistence.partstate -
-
Uses of PagesAllocationRange in org.apache.ignite.internal.processors.cache.persistence.partstate
Methods in org.apache.ignite.internal.processors.cache.persistence.partstate that return PagesAllocationRange Modifier and Type Method Description @Nullable PagesAllocationRangePartitionAllocationMap. get(FullPageId fullPageId)@Nullable PagesAllocationRangePartitionAllocationMap. get(GroupPartitionId key)Returns the value to which the specified key is mapped, ornullif this map contains no mapping for the key.PagesAllocationRangePartitionAllocationMap. put(GroupPartitionId key, PagesAllocationRange val)Methods in org.apache.ignite.internal.processors.cache.persistence.partstate that return types with arguments of type PagesAllocationRange Modifier and Type Method Description Set<Map.Entry<GroupPartitionId,PagesAllocationRange>>PartitionAllocationMap. entrySet()Iterable<PagesAllocationRange>PartitionAllocationMap. values()Methods in org.apache.ignite.internal.processors.cache.persistence.partstate with parameters of type PagesAllocationRange Modifier and Type Method Description PagesAllocationRangePartitionAllocationMap. put(GroupPartitionId key, PagesAllocationRange val)
-