@Generated public enum UpdateMetastoreDeltaSharingScope extends Enum<UpdateMetastoreDeltaSharingScope>
| Enum Constant and Description |
|---|
INTERNAL |
INTERNAL_AND_EXTERNAL |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMetastoreDeltaSharingScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateMetastoreDeltaSharingScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateMetastoreDeltaSharingScope INTERNAL
public static final UpdateMetastoreDeltaSharingScope INTERNAL_AND_EXTERNAL
public static UpdateMetastoreDeltaSharingScope[] values()
for (UpdateMetastoreDeltaSharingScope c : UpdateMetastoreDeltaSharingScope.values()) System.out.println(c);
public static UpdateMetastoreDeltaSharingScope 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. All rights reserved.