Package com.hazelcast.nio.serialization
Enum Class FieldType
- All Implemented Interfaces:
Serializable,Comparable<FieldType>,Constable
Deprecated, for removal: This API element is subject to removal in a future version.
Field Type for
Portable format to be used with ClassDefinition.getFieldType(String) API-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated.Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic FieldTypeget(byte type) Deprecated, for removal: This API element is subject to removal in a future version.bytegetId()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.static FieldTypeDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static FieldType[]values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PORTABLE
Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0. -
BYTE
Deprecated, for removal: This API element is subject to removal in a future version. -
BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version. -
CHAR
Deprecated, for removal: This API element is subject to removal in a future version. -
SHORT
Deprecated, for removal: This API element is subject to removal in a future version. -
INT
Deprecated, for removal: This API element is subject to removal in a future version. -
LONG
Deprecated, for removal: This API element is subject to removal in a future version. -
FLOAT
Deprecated, for removal: This API element is subject to removal in a future version. -
DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version. -
UTF
Deprecated, for removal: This API element is subject to removal in a future version. -
PORTABLE_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0. -
BYTE_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
BOOLEAN_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
CHAR_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
SHORT_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
INT_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
LONG_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
FLOAT_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
DOUBLE_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
UTF_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version. -
DECIMAL_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
TIME
Deprecated, for removal: This API element is subject to removal in a future version. -
TIME_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
DATE
Deprecated, for removal: This API element is subject to removal in a future version. -
DATE_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version. -
TIMESTAMP_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
TIMESTAMP_WITH_TIMEZONE
Deprecated, for removal: This API element is subject to removal in a future version. -
TIMESTAMP_WITH_TIMEZONE_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
values
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.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
-
getId
public byte getId()Deprecated, for removal: This API element is subject to removal in a future version. -
get
Deprecated, for removal: This API element is subject to removal in a future version. -
isArrayType
public boolean isArrayType()Deprecated, for removal: This API element is subject to removal in a future version. -
getSingleType
Deprecated, for removal: This API element is subject to removal in a future version. -
hasDefiniteSize
public boolean hasDefiniteSize()Deprecated, for removal: This API element is subject to removal in a future version. -
getTypeSize
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- size of an element of the type represented by this object
- Throws:
IllegalArgumentException- if the type does not have a definite size. InvokehasDefiniteSize()to check first.
-