Class CellLoadContext

java.lang.Object
com.jedox.palojlib.main.CellLoadContext
All Implemented Interfaces:
ICellLoadContext

public class CellLoadContext extends Object implements ICellLoadContext
Author:
khaddadin
  • Constructor Details

    • CellLoadContext

      public CellLoadContext(ICube.SplashMode mode, int blockSize, boolean add, boolean eventProcessor)
  • Method Details

    • getSplashMode

      public ICube.SplashMode getSplashMode()
      Description copied from interface: ICellLoadContext
      get the splash mode of the load ICube.SplashMode.
      Specified by:
      getSplashMode in interface ICellLoadContext
      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 interface ICellLoadContext
      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 interface ICellLoadContext
      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 interface ICellLoadContext
      Returns:
      eventprocessor