public static class WithOptionsImpl.ReplicationWithImpl extends WithOptionsImpl
ReplicationWithImpl class defines the "REPLICATION"
option for the "CREATE KEYSPACE" statement.WithOptionsImpl.CompactionWithImpl, WithOptionsImpl.ReplicationWithImpl| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Constant for the replication option name.
|
| Constructor and Description |
|---|
ReplicationWithImpl(ClassInfoImpl<?> cinfo,
StatementManagerImpl mgr)
Instantiates a new
ReplicationWithImpl object. |
ReplicationWithImpl(Object value)
Instantiates a new
ReplicationWithImpl object. |
public static final String NAME
public ReplicationWithImpl(Object value)
ReplicationWithImpl object.value - the option's valueNullPointerException - if value is nullpublic ReplicationWithImpl(ClassInfoImpl<?> cinfo, StatementManagerImpl mgr)
ReplicationWithImpl object.cinfo - the non-null class info for the pojo class
where to get the replication informationmgr - the statement manager from which to extract tool optionsCopyright (C) 2015-2017 The Helenus Driver Project Authors.