public static class KeyspaceWithImpl.ReplicationWithImpl extends KeyspaceWithImpl
ReplicationWithImpl class defines the "REPLICATION"
option for the "CREATE KEYSPACE" statement.KeyspaceWithImpl.ReplicationWithImpl| Constructor and Description |
|---|
ReplicationWithImpl(ClassInfoImpl<?> cinfo,
StatementManagerImpl mgr)
Instantiates a new
ReplicationWithImpl object. |
ReplicationWithImpl(Object value)
Instantiates a new
ReplicationWithImpl object. |
public ReplicationWithImpl(Object value)
ReplicationWithImpl object.value - the option's valueNullPointerException - if name or 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-2015 The Helenus Driver Project Authors.