Uses of Enum Class
com.loomcache.server.sharding.MigrationProgress.MigrationStatus
Packages that use MigrationProgress.MigrationStatus
-
Uses of MigrationProgress.MigrationStatus in com.loomcache.server.sharding
Subclasses with type arguments of type MigrationProgress.MigrationStatus in com.loomcache.server.shardingModifier and TypeClassDescriptionstatic enumThe lifecycle states of a partition migration.Methods in com.loomcache.server.sharding that return MigrationProgress.MigrationStatusModifier and TypeMethodDescriptionMigrationProgress.status()Returns the value of thestatusrecord component.Returns the enum constant of this class with the specified name.static MigrationProgress.MigrationStatus[]MigrationProgress.MigrationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.sharding with parameters of type MigrationProgress.MigrationStatusModifierConstructorDescriptionMigrationProgress(int totalMoves, int completedMoves, MigrationProgress.MigrationStatus status) Compact constructor with validation.