Java org.springframework.data.cassandra.config SchemaAction fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.cassandra.config SchemaAction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.cassandra.config SchemaAction.

The text is from its open source code.

Field

SchemaActionNONE
Take no schema actions.
SchemaActionRECREATE
Create each table as necessary, dropping the table first if it exists.
SchemaActionRECREATE_DROP_UNUSED
Drop all tables in the keyspace, then create each table as necessary.