Class QdrantAdapterUtils
java.lang.Object
io.nosqlbench.adapter.qdrant.QdrantAdapterUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringmaskDigits(String unmasked) Mask the digits in the given string with '*'static int[]searchPointsResponseIdNumToIntArray(List<io.qdrant.client.grpc.Points.ScoredPoint> response) splitLongs(String input) splitNames(String input)
-
Field Details
-
QDRANT
- See Also:
-
-
Constructor Details
-
QdrantAdapterUtils
public QdrantAdapterUtils()
-
-
Method Details
-
splitNames
-
splitLongs
-
maskDigits
-
searchPointsResponseIdNumToIntArray
public static int[] searchPointsResponseIdNumToIntArray(List<io.qdrant.client.grpc.Points.ScoredPoint> response)
-