Class RowDataSet

  • All Implemented Interfaces:
    io.netty.util.ReferenceCounted

    public class RowDataSet
    extends io.netty.util.AbstractReferenceCounted
    • Constructor Summary

      Constructors 
      Constructor Description
      RowDataSet()  
      RowDataSet​(int capacity)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(RowData row)  
      RowData borrow​(int index)  
      java.util.List<RowData> borrowAll()  
      RowData copy​(int index)  
      protected void deallocate()  
      boolean isEmpty()  
      void remove​(int index)  
      int size()  
      RowData take​(int index)  
      java.lang.String toString()  
      io.netty.util.ReferenceCounted touch​(java.lang.Object hint)  
      • Methods inherited from class io.netty.util.AbstractReferenceCounted

        refCnt, release, release, retain, retain, setRefCnt, touch
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RowDataSet

        public RowDataSet()
      • RowDataSet

        public RowDataSet​(int capacity)
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • size

        public int size()
      • borrow

        public RowData borrow​(int index)
      • add

        public void add​(RowData row)
      • copy

        public RowData copy​(int index)
      • take

        public RowData take​(int index)
      • remove

        public void remove​(int index)
      • borrowAll

        public java.util.List<RowData> borrowAll()
      • deallocate

        protected void deallocate()
        Specified by:
        deallocate in class io.netty.util.AbstractReferenceCounted
      • touch

        public io.netty.util.ReferenceCounted touch​(java.lang.Object hint)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object