Class OutputBufferInfo


  • public final class OutputBufferInfo
    extends Object
    • Constructor Detail

      • OutputBufferInfo

        public OutputBufferInfo​(String type,
                                BufferState state,
                                boolean canAddBuffers,
                                boolean canAddPages,
                                long totalBufferedBytes,
                                long totalBufferedPages,
                                long totalRowsSent,
                                long totalPagesSent,
                                List<BufferInfo> buffers)
    • Method Detail

      • getType

        public String getType()
      • isCanAddBuffers

        public boolean isCanAddBuffers()
      • isCanAddPages

        public boolean isCanAddPages()
      • getTotalBufferedBytes

        public long getTotalBufferedBytes()
      • getTotalBufferedPages

        public long getTotalBufferedPages()
      • getTotalRowsSent

        public long getTotalRowsSent()
      • getTotalPagesSent

        public long getTotalPagesSent()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object