Package com.jedox.palojlib.interfaces
Interface ICellLoadContext
- All Known Implementing Classes:
CellLoadContext
public interface ICellLoadContext
represent a cell Load context object used with in
ICube.loadCells(com.jedox.palojlib.interfaces.IElement[][], java.lang.Object[], com.jedox.palojlib.interfaces.ICellLoadContext, com.jedox.palojlib.interfaces.IElement[][])
to write data to cubes- Author:
- khaddadin
-
Method Summary
Modifier and TypeMethodDescriptionint
get the maximum number of cells written in each server call.get the splash mode of the loadICube.SplashMode
.boolean
isAdd()
get whether the load should be aggregated with the existing values.boolean
get whether the load should fire a supervision event call.
-
Method Details
-
getSplashMode
ICube.SplashMode getSplashMode()get the splash mode of the loadICube.SplashMode
.- Returns:
- splash mode
-
getBlockSize
int getBlockSize()get the maximum number of cells written in each server call. It should be a positive number.- Returns:
- blockSize
-
isAdd
boolean isAdd()get whether the load should be aggregated with the existing values. Only relevant with numeric cells.- Returns:
- isAdd
-
isEventProcessor
boolean isEventProcessor()get whether the load should fire a supervision event call. Only relevant when supervision server is installed.- Returns:
- eventprocessor
-