Uses of Class
com.datastax.driver.core.KeyspaceMetadata

Packages that use KeyspaceMetadata
com.datastax.driver.core The main package for the DataStax Java driver for Cassandra. 
 

Uses of KeyspaceMetadata in com.datastax.driver.core
 

Methods in com.datastax.driver.core that return KeyspaceMetadata
 KeyspaceMetadata TableMetadata.getKeyspace()
          Returns the keyspace this table belong to.
 KeyspaceMetadata Metadata.getKeyspace(String keyspace)
          Returns the metadata of a keyspace given its name.
 

Methods in com.datastax.driver.core that return types with arguments of type KeyspaceMetadata
 List<KeyspaceMetadata> Metadata.getKeyspaces()
          Returns a list of all the defined keyspaces.
 



Copyright © 2013. All Rights Reserved.