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.Simple
-
Nested 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 PersistenceIdSet[]
getObjectIdSets()
void
iterate(_longProcedure iterator)
-
Methods inherited from class one.microstream.persistence.binary.types.LoadItemsChain.Abstract
addLoadItem, clear, containsLoadItem, isEmpty, size
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.microstream.persistence.types.PersistenceIdSet
size
-
-
-
-
Method Detail
-
getObjectIdSets
public final PersistenceIdSet[] getObjectIdSets()
- Specified by:
getObjectIdSets
in interfaceLoadItemsChain
-
iterate
public void iterate(_longProcedure iterator)
- Specified by:
iterate
in interface_longIterable
- Specified by:
iterate
in interfacePersistenceIdSet
-
-