Class BinaryIndex

    • Constructor Detail

      • BinaryIndex

        public BinaryIndex​(java.lang.String name,
                           TableIndex table)
    • Method Detail

      • getGenericValue

        public byte[] getGenericValue​(int id)
      • setGenericValue

        public void setGenericValue​(int id,
                                    byte[] value)
      • removeValue

        public void removeValue​(int id)
      • getValue

        public byte[] getValue​(int id)
      • setValue

        public void setValue​(int id,
                             byte[] value)
      • writeTransactionValue

        public void writeTransactionValue​(byte[] value,
                                          java.io.DataOutputStream dataOutputStream)
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • readTransactionValue

        public byte[] readTransactionValue​(java.io.DataInputStream dataInputStream)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • sortRecords

        public java.util.List<SortEntry> sortRecords​(java.util.List<SortEntry> sortEntries,
                                                     boolean ascending)
      • filter

        public java.util.BitSet filter​(java.util.BitSet records,
                                       BinaryFilter binaryFilter)
      • close

        public void close()
      • drop

        public void drop()