public static enum MigrationAdaptiveLeaseAssignmentModeProvider.LeaseAssignmentMode extends Enum<MigrationAdaptiveLeaseAssignmentModeProvider.LeaseAssignmentMode>
| Enum Constant and Description |
|---|
DEFAULT_LEASE_COUNT_BASED_ASSIGNMENT
This is the 2.x assignment mode.
|
WORKER_UTILIZATION_AWARE_ASSIGNMENT
This is the 3.x assigment mode.
|
| Modifier and Type | Method and Description |
|---|---|
static MigrationAdaptiveLeaseAssignmentModeProvider.LeaseAssignmentMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationAdaptiveLeaseAssignmentModeProvider.LeaseAssignmentMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MigrationAdaptiveLeaseAssignmentModeProvider.LeaseAssignmentMode DEFAULT_LEASE_COUNT_BASED_ASSIGNMENT
public static final MigrationAdaptiveLeaseAssignmentModeProvider.LeaseAssignmentMode WORKER_UTILIZATION_AWARE_ASSIGNMENT
public static MigrationAdaptiveLeaseAssignmentModeProvider.LeaseAssignmentMode[] values()
for (MigrationAdaptiveLeaseAssignmentModeProvider.LeaseAssignmentMode c : MigrationAdaptiveLeaseAssignmentModeProvider.LeaseAssignmentMode.values()) System.out.println(c);
public static MigrationAdaptiveLeaseAssignmentModeProvider.LeaseAssignmentMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.