Class BulkLoadStreamerWriter

    • Constructor Detail

      • BulkLoadStreamerWriter

        public BulkLoadStreamerWriter​(IgniteDataStreamer<Object,​Object> streamer)
        Creates a cache writer.
        Parameters:
        streamer - The streamer to use.
    • Method Detail

      • apply

        public void apply​(IgniteBiTuple<?,​?> entry)
        Closure body.
        Parameters:
        entry - Closure argument.
      • close

        public void close()
      • updateCnt

        public long updateCnt()
        Returns number of entry updates made by the writer.
        Specified by:
        updateCnt in class BulkLoadCacheWriter
        Returns:
        The number of cache entry updates.