public enum ProxyOption extends Enum<ProxyOption>
Enum Constant and Description |
---|
AFTER |
BALANCE |
BATCH_SIZE |
BUCKET_ID |
FETCH_LATEST_METADATA |
FIELDS |
FIRST |
FORCE_MAP_CALL |
FULL_SCAN |
MODE |
PREFER_REPLICA |
ROLLBACK_ON_ERROR |
STOP_ON_ERROR |
TIMEOUT |
VSHARD_ROUTER |
YIELD_EVERY |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ProxyOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyOption MODE
public static final ProxyOption ROLLBACK_ON_ERROR
public static final ProxyOption STOP_ON_ERROR
public static final ProxyOption TIMEOUT
public static final ProxyOption FIELDS
public static final ProxyOption BUCKET_ID
public static final ProxyOption BATCH_SIZE
public static final ProxyOption AFTER
public static final ProxyOption FIRST
public static final ProxyOption YIELD_EVERY
public static final ProxyOption FORCE_MAP_CALL
public static final ProxyOption FULL_SCAN
public static final ProxyOption PREFER_REPLICA
public static final ProxyOption BALANCE
public static final ProxyOption VSHARD_ROUTER
public static final ProxyOption FETCH_LATEST_METADATA
public static ProxyOption[] values()
for (ProxyOption c : ProxyOption.values()) System.out.println(c);
public static ProxyOption 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 toString()
toString
in class Enum<ProxyOption>
Copyright © 2025 Picodata. All rights reserved.