public enum TarantoolRequestType extends Enum<TarantoolRequestType>
Enum Constant and Description |
---|
IPROTO_AUTH |
IPROTO_CALL |
IPROTO_DELETE |
IPROTO_EVAL |
IPROTO_FETCH_SNAP |
IPROTO_INSERT |
IPROTO_JOIN |
IPROTO_OK |
IPROTO_REPLACE |
IPROTO_SELECT |
IPROTO_SUBSCRIBE |
IPROTO_UPDATE |
IPROTO_UPSERT |
Modifier and Type | Method and Description |
---|---|
long |
getCode() |
static TarantoolRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TarantoolRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TarantoolRequestType IPROTO_OK
public static final TarantoolRequestType IPROTO_SELECT
public static final TarantoolRequestType IPROTO_INSERT
public static final TarantoolRequestType IPROTO_REPLACE
public static final TarantoolRequestType IPROTO_UPDATE
public static final TarantoolRequestType IPROTO_DELETE
public static final TarantoolRequestType IPROTO_AUTH
public static final TarantoolRequestType IPROTO_EVAL
public static final TarantoolRequestType IPROTO_UPSERT
public static final TarantoolRequestType IPROTO_CALL
public static final TarantoolRequestType IPROTO_SUBSCRIBE
public static final TarantoolRequestType IPROTO_JOIN
public static final TarantoolRequestType IPROTO_FETCH_SNAP
public static TarantoolRequestType[] values()
for (TarantoolRequestType c : TarantoolRequestType.values()) System.out.println(c);
public static TarantoolRequestType 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 long getCode()
Copyright © 2025 Picodata. All rights reserved.