Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionState
-
Packages that use GridDhtPartitionState Package Description org.apache.ignite.internal.commandline.cache.distribution org.apache.ignite.internal.pagemem.wal.record.delta org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.processors.cache.distributed.dht.topology org.apache.ignite.internal.processors.cache.verify org.apache.ignite.internal.util System-wide utility routine and helper classes.org.apache.ignite.spi.systemview.view ContainsSystemViewclases that exists in Ignite. -
-
Uses of GridDhtPartitionState in org.apache.ignite.internal.commandline.cache.distribution
Methods in org.apache.ignite.internal.commandline.cache.distribution that return GridDhtPartitionState Modifier and Type Method Description GridDhtPartitionStateCacheDistributionPartition. getState()Methods in org.apache.ignite.internal.commandline.cache.distribution with parameters of type GridDhtPartitionState Modifier and Type Method Description voidCacheDistributionPartition. setState(GridDhtPartitionState state)Constructors in org.apache.ignite.internal.commandline.cache.distribution with parameters of type GridDhtPartitionState Constructor Description CacheDistributionPartition(int partId, boolean primary, GridDhtPartitionState state, long updateCntr, long size) -
Uses of GridDhtPartitionState in org.apache.ignite.internal.pagemem.wal.record.delta
Constructors in org.apache.ignite.internal.pagemem.wal.record.delta with parameters of type GridDhtPartitionState Constructor Description PartitionMetaStateRecord(int grpId, int partId, GridDhtPartitionState state, long updateCounter) -
Uses of GridDhtPartitionState in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return GridDhtPartitionState Modifier and Type Method Description GridDhtPartitionStateGridDhtPartitionMap. get(int part)Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return types with arguments of type GridDhtPartitionState Modifier and Type Method Description Set<Map.Entry<Integer,GridDhtPartitionState>>GridDhtPartitionMap. entrySet()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridDhtPartitionState Modifier and Type Method Description voidGridDhtPartitionMap. put(Integer part, GridDhtPartitionState state) -
Uses of GridDhtPartitionState in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology that return GridDhtPartitionState Modifier and Type Method Description static @Nullable GridDhtPartitionStateGridDhtPartitionState. fromOrdinal(int ord)GridDhtPartitionStateGridClientPartitionTopology. partitionState(UUID nodeId, int part)GridDhtPartitionStateGridDhtPartitionTopology. partitionState(UUID nodeId, int part)GridDhtPartitionStateGridDhtPartitionTopologyImpl. partitionState(UUID nodeId, int part)GridDhtPartitionStateGridDhtLocalPartition. state()static GridDhtPartitionStateGridDhtPartitionState. valueOf(String name)Returns the enum constant of this type with the specified name.static GridDhtPartitionState[]GridDhtPartitionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridDhtPartitionState Modifier and Type Method Description voidGridDhtLocalPartition. restoreState(GridDhtPartitionState stateToRestore)voidGridDhtLocalPartition. setState(GridDhtPartitionState toState)For testing purposes only. -
Uses of GridDhtPartitionState in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify with parameters of type GridDhtPartitionState Modifier and Type Method Description static @Nullable PartitionHashRecordV2IdleVerifyUtility. calculatePartitionHash(PartitionKeyV2 partKey, Object updCntr, Object consId, GridDhtPartitionState state, boolean isPrimary, long partSize, GridIterator<CacheDataRow> it) -
Uses of GridDhtPartitionState in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return GridDhtPartitionState Modifier and Type Method Description GridDhtPartitionStateGridPartitionStateMap. get(Object key)GridDhtPartitionStateGridPartitionStateMap. put(Integer key, GridDhtPartitionState val)GridDhtPartitionStateGridPartitionStateMap. remove(Object key)GridDhtPartitionStateGridPartitionStateMap. state(int part)Methods in org.apache.ignite.internal.util that return types with arguments of type GridDhtPartitionState Modifier and Type Method Description Set<Map.Entry<Integer,GridDhtPartitionState>>GridPartitionStateMap. entrySet()Methods in org.apache.ignite.internal.util with parameters of type GridDhtPartitionState Modifier and Type Method Description GridDhtPartitionStateGridPartitionStateMap. put(Integer key, GridDhtPartitionState val) -
Uses of GridDhtPartitionState in org.apache.ignite.spi.systemview.view
Constructors in org.apache.ignite.spi.systemview.view with parameters of type GridDhtPartitionState Constructor Description PartitionStateView(int cacheGrpId, UUID nodeId, int partId, GridDhtPartitionState state, boolean primary)
-