public enum QueryResultTypeInternal extends Enum<QueryResultTypeInternal>
Enum Constant and Description |
---|
CPP |
DOCUMENT_DOTNET |
DOCUMENT_ENTRY |
EXTERNAL_ENTRY |
NOT_SET |
OBJECT_DOTNET |
OBJECT_JAVA |
PBS_OLD |
Modifier and Type | Method and Description |
---|---|
static QueryResultTypeInternal |
fromCode(byte code) |
static QueryResultTypeInternal |
fromEntryType(EntryType entryType) |
byte |
getCode() |
byte |
getCode(PlatformLogicalVersion version) |
EntryType |
getEntryType() |
static QueryResultTypeInternal |
getUpdateResultType(IEntryPacket packet) |
boolean |
isPbs() |
static QueryResultTypeInternal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultTypeInternal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryResultTypeInternal NOT_SET
public static final QueryResultTypeInternal DOCUMENT_ENTRY
public static final QueryResultTypeInternal OBJECT_JAVA
public static final QueryResultTypeInternal EXTERNAL_ENTRY
public static final QueryResultTypeInternal PBS_OLD
public static final QueryResultTypeInternal OBJECT_DOTNET
public static final QueryResultTypeInternal DOCUMENT_DOTNET
public static final QueryResultTypeInternal CPP
public static QueryResultTypeInternal[] values()
for (QueryResultTypeInternal c : QueryResultTypeInternal.values()) System.out.println(c);
public static QueryResultTypeInternal 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 byte getCode()
public byte getCode(PlatformLogicalVersion version)
public static QueryResultTypeInternal fromCode(byte code)
public EntryType getEntryType()
public boolean isPbs()
public static QueryResultTypeInternal fromEntryType(EntryType entryType)
public static QueryResultTypeInternal getUpdateResultType(IEntryPacket packet)
Copyright © GigaSpaces.