| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence.partstate |
| Modifier and Type | Method and Description |
|---|---|
static GroupPartitionId |
PartitionAllocationMap.createCachePartId(FullPageId fullId)
Extracts partition information from full page ID
|
GroupPartitionId |
PartitionAllocationMap.firstKey() |
GroupPartitionId |
PartitionAllocationMap.nextKey(GroupPartitionId key)
Returns next (higher) key for provided cache and partition or null
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<GroupPartitionId,PagesAllocationRange>> |
PartitionAllocationMap.entrySet() |
Set<GroupPartitionId> |
PartitionAllocationMap.keySet() |
| Modifier and Type | Method and Description |
|---|---|
int |
GroupPartitionId.compareTo(GroupPartitionId o) |
boolean |
PartitionAllocationMap.containsKey(GroupPartitionId key) |
PagesAllocationRange |
PartitionAllocationMap.get(GroupPartitionId key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
GroupPartitionId |
PartitionAllocationMap.nextKey(GroupPartitionId key)
Returns next (higher) key for provided cache and partition or null
|
PagesAllocationRange |
PartitionAllocationMap.put(GroupPartitionId key,
PagesAllocationRange val) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018