Class SchemaUtil

java.lang.Object
org.springframework.ai.cassandra.SchemaUtil

public final class SchemaUtil extends Object
Utility class for working with Cassandra schema.
Since:
1.0.0
Author:
Mick Semb Wever
  • 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)