Class WeaviateGetCollectionSchemaOp

java.lang.Object
io.nosqlbench.adapter.weaviate.ops.WeaviateBaseOp<String,io.weaviate.client.base.Result<?>>
io.nosqlbench.adapter.weaviate.ops.WeaviateGetCollectionSchemaOp
All Implemented Interfaces:
CycleOp<io.weaviate.client.base.Result<?>>, LongFunction<io.weaviate.client.base.Result<?>>

public class WeaviateGetCollectionSchemaOp extends WeaviateBaseOp<String,io.weaviate.client.base.Result<?>>
  • Constructor Details

    • WeaviateGetCollectionSchemaOp

      public WeaviateGetCollectionSchemaOp(io.weaviate.client.WeaviateClient client, String request)
  • Method Details

    • applyOp

      public io.weaviate.client.base.Result<?> applyOp(long value)
      Specified by:
      applyOp in class WeaviateBaseOp<String,io.weaviate.client.base.Result<?>>