Class WeaviateCreateObjectsOpDispenser

java.lang.Object
io.nosqlbench.nb.api.components.core.NBBaseComponentMetrics
io.nosqlbench.nb.api.components.core.NBBaseComponent
io.nosqlbench.adapters.api.activityimpl.BaseOpDispenser<WeaviateBaseOp<io.weaviate.client.v1.data.api.ObjectCreator,io.weaviate.client.base.Result<?>>,WeaviateSpace>
io.nosqlbench.adapter.weaviate.opsdispensers.WeaviateBaseOpDispenser<io.weaviate.client.v1.data.api.ObjectCreator,io.weaviate.client.base.Result<?>>
io.nosqlbench.adapter.weaviate.opsdispensers.WeaviateCreateObjectsOpDispenser
All Implemented Interfaces:
OpDispenser<WeaviateBaseOp<io.weaviate.client.v1.data.api.ObjectCreator,io.weaviate.client.base.Result<?>>>, OpResultTracker, NBComponent, NBComponentAdvisors, NBComponentEvents, NBComponentMetrics, NBComponentProps, NBComponentServices, NBComponentTimeline, NBProviderSearch, NBTokenWords, NBLabeledElement, AutoCloseable, LongFunction<WeaviateBaseOp<io.weaviate.client.v1.data.api.ObjectCreator,io.weaviate.client.base.Result<?>>>

public class WeaviateCreateObjectsOpDispenser extends WeaviateBaseOpDispenser<io.weaviate.client.v1.data.api.ObjectCreator,io.weaviate.client.base.Result<?>>
Create objects.
See Also: