Package one.microstream.java.lang
Class BinaryHandlerInteger
- java.lang.Object
-
- All Implemented Interfaces:
BinaryTypeHandler<Integer>,PersistenceTypeDefinition,PersistenceTypeDescription,PersistenceTypeHandler<Binary,Integer>,PersistenceTypeIdentity,PersistenceTypeIdOwner,PersistenceTypeLink
public final class BinaryHandlerInteger extends AbstractBinaryHandlerCustomValueFixedLength<Integer>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.persistence.binary.types.BinaryTypeHandler
BinaryTypeHandler.Abstract<T>
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDefinition
PersistenceTypeDefinition.Default
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
PersistenceTypeDescription.Identity
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeHandler
PersistenceTypeHandler.Abstract<M,T>
-
-
Constructor Summary
Constructors Constructor Description BinaryHandlerInteger()
-
Method Summary
Modifier and Type Method Description Integercreate(Binary bytes, PersistenceObjectIdResolver idResolver)static BinaryHandlerIntegerNew()voidstore(Binary bytes, Integer instance, long objectId, PersistenceStoreHandler handler)-
Methods inherited from class one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustomValueFixedLength
hasPersistedVariableLength, hasVaryingPersistedLengthInstances
-
Methods inherited from class one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustomValue
hasInstanceReferences, hasPersistedReferences, iterateLoadableReferences
-
Methods inherited from class one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustom
allMembers, bytes, chars, complete, Complex, CustomField, CustomField, CustomFields, defineValueType, instanceMembers, isPrimitiveType, iterateInstanceReferences, iterateMemberTypes, keyValuesFields, membersPersistedLengthMaximum, membersPersistedLengthMinimum, SimpleArrayFields, SizedArrayFields, update
-
Methods inherited from class one.microstream.persistence.binary.types.BinaryTypeHandler.Abstract
declaredField, declaredField
-
Methods inherited from class one.microstream.persistence.types.PersistenceTypeHandler.Abstract
declaredField, declaredFields, initialize, toString, type, typeId, typeName, validateAndImmure
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDefinition
runtimeTypeName, toRuntimeTypeIdentifier, typeId, typeName
-
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
instancePrimitiveMembers, instanceReferenceMembers, toTypeIdentifier
-
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeHandler
collectEnumConstants, getPersistedEnumOrdinal, guaranteeSpecificInstanceViablity, guaranteeSubTypeInstanceViablity, initialize, isSpecificInstanceViable, isSubTypeInstanceViable, membersInDeclaredOrder, settingMembers, storingMembers, type
-
-
-
-
Method Detail
-
New
public static BinaryHandlerInteger New()
-
store
public void store(Binary bytes, Integer instance, long objectId, PersistenceStoreHandler handler)
- Specified by:
storein interfacePersistenceTypeHandler<Binary,Integer>- Specified by:
storein classAbstractBinaryHandlerCustom<Integer>
-
create
public Integer create(Binary bytes, PersistenceObjectIdResolver idResolver)
- Specified by:
createin interfacePersistenceTypeHandler<Binary,Integer>- Specified by:
createin classAbstractBinaryHandlerCustom<Integer>
-
-