Uses of Class
org.apache.ignite.internal.processors.cache.verify.PartitionHashRecordV2.PartitionState
-
Packages that use PartitionHashRecordV2.PartitionState Package Description org.apache.ignite.internal.processors.cache.verify -
-
Uses of PartitionHashRecordV2.PartitionState in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify that return PartitionHashRecordV2.PartitionState Modifier and Type Method Description static @Nullable PartitionHashRecordV2.PartitionStatePartitionHashRecordV2.PartitionState. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.PartitionHashRecordV2.PartitionStatePartitionHashRecordV2. partitionState()static PartitionHashRecordV2.PartitionStatePartitionHashRecordV2.PartitionState. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionHashRecordV2.PartitionState[]PartitionHashRecordV2.PartitionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.processors.cache.verify with parameters of type PartitionHashRecordV2.PartitionState Constructor Description PartitionHashRecordV2(PartitionKeyV2 partKey, boolean isPrimary, Object consistentId, Object updateCntr, long size, PartitionHashRecordV2.PartitionState partitionState, IdleVerifyUtility.VerifyPartitionContext ctx)
-