@Stability.Internal public enum CoreCompressionMode extends Enum<CoreCompressionMode>
| Modifier and Type | Method and Description |
|---|---|
String |
alias() |
static CoreCompressionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreCompressionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreCompressionMode OFF
public static final CoreCompressionMode PASSIVE
public static final CoreCompressionMode ACTIVE
public static CoreCompressionMode[] values()
for (CoreCompressionMode c : CoreCompressionMode.values()) System.out.println(c);
public static CoreCompressionMode 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@Stability.Internal public String alias()
Copyright © 2024 Couchbase, Inc.. All rights reserved.