public static enum HMSPropertyManager.MaintenanceOpType extends Enum<HMSPropertyManager.MaintenanceOpType>
| Enum Constant and Description |
|---|
COMPACTION |
MV_BUILD |
MV_REFRESH |
RECOMPRESS |
REORG |
SHUFFLE_TO_NEW_PART |
SNAPSHOT_EXPIRY |
STATS_REBUILD |
| Modifier and Type | Method and Description |
|---|---|
static HMSPropertyManager.MaintenanceOpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HMSPropertyManager.MaintenanceOpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HMSPropertyManager.MaintenanceOpType COMPACTION
public static final HMSPropertyManager.MaintenanceOpType SNAPSHOT_EXPIRY
public static final HMSPropertyManager.MaintenanceOpType STATS_REBUILD
public static final HMSPropertyManager.MaintenanceOpType MV_BUILD
public static final HMSPropertyManager.MaintenanceOpType MV_REFRESH
public static final HMSPropertyManager.MaintenanceOpType SHUFFLE_TO_NEW_PART
public static final HMSPropertyManager.MaintenanceOpType RECOMPRESS
public static final HMSPropertyManager.MaintenanceOpType REORG
public static HMSPropertyManager.MaintenanceOpType[] values()
for (HMSPropertyManager.MaintenanceOpType c : HMSPropertyManager.MaintenanceOpType.values()) System.out.println(c);
public static HMSPropertyManager.MaintenanceOpType 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 © 2024 The Apache Software Foundation. All rights reserved.