Class KeyspaceActions
java.lang.Object
org.springframework.data.cassandra.config.KeyspaceActions
Collection of
KeyspaceActionSpecification
s. Wraps none, one or multiple keyspace actions (creates, drops).- Since:
- 2.0
- Author:
- Mark Paluch
-
Constructor Summary
ConstructorDescriptionKeyspaceActions
(List<KeyspaceActionSpecification> actions) KeyspaceActions
(KeyspaceActionSpecification... actions) -
Method Summary