public class KeyspaceWithImpl extends Object implements KeyspaceWith
KeyspaceWithImpl class defines options to be used when
creating keyspaces.| Modifier and Type | Class and Description |
|---|---|
static class |
KeyspaceWithImpl.ReplicationWithImpl
The
ReplicationWithImpl class defines the "REPLICATION"
option for the "CREATE KEYSPACE" statement. |
| Constructor and Description |
|---|
KeyspaceWithImpl(String name,
Object value)
Instantiates a new
KeyspaceWithImpl object. |
public KeyspaceWithImpl(String name, Object value)
KeyspaceWithImpl object.name - the name of the optionvalue - the option's valueNullPointerException - if name or value
is nullpublic String getName()
Copyright (C) 2015-2015 The Helenus Driver Project Authors.