Package org.springframework.ai.cassandra
Class SchemaUtil
java.lang.Object
org.springframework.ai.cassandra.SchemaUtil
Utility class for working with Cassandra schema.
- Since:
- 1.0.0
- Author:
- Mick Semb Wever
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkSchemaAgreement
(com.datastax.oss.driver.api.core.CqlSession session) static void
ensureKeyspaceExists
(com.datastax.oss.driver.api.core.CqlSession session, String keyspaceName)
-
Method Details
-
checkSchemaAgreement
public static void checkSchemaAgreement(com.datastax.oss.driver.api.core.CqlSession session) throws IllegalStateException - Throws:
IllegalStateException
-
ensureKeyspaceExists
public static void ensureKeyspaceExists(com.datastax.oss.driver.api.core.CqlSession session, String keyspaceName)
-