Class LoadItemsChain.Abstract
- java.lang.Object
-
- one.microstream.persistence.binary.types.LoadItemsChain.Abstract
-
- All Implemented Interfaces:
LoadItemsChain
- Direct Known Subclasses:
LoadItemsChain.ChannelHashing,LoadItemsChain.Simple
- Enclosing interface:
- LoadItemsChain
public abstract static class LoadItemsChain.Abstract extends Object implements LoadItemsChain
-
-
Nested Class Summary
-
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 Abstract()
-
Method Summary
Modifier and Type Method Description voidaddLoadItem(long objectId)voidclear()booleancontainsLoadItem(long objectId)booleanisEmpty()longsize()-
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.binary.types.LoadItemsChain
getObjectIdSets
-
-
-
-
Method Detail
-
clear
public final void clear()
- Specified by:
clearin interfaceLoadItemsChain
-
addLoadItem
public final void addLoadItem(long objectId)
- Specified by:
addLoadItemin interfaceLoadItemsChain
-
containsLoadItem
public final boolean containsLoadItem(long objectId)
- Specified by:
containsLoadItemin interfaceLoadItemsChain
-
isEmpty
public final boolean isEmpty()
- Specified by:
isEmptyin interfaceLoadItemsChain
-
size
public final long size()
-
-