public static enum HadoopShims.KeyProviderKind extends Enum<HadoopShims.KeyProviderKind>
| Modifier and Type | Method and Description | 
|---|---|
| int | getValue() | 
| static HadoopShims.KeyProviderKind | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static HadoopShims.KeyProviderKind[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final HadoopShims.KeyProviderKind UNKNOWN
public static final HadoopShims.KeyProviderKind HADOOP
public static final HadoopShims.KeyProviderKind AWS
public static final HadoopShims.KeyProviderKind GCP
public static final HadoopShims.KeyProviderKind AZURE
public static HadoopShims.KeyProviderKind[] values()
for (HadoopShims.KeyProviderKind c : HadoopShims.KeyProviderKind.values()) System.out.println(c);
public static HadoopShims.KeyProviderKind 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 nullpublic int getValue()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.