Package com.qfs.chunk
Interface IRowMapping.IWritableRowMapping
-
- All Superinterfaces:
IMemoryMonitored,IRowMapping
- All Known Implementing Classes:
ColumnIntegerRowMapping,HashMapRowMapping
- Enclosing interface:
- IRowMapping
public static interface IRowMapping.IWritableRowMapping extends IRowMapping
The modifiable mapping.- Author:
- ActiveViam
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.qfs.chunk.IRowMapping
IRowMapping.IWritableRowMapping
-
-
Field Summary
-
Fields inherited from interface com.qfs.chunk.IRowMapping
NO_ROW
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmap(int fromRow, int toRow)Maps the given row.-
Methods inherited from interface com.qfs.monitoring.memory.IMemoryMonitored
getMemoryStatistic
-
Methods inherited from interface com.qfs.chunk.IRowMapping
destroy, get, getOrDefault, size
-
-