Class KeyspaceActionSpecification
java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.KeyspaceActionSpecification
- Direct Known Subclasses:
DropKeyspaceSpecification
,KeyspaceOptionsSpecification
Base value object to support the construction of keyspace specifications.
- Author:
- John McPeek, David Webb
-
Constructor Summary
ModifierConstructorDescriptionprotected
KeyspaceActionSpecification
(com.datastax.oss.driver.api.core.CqlIdentifier name) -
Method Summary
-
Constructor Details
-
KeyspaceActionSpecification
protected KeyspaceActionSpecification(com.datastax.oss.driver.api.core.CqlIdentifier name)
-
-
Method Details