Class TemporaryTable


  • public class TemporaryTable
    extends Object
    Table holding the entry positions in log before these are persisted to the index.
    Author:
    Radim Vansa <rvansa@redhat.com>
    • Constructor Detail

      • TemporaryTable

        public TemporaryTable​(int capacity)
    • Method Detail

      • set

        public void set​(Object key,
                        int file,
                        int offset)
      • get

        public org.infinispan.persistence.sifs.EntryPosition get​(Object key)
      • clear

        public void clear()
      • removeConditionally

        public void removeConditionally​(Object key,
                                        int file,
                                        int offset)