public enum StorageSchemes extends Enum<StorageSchemes>
| Enum Constant and Description |
|---|
ABFS |
ABFSS |
ADL |
AFS |
ALLUXIO |
BOS |
CFS |
CHDFS |
COS |
COSN |
DBFS |
DFS |
FILE |
GCS |
GOOSEFS |
HDFS |
HOPSFS |
IGNITE |
JFS |
KS3 |
MAPRFS |
NOS |
OBS |
OCI |
OSS |
S3 |
S3A |
TOS |
VIEWFS |
WASB |
WASBS |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getListStatusFriendly() |
String |
getScheme() |
static boolean |
isAppendSupported(String scheme) |
boolean |
isAtomicCreationSupported() |
static boolean |
isAtomicCreationSupported(String scheme) |
static boolean |
isListStatusFriendly(String scheme) |
static boolean |
isSchemeSupported(String scheme) |
boolean |
isWriteTransactional() |
static boolean |
isWriteTransactional(String scheme) |
boolean |
supportsAppend() |
static StorageSchemes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageSchemes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageSchemes FILE
public static final StorageSchemes HDFS
public static final StorageSchemes AFS
public static final StorageSchemes MAPRFS
public static final StorageSchemes IGNITE
public static final StorageSchemes S3A
public static final StorageSchemes S3
public static final StorageSchemes GCS
public static final StorageSchemes WASB
public static final StorageSchemes WASBS
public static final StorageSchemes ADL
public static final StorageSchemes ABFS
public static final StorageSchemes ABFSS
public static final StorageSchemes OSS
public static final StorageSchemes VIEWFS
public static final StorageSchemes ALLUXIO
public static final StorageSchemes COSN
public static final StorageSchemes CHDFS
public static final StorageSchemes GOOSEFS
public static final StorageSchemes DBFS
public static final StorageSchemes COS
public static final StorageSchemes OBS
public static final StorageSchemes KS3
public static final StorageSchemes NOS
public static final StorageSchemes JFS
public static final StorageSchemes BOS
public static final StorageSchemes OCI
public static final StorageSchemes TOS
public static final StorageSchemes CFS
public static final StorageSchemes DFS
public static final StorageSchemes HOPSFS
public static StorageSchemes[] values()
for (StorageSchemes c : StorageSchemes.values()) System.out.println(c);
public static StorageSchemes 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 String getScheme()
public boolean supportsAppend()
public boolean isWriteTransactional()
public boolean isAtomicCreationSupported()
public boolean getListStatusFriendly()
public static boolean isSchemeSupported(String scheme)
public static boolean isAppendSupported(String scheme)
public static boolean isWriteTransactional(String scheme)
public static boolean isAtomicCreationSupported(String scheme)
public static boolean isListStatusFriendly(String scheme)
Copyright © 2024 The Apache Software Foundation. All rights reserved.