Class QdrantAdapterUtils

java.lang.Object
io.nosqlbench.adapter.qdrant.QdrantAdapterUtils

public class QdrantAdapterUtils extends Object
  • Field Details

  • Constructor Details

    • QdrantAdapterUtils

      public QdrantAdapterUtils()
  • Method Details

    • splitNames

      public static List<String> splitNames(String input)
    • splitLongs

      public static List<Long> splitLongs(String input)
    • maskDigits

      protected static String maskDigits(String unmasked)
      Mask the digits in the given string with '*'
      Parameters:
      unmasked - The string to mask
      Returns:
      The masked string
    • searchPointsResponseIdNumToIntArray

      public static int[] searchPointsResponseIdNumToIntArray(List<io.qdrant.client.grpc.Points.ScoredPoint> response)