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