Class CoreQueryResult

    • Constructor Detail

      • CoreQueryResult

        public CoreQueryResult()
    • Method Detail

      • rows

        public abstract Stream<QueryChunkRow> rows()
        Returns all rows. As this is a Stream this is a once-through operation.
      • collectRows

        public List<QueryChunkRow> collectRows()
        Returns all rows in a buffered list. As this is building on a Stream, this is a once-through operation.
      • lastDispatchedTo

        @Nullable
        public abstract NodeIdentifier lastDispatchedTo()
        The last node the request was dispatched to.