Package com.gigaspaces.internal.client
Enum Class QueryResultTypeInternal
- All Implemented Interfaces:
Serializable,Comparable<QueryResultTypeInternal>,java.lang.constant.Constable
Indicates what type of result is expected when querying the space.
- Since:
- 7.0
- Author:
- Niv Ingberg
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryResultTypeInternalfromCode(byte code) static QueryResultTypeInternalfromEntryType(EntryType entryType) bytegetCode()bytegetCode(PlatformLogicalVersion version) static QueryResultTypeInternalgetUpdateResultType(IEntryPacket packet) booleanisPbs()static QueryResultTypeInternalReturns the enum constant of this class with the specified name.static QueryResultTypeInternal[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NOT_SET
-
DOCUMENT_ENTRY
-
OBJECT_JAVA
-
EXTERNAL_ENTRY
-
PBS_OLD
-
OBJECT_DOTNET
-
DOCUMENT_DOTNET
-
CPP
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getCode
public byte getCode() -
getCode
-
fromCode
-
getEntryType
-
isPbs
public boolean isPbs() -
fromEntryType
-
getUpdateResultType
-