Class PlatformQueryCursor

    • Constructor Detail

      • PlatformQueryCursor

        public PlatformQueryCursor​(PlatformContext platformCtx,
                                   QueryCursorEx<javax.cache.Cache.Entry> cursor,
                                   int batchSize)
        Constructor.
        Parameters:
        platformCtx - Context.
        cursor - Backing cursor.
        batchSize - Batch size.
    • Method Detail

      • write

        protected void write​(BinaryRawWriterEx writer,
                             javax.cache.Cache.Entry val)
        Write value to the stream. Extension point to perform conversions on the object before writing it.
        Specified by:
        write in class PlatformAbstractQueryCursor<javax.cache.Cache.Entry>
        Parameters:
        writer - Writer.
        val - Value.