Class MockProcessorContext.CapturedForward

    • Method Detail

      • childName

        public String childName()
        The child this data was forwarded to.
        Returns:
        The child name, or null if it was broadcast.
      • timestamp

        public long timestamp()
        The timestamp attached to the forwarded record.
        Returns:
        A timestamp, or -1 if none was forwarded.
      • keyValue

        public KeyValue keyValue()
        The data forwarded.
        Returns:
        A key/value pair. Not null.