org.cassandraunit.model
Class ColumnFamilyModel
java.lang.Object
org.cassandraunit.model.ColumnFamilyModel
public class ColumnFamilyModel
- extends Object
- Author:
- Jeremy Sevellec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnFamilyModel
public ColumnFamilyModel()
getName
public String getName()
setName
public void setName(String name)
getType
public me.prettyprint.hector.api.ddl.ColumnType getType()
setType
public void setType(me.prettyprint.hector.api.ddl.ColumnType type)
setKeyType
public void setKeyType(me.prettyprint.hector.api.ddl.ComparatorType keyType)
getKeyType
public me.prettyprint.hector.api.ddl.ComparatorType getKeyType()
setComparatorType
public void setComparatorType(me.prettyprint.hector.api.ddl.ComparatorType comparatorType)
getComparatorType
public me.prettyprint.hector.api.ddl.ComparatorType getComparatorType()
setSubComparatorType
public void setSubComparatorType(me.prettyprint.hector.api.ddl.ComparatorType subComparatorType)
getSubComparatorType
public me.prettyprint.hector.api.ddl.ComparatorType getSubComparatorType()
setRows
public void setRows(List<RowModel> rows)
getRows
public List<RowModel> getRows()
setDefaultColumnValueType
public void setDefaultColumnValueType(me.prettyprint.hector.api.ddl.ComparatorType defaultColumnValueType)
getDefaultColumnValueType
public me.prettyprint.hector.api.ddl.ComparatorType getDefaultColumnValueType()
isCounter
public boolean isCounter()
getColumnsMetadata
public List<ColumnMetadata> getColumnsMetadata()
setColumnsMetadata
public void setColumnsMetadata(List<ColumnMetadata> columnsMetadata)
addColumnMetadata
public void addColumnMetadata(ColumnMetadata columnMetadata)
getComparatorTypeAlias
public String getComparatorTypeAlias()
setComparatorTypeAlias
public void setComparatorTypeAlias(String comparatorTypeAlias)
getKeyTypeAlias
public String getKeyTypeAlias()
setKeyTypeAlias
public void setKeyTypeAlias(String keyTypeAlias)
Copyright © 2012. All Rights Reserved.