Interface KeyspaceDescriptor

All Known Implementing Classes:
CreateKeyspaceSpecification

public interface KeyspaceDescriptor
Describes a Keyspace.
Author:
John McPeek, Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    com.datastax.oss.driver.api.core.CqlIdentifier
    Returns the name of the table.
    Returns an unmodifiable Map of keyspace options.
  • Method Details

    • getName

      com.datastax.oss.driver.api.core.CqlIdentifier getName()
      Returns the name of the table.
    • getOptions

      Map<String,Object> getOptions()
      Returns an unmodifiable Map of keyspace options.