All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.weaviate.client.v1.schema.model.ShardStatuses Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
package io.weaviate.client.v1.schema.model;

public interface ShardStatuses {
  String READONLY = "READONLY";
  String READY = "READY";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy