io.weaviate.client.v1.schema.model.ShardStatuses Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
A java client for Weaviate Vector Search Engine
package io.weaviate.client.v1.schema.model;
public interface ShardStatuses {
String READONLY = "READONLY";
String READY = "READY";
}