Interface KeyspaceDescriptor
- All Known Implementing Classes:
CreateKeyspaceSpecification
public interface KeyspaceDescriptor
Describes a Keyspace.
- Author:
- John McPeek, Mark Paluch
-
Method Summary
-
Method Details
-
getName
com.datastax.oss.driver.api.core.CqlIdentifier getName()Returns the name of the table. -
getOptions
Returns an unmodifiableMap
of keyspace options.
-