Class Index.AbstractRandomBuilder

java.lang.Object
com.illumon.iris.db.v2.utils.Index.AbstractRandomBuilder
All Implemented Interfaces:
Index.RandomBuilder, IndexBuilder
Direct Known Subclasses:
Index.AdaptiveIndexBuilder
Enclosing interface:
Index

public abstract static class Index.AbstractRandomBuilder
extends Object
implements Index.RandomBuilder
  • Field Details

  • Constructor Details

  • Method Details

    • addKey

      public void addKey​(long key)
      Description copied from interface: IndexBuilder
      Add the specified key to the builder.
      Specified by:
      addKey in interface IndexBuilder
      Parameters:
      key - the key
    • addRange

      public void addRange​(long start, long endInclusive)
      Description copied from interface: IndexBuilder
      Append the specified range of keys to the builder.
      Specified by:
      addRange in interface IndexBuilder
      Parameters:
      start - the first key in the range (inclusive)