Interface CassandraSchemaManager

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface CassandraSchemaManager
    A service that when given a schema creates that schema on the Cassandra cluster.
    • Method Detail

      • create

        void create​(CassandraSchema schema)
             throws java.io.IOException
        Throws:
        java.io.IOException