Package com.qfs.index
Interface ILongArrayVersion
-
- All Superinterfaces:
ILongArray,IMemoryMonitored,IVersion,com.activeviam.mvcc.internal.structure.IVersionTreeRewriting
- All Known Subinterfaces:
ISquashableLongArrayVersion
- All Known Implementing Classes:
LongArrayVersion
public interface ILongArrayVersion extends ILongArray, IVersion, com.activeviam.mvcc.internal.structure.IVersionTreeRewriting, IMemoryMonitored
Aversionof anILongArray.- Author:
- ActiveViam
-
-
Field Summary
-
Fields inherited from interface com.qfs.index.ILongArray
DEFAULT_EMPTY_VALUE
-
-
Method Summary
-
Methods inherited from interface com.qfs.index.ILongArray
getEmptyValue, getValue, size, transferValues
-
Methods inherited from interface com.qfs.monitoring.memory.IMemoryMonitored
getMemoryStatistic
-
Methods inherited from interface com.qfs.multiversion.IVersion
getEpoch, getEpochId
-
-