public class SchemaManager extends Object implements AutoCloseable
| Constructor and Description |
|---|
SchemaManager(String keyspace,
String host,
int port,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
create(Schema schema) |
void |
create(Schema schema,
boolean ifNotExists) |
public void create(Schema schema) throws IOException
IOExceptionpublic void create(Schema schema, boolean ifNotExists) throws IOException
IOExceptionpublic void close()
close in interface AutoCloseableCopyright © 2016. All rights reserved.