Package io.weaviate.client.base.util
Class BeaconPath
- java.lang.Object
-
- io.weaviate.client.base.util.BeaconPath
-
public class BeaconPath extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBeaconPath.Params
-
Constructor Summary
Constructors Constructor Description BeaconPath(DbVersionSupport support)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbuildBatchFrom(BeaconPath.Params pathParams)StringbuildBatchTo(BeaconPath.Params pathParams)StringbuildSingle(BeaconPath.Params pathParams)
-
-
-
Constructor Detail
-
BeaconPath
public BeaconPath(DbVersionSupport support)
-
-
Method Detail
-
buildBatchFrom
public String buildBatchFrom(BeaconPath.Params pathParams)
-
buildBatchTo
public String buildBatchTo(BeaconPath.Params pathParams)
-
buildSingle
public String buildSingle(BeaconPath.Params pathParams)
-
-