Uses of Class
org.apache.ignite.internal.management.cache.PartitionKey
-
Packages that use PartitionKey Package Description org.apache.ignite.internal.management.cache org.apache.ignite.internal.processors.cache.verify -
-
Uses of PartitionKey in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type PartitionKey Modifier and Type Method Description Map<PartitionKey,ValidateIndexesPartitionResult>ValidateIndexesJobResult. partitionResult()Constructor parameters in org.apache.ignite.internal.management.cache with type arguments of type PartitionKey Constructor Description ValidateIndexesJobResult(Map<PartitionKey,ValidateIndexesPartitionResult> partRes, @Nullable Map<String,ValidateIndexesPartitionResult> idxRes, @Nullable Collection<IndexIntegrityCheckIssue> integrityCheckFailures, @Nullable Map<String,ValidateIndexesCheckSizeResult> checkSizeRes)Constructor. -
Uses of PartitionKey in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify that return PartitionKey Modifier and Type Method Description PartitionKeyPartitionHashRecord. partitionKey()Methods in org.apache.ignite.internal.processors.cache.verify with parameters of type PartitionKey Modifier and Type Method Description @NotNull Map<? extends ComputeJob,ClusterNode>CollectConflictPartitionKeysTask. map(List<ClusterNode> subgrid, PartitionKey partKey)This method is called to map or split grid task into multiple grid jobs.Constructors in org.apache.ignite.internal.processors.cache.verify with parameters of type PartitionKey Constructor Description PartitionHashRecord(PartitionKey partKey, boolean isPrimary, Object consistentId, int partHash, long updateCntr, long size)
-