| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.checkpoint | |
| org.apache.ignite.internal.processors.cache.persistence.partstate | |
| org.apache.ignite.internal.processors.cache.persistence.snapshot |
| Modifier and Type | Method and Description |
|---|---|
Map<GroupPartitionId,Integer> |
GridCacheDatabaseSharedManager.RestoreLogicalState.partitionRecoveryStates() |
| Constructor and Description |
|---|
RestoreLogicalState(CheckpointStatus status,
WALIterator iterator,
long lastArchivedSegment,
IgnitePredicate<Integer> cacheGroupsPredicate,
Map<GroupPartitionId,Integer> partitionRecoveryStates) |
| Modifier and Type | Method and Description |
|---|---|
Map<GroupPartitionId,CheckpointEntry> |
CheckpointHistory.searchCheckpointEntry(Map<T2<Integer,Integer>,Long> searchCntrMap)
Tries to search for a WAL pointer for the given partition counter start.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull GroupPartitionId |
PartitionAllocationMap.createCachePartId(@NotNull FullPageId fullId)
Extracts partition information from full page ID
|
GroupPartitionId |
PartitionAllocationMap.firstKey() |
@Nullable GroupPartitionId |
PartitionAllocationMap.nextKey(@NotNull 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(@NotNull GroupPartitionId o) |
boolean |
PartitionAllocationMap.containsKey(GroupPartitionId key) |
@Nullable 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. |
@Nullable GroupPartitionId |
PartitionAllocationMap.nextKey(@NotNull GroupPartitionId key)
Returns next (higher) key for provided cache and partition or null
|
PagesAllocationRange |
PartitionAllocationMap.put(GroupPartitionId key,
PagesAllocationRange val) |
| Constructor and Description |
|---|
SnapshotMetadata(UUID rqId,
String snpName,
String consId,
String folderName,
int pageSize,
List<Integer> grpIds,
Collection<Integer> compGrpIds,
Set<String> bltNodes,
Set<GroupPartitionId> pairs,
@Nullable WALPointer snpRecPtr,
@Nullable byte[] masterKeyDigest,
boolean onlyPrimary) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023