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
-
Constructor Details
-
Simple
public Simple()
-
-
Method Details
-
getObjectIdSets
- Specified by:
getObjectIdSets
in interfaceLoadItemsChain
-
iterate
- Specified by:
iterate
in interface_longIterable
- Specified by:
iterate
in interfacePersistenceIdSet
-