public static enum Brpb.StorageBackend.BackendCase extends Enum<Brpb.StorageBackend.BackendCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
AZURE_BLOB_STORAGE |
BACKEND_NOT_SET |
CLOUD_DYNAMIC |
GCS |
HDFS |
LOCAL |
NOOP |
S3 |
Modifier and Type | Method and Description |
---|---|
static Brpb.StorageBackend.BackendCase |
forNumber(int value) |
int |
getNumber() |
static Brpb.StorageBackend.BackendCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Brpb.StorageBackend.BackendCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Brpb.StorageBackend.BackendCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Brpb.StorageBackend.BackendCase NOOP
public static final Brpb.StorageBackend.BackendCase LOCAL
public static final Brpb.StorageBackend.BackendCase S3
public static final Brpb.StorageBackend.BackendCase GCS
public static final Brpb.StorageBackend.BackendCase CLOUD_DYNAMIC
public static final Brpb.StorageBackend.BackendCase HDFS
public static final Brpb.StorageBackend.BackendCase AZURE_BLOB_STORAGE
public static final Brpb.StorageBackend.BackendCase BACKEND_NOT_SET
public static Brpb.StorageBackend.BackendCase[] values()
for (Brpb.StorageBackend.BackendCase c : Brpb.StorageBackend.BackendCase.values()) System.out.println(c);
public static Brpb.StorageBackend.BackendCase 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 null@Deprecated public static Brpb.StorageBackend.BackendCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static Brpb.StorageBackend.BackendCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2024 PingCAP. All rights reserved.