Uses of Class
org.apache.ignite.internal.management.cache.PartitionKeyV2
-
-
Uses of PartitionKeyV2 in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type PartitionKeyV2 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 PartitionKeyV2 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 PartitionKeyV2 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 PartitionKeyV2 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 PartitionKeyV2 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 PartitionKeyV2 in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify that return PartitionKeyV2 Modifier and Type Method Description PartitionKeyV2PartitionHashRecordV2. partitionKey()Methods in org.apache.ignite.internal.processors.cache.verify with parameters of type PartitionKeyV2 Modifier and Type Method Description static @Nullable PartitionHashRecordV2IdleVerifyUtility. calculatePartitionHash(PartitionKeyV2 partKey, Object updCntr, Object consId, GridDhtPartitionState state, boolean isPrimary, long partSize, GridIterator<CacheDataRow> it)Constructors in org.apache.ignite.internal.processors.cache.verify with parameters of type PartitionKeyV2 Constructor Description PartitionHashRecordV2(PartitionKeyV2 partKey, boolean isPrimary, Object consistentId, Object updateCntr, long size, PartitionHashRecordV2.PartitionState partitionState, IdleVerifyUtility.VerifyPartitionContext ctx)
-