Interface ICellLoadContext

All Known Implementing Classes:
CellLoadContext

public interface ICellLoadContext
Author:
khaddadin
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    get the maximum number of cells written in each server call.
    get the splash mode of the load ICube.SplashMode.
    boolean
    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 load ICube.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