public static class WithOptionsImpl.CompactionWithImpl extends WithOptionsImpl
CompactionWithImpl class defines the "COMPACTION"
option for the "CREATE TABLE" statement.WithOptionsImpl.CompactionWithImpl, WithOptionsImpl.ReplicationWithImpl| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Constant for the compaction option name.
|
| Constructor and Description |
|---|
CompactionWithImpl(Object value)
Instantiates a new
CompactionWithImpl object. |
CompactionWithImpl(TableInfoImpl<?> tinfo,
StatementManagerImpl mgr)
Instantiates a new
CompactionWithImpl object. |
public static final String NAME
public CompactionWithImpl(Object value)
CompactionWithImpl object.value - the option's valueNullPointerException - if value is nullpublic CompactionWithImpl(TableInfoImpl<?> tinfo, StatementManagerImpl mgr)
CompactionWithImpl object.tinfo - the non-null table info for the pojo class
where to get the compaction informationmgr - the statement manager from which to extract tool optionsjavax.json.stream.JsonParsingException - if a JSON object cannot be created due to
incorrect representationCopyright (C) 2015-2017 The Helenus Driver Project Authors.