Uses of Class
org.apache.ignite.internal.processors.cache.verify.PartitionHashRecordV2
-
-
Uses of PartitionHashRecordV2 in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type PartitionHashRecordV2 Modifier and Type Method 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 parameters in org.apache.ignite.internal.management.cache with type arguments of type PartitionHashRecordV2 Constructor Description IdleVerifyDumpResult(Map<PartitionKeyV2,List<PartitionHashRecordV2>> clusterHashes)IdleVerifyResultV2(Map<PartitionKeyV2,List<PartitionHashRecordV2>> clusterHashes, @Nullable List<List<TransactionsHashRecord>> txHashConflicts, @Nullable Map<ClusterNode,Collection<GridCacheVersion>> partiallyCommittedTxs)IdleVerifyResultV2(Map<PartitionKeyV2,List<PartitionHashRecordV2>> clusterHashes, Map<ClusterNode,Exception> exceptions) -
Uses of PartitionHashRecordV2 in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return types with arguments of type PartitionHashRecordV2 Modifier and Type Method 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.Method parameters in org.apache.ignite.internal.processors.cache.persistence.snapshot with type arguments of type PartitionHashRecordV2 Modifier and Type Method Description voidSnapshotPartitionsQuickVerifyHandler. complete(String name, Collection<SnapshotHandlerResult<Map<PartitionKeyV2,PartitionHashRecordV2>>> results)Processing the results of theSnapshotHandler.invoke(SnapshotHandlerContext)method received from all nodes.voidSnapshotPartitionsVerifyHandler. complete(String name, Collection<SnapshotHandlerResult<Map<PartitionKeyV2,PartitionHashRecordV2>>> results)Processing the results of theSnapshotHandler.invoke(SnapshotHandlerContext)method received from all nodes. -
Uses of PartitionHashRecordV2 in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify that return PartitionHashRecordV2 Modifier and Type Method Description static @Nullable PartitionHashRecordV2IdleVerifyUtility. calculatePartitionHash(PartitionKeyV2 partKey, Object updCntr, Object consId, GridDhtPartitionState state, boolean isPrimary, long partSize, GridIterator<CacheDataRow> it)
-