Class LoadItemsChain.ChannelHashing
- java.lang.Object
-
- org.eclipse.serializer.persistence.binary.types.LoadItemsChain.Abstract
-
- org.eclipse.serializer.persistence.binary.types.LoadItemsChain.ChannelHashing
-
- All Implemented Interfaces:
LoadItemsChain
- Enclosing interface:
- LoadItemsChain
public static final class LoadItemsChain.ChannelHashing extends LoadItemsChain.Abstract
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoadItemsChain.ChannelHashing.ChainItemObjectIdSet-
Nested classes/interfaces inherited from interface org.eclipse.serializer.persistence.binary.types.LoadItemsChain
LoadItemsChain.Abstract, LoadItemsChain.ChannelHashing, LoadItemsChain.Entry, LoadItemsChain.Simple
-
-
Constructor Summary
Constructors Constructor Description ChannelHashing(int channelCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclearChain()protected LoadItemsChain.EntryenqueueEntry(long objectId, LoadItemsChain.Entry link)PersistenceIdSet[]getObjectIdSets()-
Methods inherited from class org.eclipse.serializer.persistence.binary.types.LoadItemsChain.Abstract
addLoadItem, clear, containsLoadItem, isEmpty, size
-
-
-
-
Method Detail
-
getObjectIdSets
public PersistenceIdSet[] getObjectIdSets()
-
clearChain
protected void clearChain()
- Specified by:
clearChainin classLoadItemsChain.Abstract
-
enqueueEntry
protected LoadItemsChain.Entry enqueueEntry(long objectId, LoadItemsChain.Entry link)
- Specified by:
enqueueEntryin classLoadItemsChain.Abstract
-
-