| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence.snapshot | |
| org.apache.ignite.internal.processors.cache.verify |
| Modifier and Type | Method and Description |
|---|---|
Map<PartitionKeyV2,PartitionHashRecordV2> |
SnapshotPartitionsQuickVerifyHandler.invoke(SnapshotHandlerContext opCtx)
Local processing of a snapshot operation.
|
Map<PartitionKeyV2,PartitionHashRecordV2> |
SnapshotPartitionsVerifyHandler.invoke(SnapshotHandlerContext opCtx)
Local processing of a snapshot operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotPartitionsQuickVerifyHandler.complete(String name,
Collection<SnapshotHandlerResult<Map<PartitionKeyV2,PartitionHashRecordV2>>> results)
Processing the results of the
SnapshotHandler.invoke(SnapshotHandlerContext) method received from all nodes. |
void |
SnapshotPartitionsVerifyHandler.complete(String name,
Collection<SnapshotHandlerResult<Map<PartitionKeyV2,PartitionHashRecordV2>>> results)
Processing the results of the
SnapshotHandler.invoke(SnapshotHandlerContext) method received from all nodes. |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable PartitionHashRecordV2 |
IdleVerifyUtility.calculatePartitionHash(PartitionKeyV2 partKey,
Object updCntr,
Object consId,
GridDhtPartitionState state,
boolean isPrimary,
long partSize,
GridIterator<CacheDataRow> it) |
| Modifier and Type | Method and Description |
|---|---|
Map<PartitionKeyV2,List<PartitionHashRecordV2>> |
IdleVerifyDumpResult.clusterHashes() |
Map<PartitionKeyV2,List<PartitionHashRecordV2>> |
IdleVerifyResultV2.counterConflicts() |
Map<PartitionKeyV2,List<PartitionHashRecordV2>> |
IdleVerifyResultV2.hashConflicts() |
Map<PartitionKeyV2,List<PartitionHashRecordV2>> |
IdleVerifyResultV2.lostPartitions() |
Map<PartitionKeyV2,List<PartitionHashRecordV2>> |
IdleVerifyResultV2.movingPartitions() |
| Constructor and Description |
|---|
IdleVerifyDumpResult(Map<PartitionKeyV2,List<PartitionHashRecordV2>> clusterHashes) |
IdleVerifyResultV2(Map<PartitionKeyV2,List<PartitionHashRecordV2>> clusterHashes,
List<List<TransactionsHashRecord>> txHashConflicts,
Map<ClusterNode,Collection<GridCacheVersion>> partiallyCommittedTxs) |
IdleVerifyResultV2(Map<PartitionKeyV2,List<PartitionHashRecordV2>> clusterHashes,
Map<ClusterNode,Exception> exceptions) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023