Class ExternalizableIndexUtils

java.lang.Object
com.illumon.iris.db.v2.utils.ExternalizableIndexUtils

public class ExternalizableIndexUtils extends Object
Utility methods used for writing/reading Indexes.
  • Constructor Details

    • ExternalizableIndexUtils

      public ExternalizableIndexUtils()
  • Method Details

    • writeExternalCompressedDeltas

      public static void writeExternalCompressedDeltas(@NotNull @NotNull DataOutput out, @NotNull @NotNull Index index) throws IOException
      Write an Index to out.
      Parameters:
      out - The destination
      index - The index
      Throws:
      IOException
    • readExternalCompressedDelta

      public static Index readExternalCompressedDelta(@NotNull @NotNull DataInput in) throws IOException
      Throws:
      IOException