@Stability.Internal public enum RemoveAccessor extends Enum<RemoveAccessor>
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<MutationResult> |
remove(Core core,
RemoveRequest request,
String key,
PersistTo persistTo,
ReplicateTo replicateTo) |
static RemoveAccessor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoveAccessor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static RemoveAccessor[] values()
for (RemoveAccessor c : RemoveAccessor.values()) System.out.println(c);
public static RemoveAccessor 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 static CompletableFuture<MutationResult> remove(Core core, RemoveRequest request, String key, PersistTo persistTo, ReplicateTo replicateTo)
Copyright © 2020 Couchbase, Inc.. All rights reserved.