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