Class LoadItemsChain.Simple
java.lang.Object
one.microstream.persistence.binary.types.LoadItemsChain.Abstract
one.microstream.persistence.binary.types.LoadItemsChain.Simple
- All Implemented Interfaces:
 Sized,_longIterable,LoadItemsChain,PersistenceIdSet
- Enclosing interface:
 - LoadItemsChain
 
public static final class LoadItemsChain.Simple extends LoadItemsChain.Abstract implements PersistenceIdSet
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.binary.types.LoadItemsChain
LoadItemsChain.Abstract, LoadItemsChain.ChannelHashing, LoadItemsChain.Entry, LoadItemsChain.SimpleNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceIdSet
PersistenceIdSet.Default - 
Constructor Summary
Constructors Constructor Description Simple() - 
Method Summary
Modifier and Type Method Description protected voidclearChain()protected LoadItemsChain.EntryenqueueEntry(long objectId, LoadItemsChain.Entry link)PersistenceIdSet[]getObjectIdSets()voiditerate(_longProcedure iterator)Methods inherited from class one.microstream.persistence.binary.types.LoadItemsChain.Abstract
addLoadItem, clear, containsLoadItem, isEmpty, size 
- 
Constructor Details
- 
Simple
public Simple() 
 - 
 - 
Method Details
- 
clearChain
protected final void clearChain()- Specified by:
 clearChainin classLoadItemsChain.Abstract
 - 
enqueueEntry
- Specified by:
 enqueueEntryin classLoadItemsChain.Abstract
 - 
getObjectIdSets
- Specified by:
 getObjectIdSetsin interfaceLoadItemsChain
 - 
iterate
- Specified by:
 iteratein interface_longIterable- Specified by:
 iteratein interfacePersistenceIdSet
 
 -