Class Continuation


  • public abstract class Continuation
    extends java.lang.Object

    This class represents a piece of data stored by the grouping framework within a grouping result, which can subsequently be sent back along with the original request to navigate across a large result set. It is an opaque data object that is not intended to be human readable.

    To render a Cookie within a result set, you simply need to call Object.toString().

    Author:
    Simon Thoresen Hult
    • Constructor Detail

      • Continuation

        public Continuation()
    • Method Detail

      • fromString

        public static Continuation fromString​(java.lang.String str)
      • copy

        public abstract Continuation copy()
        Returns a deep copy of this