Package com.qfs.index
Interface IIndexVersion
-
- All Superinterfaces:
IIndex,IMemoryMonitored,IVersion
- All Known Subinterfaces:
IInternalIndexVersion
- All Known Implementing Classes:
LazyDeleteLinkedIndexVersion
public interface IIndexVersion extends IIndex, IVersion, IMemoryMonitored
- Author:
- ActiveViam
-
-
Method Summary
-
Methods inherited from interface com.qfs.index.IIndex
fetchValues, fetchValues, getValues
-
Methods inherited from interface com.qfs.monitoring.memory.IMemoryMonitored
getMemoryStatistic
-
Methods inherited from interface com.qfs.multiversion.IVersion
getEpoch, getEpochId
-
-