# Functions
CreateKeyspace creates the keyspace on this session with the given replicas.
CreateKeyspaceNoSession is used to create a keyspace when we don't have a session.
DropKeyspace drops the given keyspace, if it exists.
LoadSchema loads the schema from the given .cql file on this keyspace using cqlsh.
NewCassandraMetadataService creates an instance of TChanMetadataServiceClient backed up by Cassandra.
NewClient returns the singleton metadata client used for communicating with the service at given port.
NewHyperbahnClient returns the singleton metadata client used for communicating with the service via hyperbahn.
# Structs
CassandraMetadataService Implements TChanMetadataServiceClient interface TODO: Convert all errors to the ones defined in the thrift API.
TestCluster contains a testing Cassandra cluster and metadata client.
# Interfaces
No description provided by the author