Class BinaryHandlerLazyHashMapSegmentEntryList
java.lang.Object
one.microstream.persistence.types.PersistenceTypeHandler.Abstract<Binary,T>
one.microstream.persistence.binary.types.BinaryTypeHandler.Abstract<T>
one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustom<T>
one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustomCollection<T>
one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustomIterable<LazyHashMap.LazyHashMapSegmentEntryList<?,?>>
one.microstream.persistence.binary.one.microstream.collections.lazy.BinaryHandlerLazyHashMapSegmentEntryList
- All Implemented Interfaces:
BinaryTypeHandler<LazyHashMap.LazyHashMapSegmentEntryList<?,?>>,PersistenceDataTypeHolder<Binary>,PersistenceTypeDefinition,PersistenceTypeDescription,PersistenceTypeHandler<Binary,LazyHashMap.LazyHashMapSegmentEntryList<?,?>>,PersistenceTypeIdentity,PersistenceTypeIdOwner,PersistenceTypeLink
public final class BinaryHandlerLazyHashMapSegmentEntryList extends AbstractBinaryHandlerCustomIterable<LazyHashMap.LazyHashMapSegmentEntryList<?,?>>
-
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.PersistenceDataTypeHolder
PersistenceDataTypeHolder.Default<D>Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDefinition
PersistenceTypeDefinition.DefaultNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
PersistenceTypeDescription.IdentityNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeHandler
PersistenceTypeHandler.Abstract<D,T> -
Constructor Summary
Constructors Constructor Description BinaryHandlerLazyHashMapSegmentEntryList() -
Method Summary
Modifier and Type Method Description voidcomplete(Binary data, LazyHashMap.LazyHashMapSegmentEntryList<?,?> instance, PersistenceLoadHandler handler)Completes an initially built instance after all loaded instances have been built.LazyHashMap.LazyHashMapSegmentEntryList<?,?>create(Binary data, PersistenceLoadHandler handler)voiditerateLoadableReferences(Binary data, PersistenceReferenceLoader iterator)static BinaryHandlerLazyHashMapSegmentEntryListNew()voidstore(Binary data, LazyHashMap.LazyHashMapSegmentEntryList<?,?> instance, long objectId, PersistenceStoreHandler<Binary> handler)voidupdateState(Binary data, LazyHashMap.LazyHashMapSegmentEntryList<?,?> instance, PersistenceLoadHandler handler)Methods inherited from class one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustomIterable
iterateInstanceReferencesMethods inherited from class one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustomCollection
hasPersistedReferences, hasPersistedVariableLength, hasVaryingPersistedLengthInstancesMethods inherited from class one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustom
allMembers, bytes, calculcateBinaryLengths, chars, Complex, CustomField, CustomField, CustomFields, defineValueType, ensureInitializeInstanceMembers, getInstanceFieldOfType, initializeInstanceMembers, instanceMembers, isPrimitiveType, iterateMemberTypes, keyValuesFields, membersPersistedLengthMaximum, membersPersistedLengthMinimum, SimpleArrayFields, SizedArrayFieldsMethods inherited from class one.microstream.persistence.binary.types.BinaryTypeHandler.Abstract
declaredField, declaredFieldMethods inherited from class one.microstream.persistence.types.PersistenceTypeHandler.Abstract
declaredField, declaredFields, deriveTypeName, initialize, internalInitialize, toString, type, typeId, typeName, validateAndImmure, validateInstanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.persistence.binary.types.BinaryTypeHandler
dataTypeMethods inherited from interface one.microstream.persistence.types.PersistenceTypeDefinition
runtimeTypeName, toRuntimeTypeIdentifier, typeId, typeNameMethods inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
instancePrimitiveMembers, instanceReferenceMembers, toTypeIdentifierMethods inherited from interface one.microstream.persistence.types.PersistenceTypeHandler
collectEnumConstants, getPersistedEnumOrdinal, guaranteeSpecificInstanceViablity, guaranteeSubTypeInstanceViablity, initialize, initializeState, isSpecificInstanceViable, isSubTypeInstanceViable, isValidEntityType, membersInDeclaredOrder, settingMembers, storingMembers, type, validateEntityType
-
Constructor Details
-
BinaryHandlerLazyHashMapSegmentEntryList
public BinaryHandlerLazyHashMapSegmentEntryList()
-
-
Method Details
-
New
-
iterateLoadableReferences
-
complete
public void complete(Binary data, LazyHashMap.LazyHashMapSegmentEntryList<?,?> instance, PersistenceLoadHandler handler)Description copied from interface:PersistenceTypeHandlerCompletes an initially built instance after all loaded instances have been built. E.g. can be used to cause a hash collection to hash all its initially collected entries after their instances have been built.- Specified by:
completein interfacePersistenceTypeHandler<Binary,LazyHashMap.LazyHashMapSegmentEntryList<?,?>>- Overrides:
completein classAbstractBinaryHandlerCustom<LazyHashMap.LazyHashMapSegmentEntryList<?,?>>- Parameters:
data- the data targetinstance- the source instancehandler- the appropriate handler
-
updateState
public void updateState(Binary data, LazyHashMap.LazyHashMapSegmentEntryList<?,?> instance, PersistenceLoadHandler handler) -
store
public void store(Binary data, LazyHashMap.LazyHashMapSegmentEntryList<?,?> instance, long objectId, PersistenceStoreHandler<Binary> handler)- Specified by:
storein interfacePersistenceTypeHandler<Binary,LazyHashMap.LazyHashMapSegmentEntryList<?,?>>- Specified by:
storein classAbstractBinaryHandlerCustom<LazyHashMap.LazyHashMapSegmentEntryList<?,?>>
-
create
public LazyHashMap.LazyHashMapSegmentEntryList<?,?> create(Binary data, PersistenceLoadHandler handler)- Specified by:
createin interfacePersistenceTypeHandler<Binary,LazyHashMap.LazyHashMapSegmentEntryList<?,?>>- Specified by:
createin classAbstractBinaryHandlerCustom<LazyHashMap.LazyHashMapSegmentEntryList<?,?>>
-