Class DataCommunicator.SimpleDataRequestRpc

    • Constructor Detail

      • SimpleDataRequestRpc

        protected SimpleDataRequestRpc()
    • Method Detail

      • requestRows

        public void requestRows​(int firstRowIndex,
                                int numberOfRows,
                                int firstCachedRowIndex,
                                int cacheSize)
        Specified by:
        requestRows in interface DataRequestRpc
      • dropRows

        public void dropRows​(elemental.json.JsonArray keys)
        Specified by:
        dropRows in interface DataRequestRpc