public class ColumnFamilyModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REVERSED_QUALIFIER |
| Constructor and Description |
|---|
ColumnFamilyModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumnMetadata(ColumnMetadataModel columnMetadata) |
List<ColumnMetadataModel> |
getColumnsMetadata() |
String |
getComment() |
String |
getCompactionStrategy() |
List<CompactionStrategyOptionModel> |
getCompactionStrategyOptions() |
me.prettyprint.hector.api.ddl.ComparatorType |
getComparatorType() |
String |
getComparatorTypeAlias() |
me.prettyprint.hector.api.ddl.ComparatorType |
getDefaultColumnValueType() |
Integer |
getGcGraceSeconds() |
me.prettyprint.hector.api.ddl.ComparatorType |
getKeyType() |
String |
getKeyTypeAlias() |
Integer |
getMaxCompactionThreshold() |
Integer |
getMinCompactionThreshold() |
String |
getName() |
Double |
getReadRepairChance() |
Boolean |
getReplicationOnWrite() |
List<RowModel> |
getRows() |
me.prettyprint.hector.api.ddl.ComparatorType |
getSubComparatorType() |
me.prettyprint.hector.api.ddl.ColumnType |
getType() |
boolean |
isCounter() |
void |
setColumnsMetadata(List<ColumnMetadataModel> columnsMetadata) |
void |
setComment(String comment) |
void |
setCompactionStrategy(String compactionStrategy) |
void |
setCompactionStrategyOptions(List<CompactionStrategyOptionModel> compactionStrategyOptions) |
void |
setComparatorType(me.prettyprint.hector.api.ddl.ComparatorType comparatorType) |
void |
setComparatorTypeAlias(String comparatorTypeAlias) |
void |
setDefaultColumnValueType(me.prettyprint.hector.api.ddl.ComparatorType defaultColumnValueType) |
void |
setGcGraceSeconds(Integer gcGraceSeconds) |
void |
setKeyType(me.prettyprint.hector.api.ddl.ComparatorType keyType) |
void |
setKeyTypeAlias(String keyTypeAlias) |
void |
setMaxCompactionThreshold(Integer maxCompactionThreshold) |
void |
setMinCompactionThreshold(Integer minCompactionThreshold) |
void |
setName(String name) |
void |
setReadRepairChance(Double readRepairChance) |
void |
setReplicationOnWrite(Boolean replicationOnWrite) |
void |
setRows(List<RowModel> rows) |
void |
setSubComparatorType(me.prettyprint.hector.api.ddl.ComparatorType subComparatorType) |
void |
setType(me.prettyprint.hector.api.ddl.ColumnType type) |
public static final String REVERSED_QUALIFIER
public String getName()
public void setName(String name)
public me.prettyprint.hector.api.ddl.ColumnType getType()
public void setType(me.prettyprint.hector.api.ddl.ColumnType type)
public void setKeyType(me.prettyprint.hector.api.ddl.ComparatorType keyType)
public me.prettyprint.hector.api.ddl.ComparatorType getKeyType()
public void setComparatorType(me.prettyprint.hector.api.ddl.ComparatorType comparatorType)
public me.prettyprint.hector.api.ddl.ComparatorType getComparatorType()
public void setSubComparatorType(me.prettyprint.hector.api.ddl.ComparatorType subComparatorType)
public me.prettyprint.hector.api.ddl.ComparatorType getSubComparatorType()
public void setDefaultColumnValueType(me.prettyprint.hector.api.ddl.ComparatorType defaultColumnValueType)
public me.prettyprint.hector.api.ddl.ComparatorType getDefaultColumnValueType()
public boolean isCounter()
public List<ColumnMetadataModel> getColumnsMetadata()
public void setColumnsMetadata(List<ColumnMetadataModel> columnsMetadata)
public void addColumnMetadata(ColumnMetadataModel columnMetadata)
public String getComparatorTypeAlias()
public void setComparatorTypeAlias(String comparatorTypeAlias)
public String getKeyTypeAlias()
public void setKeyTypeAlias(String keyTypeAlias)
public String getComment()
public void setComment(String comment)
public String getCompactionStrategy()
public void setCompactionStrategy(String compactionStrategy)
public List<CompactionStrategyOptionModel> getCompactionStrategyOptions()
public void setCompactionStrategyOptions(List<CompactionStrategyOptionModel> compactionStrategyOptions)
public Integer getGcGraceSeconds()
public void setGcGraceSeconds(Integer gcGraceSeconds)
public Integer getMaxCompactionThreshold()
public void setMaxCompactionThreshold(Integer maxCompactionThreshold)
public Integer getMinCompactionThreshold()
public void setMinCompactionThreshold(Integer minCompactionThreshold)
public Double getReadRepairChance()
public void setReadRepairChance(Double readRepairChance)
public Boolean getReplicationOnWrite()
public void setReplicationOnWrite(Boolean replicationOnWrite)
Copyright © 2016. All rights reserved.