Interface ITableContext

  • All Known Implementing Classes:
    SimpleRuntimeContext, TabularRuntimeContext

    public interface ITableContext
    Callbacks that IIndexTable implementations are expected to invoke on their environment.

    EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same.

    Since:
    2.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void logError​(java.lang.String message)
      Indicates that an error has occurred in maintaining an index table, e.g.
    • Method Detail

      • logError

        void logError​(java.lang.String message)
        Indicates that an error has occurred in maintaining an index table, e.g. duplicate value.