Class WeaviateDeleteCollectionOp
java.lang.Object
io.nosqlbench.adapter.weaviate.ops.WeaviateBaseOp<String,io.weaviate.client.base.Result<?>>
io.nosqlbench.adapter.weaviate.ops.WeaviateDeleteCollectionOp
- All Implemented Interfaces:
CycleOp<io.weaviate.client.base.Result<?>>,LongFunction<io.weaviate.client.base.Result<?>>
public class WeaviateDeleteCollectionOp
extends WeaviateBaseOp<String,io.weaviate.client.base.Result<?>>
-
Field Summary
Fields inherited from class io.nosqlbench.adapter.weaviate.ops.WeaviateBaseOp
apiCall, client, logger, request -
Constructor Summary
ConstructorsConstructorDescriptionWeaviateDeleteCollectionOp(io.weaviate.client.WeaviateClient client, String request) -
Method Summary
Methods inherited from class io.nosqlbench.adapter.weaviate.ops.WeaviateBaseOp
apply, toString
-
Constructor Details
-
WeaviateDeleteCollectionOp
-
-
Method Details
-
applyOp
public io.weaviate.client.base.Result<?> applyOp(long value) - Specified by:
applyOpin classWeaviateBaseOp<String,io.weaviate.client.base.Result<?>>
-