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 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.
-
Constructor Details
-
CellLoadContext
-
-
Method Details
-
getSplashMode
Description copied from interface:ICellLoadContext
get the splash mode of the loadICube.SplashMode
.- Specified by:
getSplashMode
in interfaceICellLoadContext
- Returns:
- splash mode
-
getBlockSize
public int getBlockSize()Description copied from interface:ICellLoadContext
get the maximum number of cells written in each server call. It should be a positive number.- Specified by:
getBlockSize
in interfaceICellLoadContext
- Returns:
- blockSize
-
isAdd
public boolean isAdd()Description copied from interface:ICellLoadContext
get whether the load should be aggregated with the existing values. Only relevant with numeric cells.- Specified by:
isAdd
in interfaceICellLoadContext
- Returns:
- isAdd
-
isEventProcessor
public boolean isEventProcessor()Description copied from interface:ICellLoadContext
get whether the load should fire a supervision event call. Only relevant when supervision server is installed.- Specified by:
isEventProcessor
in interfaceICellLoadContext
- Returns:
- eventprocessor
-