Class LoadItemsChain.ChannelHashing
java.lang.Object
one.microstream.persistence.binary.types.LoadItemsChain.Abstract
one.microstream.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 class
LoadItemsChain.ChannelHashing.ChainItemObjectIdSet
Nested classes/interfaces inherited from interface one.microstream.persistence.binary.types.LoadItemsChain
LoadItemsChain.Abstract, LoadItemsChain.ChannelHashing, LoadItemsChain.Entry, LoadItemsChain.Simple
-
Constructor Summary
Constructors Constructor Description ChannelHashing(int channelCount)
-
Method Summary
Modifier and Type Method Description protected void
clearChain()
protected LoadItemsChain.Entry
enqueueEntry(long objectId, LoadItemsChain.Entry link)
PersistenceIdSet[]
getObjectIdSets()
Methods inherited from class one.microstream.persistence.binary.types.LoadItemsChain.Abstract
addLoadItem, clear, containsLoadItem, isEmpty, size
-
Constructor Details
-
ChannelHashing
public ChannelHashing(int channelCount)
-
-
Method Details
-
getObjectIdSets
-
clearChain
protected void clearChain()- Specified by:
clearChain
in classLoadItemsChain.Abstract
-
enqueueEntry
- Specified by:
enqueueEntry
in classLoadItemsChain.Abstract
-