Package com.jedox.palojlib.main
Class CellLoadContext
java.lang.Object
com.jedox.palojlib.main.CellLoadContext
- All Implemented Interfaces:
ICellLoadContext
- Author:
- khaddadin
-
Constructor Summary
ConstructorsConstructorDescriptionCellLoadContext(ICube.SplashMode mode, int blockSize, boolean add, boolean eventProcessor) -
Method Summary
Modifier and TypeMethodDescriptionintget the maximum number of cells written in each server call.get the splash mode of the loadICube.SplashMode.booleanisAdd()get whether the load should be aggregated with the existing values.booleanget whether the load should fire a supervision event call.
-
Constructor Details
-
CellLoadContext
-
-
Method Details
-
getSplashMode
Description copied from interface:ICellLoadContextget the splash mode of the loadICube.SplashMode.- Specified by:
getSplashModein interfaceICellLoadContext- Returns:
- splash mode
-
getBlockSize
public int getBlockSize()Description copied from interface:ICellLoadContextget the maximum number of cells written in each server call. It should be a positive number.- Specified by:
getBlockSizein interfaceICellLoadContext- Returns:
- blockSize
-
isAdd
public boolean isAdd()Description copied from interface:ICellLoadContextget whether the load should be aggregated with the existing values. Only relevant with numeric cells.- Specified by:
isAddin interfaceICellLoadContext- Returns:
- isAdd
-
isEventProcessor
public boolean isEventProcessor()Description copied from interface:ICellLoadContextget whether the load should fire a supervision event call. Only relevant when supervision server is installed.- Specified by:
isEventProcessorin interfaceICellLoadContext- Returns:
- eventprocessor
-