Class Schema
- java.lang.Object
-
- technology.semi.weaviate.client.v1.schema.Schema
-
public class Schema extends Object
-
-
Constructor Summary
Constructors Constructor Description Schema(HttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaDeleterallDeleter()ClassCreatorclassCreator()ClassDeleterclassDeleter()ClassGetterclassGetter()SchemaGettergetter()PropertyCreatorpropertyCreator()ShardsGettershardsGetter()ShardsUpdatershardsUpdater()ShardUpdatershardUpdater()
-
-
-
Constructor Detail
-
Schema
public Schema(HttpClient httpClient, Config config)
-
-
Method Detail
-
getter
public SchemaGetter getter()
-
classGetter
public ClassGetter classGetter()
-
classCreator
public ClassCreator classCreator()
-
classDeleter
public ClassDeleter classDeleter()
-
propertyCreator
public PropertyCreator propertyCreator()
-
allDeleter
public SchemaDeleter allDeleter()
-
shardsGetter
public ShardsGetter shardsGetter()
-
shardUpdater
public ShardUpdater shardUpdater()
-
shardsUpdater
public ShardsUpdater shardsUpdater()
-
-