public enum ProxyOperationArgument extends Enum<ProxyOperationArgument>
WARNING: order of argument parts is very important. Combination of these parts creates a signature of function which is used in tarantool.
| Enum Constant and Description |
|---|
INDEX_QUERY |
OPTIONS |
PROXY_QUERY |
SPACE_NAME |
TUPLE |
TUPLE_OPERATIONS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProxyOperationArgument |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyOperationArgument[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyOperationArgument SPACE_NAME
public static final ProxyOperationArgument INDEX_QUERY
public static final ProxyOperationArgument TUPLE
public static final ProxyOperationArgument PROXY_QUERY
public static final ProxyOperationArgument TUPLE_OPERATIONS
public static final ProxyOperationArgument OPTIONS
public static ProxyOperationArgument[] values()
for (ProxyOperationArgument c : ProxyOperationArgument.values()) System.out.println(c);
public static ProxyOperationArgument 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<ProxyOperationArgument>Copyright © 2025 Picodata. All rights reserved.