public interface ColumnFamilyDefinition
String getKeyspaceName()
void setKeyspaceName(String keyspaceName)
String getName()
void setName(String name)
ColumnType getColumnType()
void setColumnType(ColumnType columnType)
ComparatorType getComparatorType()
void setComparatorType(ComparatorType comparitorType)
ComparatorType getSubComparatorType()
void setSubComparatorType(ComparatorType subComparitorType)
String getComparatorTypeAlias()
void setComparatorTypeAlias(String alias)
(TypeName1, TypeName2, ...).alias - An alias String defining the comparator to be used for the row keys.String getSubComparatorTypeAlias()
void setSubComparatorTypeAlias(String alias)
String getComment()
void setComment(String comment)
double getRowCacheSize()
void setRowCacheSize(double rowCacheSize)
int getRowCacheSavePeriodInSeconds()
void setRowCacheSavePeriodInSeconds(int rowCacheSavePeriodInSeconds)
int getKeyCacheSavePeriodInSeconds()
void setKeyCacheSavePeriodInSeconds(int keyCacheSavePeriodInSeconds)
double getKeyCacheSize()
void setKeyCacheSize(double keyCacheSize)
String getKeyValidationClass()
void setKeyValidationClass(String keyValidationClass)
String getKeyValidationAlias()
void setKeyValidationAlias(String keyValidationAlias)
double getReadRepairChance()
void setReadRepairChance(double readRepairChance)
List<ColumnDefinition> getColumnMetadata()
void addColumnDefinition(ColumnDefinition columnDefinition)
int getGcGraceSeconds()
void setGcGraceSeconds(int gcGraceSeconds)
String getDefaultValidationClass()
void setDefaultValidationClass(String defaultValidationClass)
int getId()
void setId(int id)
int getMaxCompactionThreshold()
void setMaxCompactionThreshold(int maxCompactionThreshold)
int getMinCompactionThreshold()
void setMinCompactionThreshold(int minCompactionThreshold)
double getMemtableOperationsInMillions()
void setMemtableOperationsInMillions(double memtableOperationsInMillions)
int getMemtableThroughputInMb()
void setMemtableThroughputInMb(int memtableThroughputInMb)
int getMemtableFlushAfterMins()
void setMemtableFlushAfterMins(int memtableFlushAfterMins)
boolean isReplicateOnWrite()
void setReplicateOnWrite(boolean replicateOnWrite)
String getCompactionStrategy()
void setCompactionStrategy(String strategy)
void setCompactionStrategyOptions(Map<String,String> compactionStrategyOptions)
double getMergeShardsChance()
void setMergeShardsChance(double mergeShardsChance)
String getRowCacheProvider()
void setRowCacheProvider(String rowCacheProvider)
ByteBuffer getKeyAlias()
void setKeyAlias(ByteBuffer keyAlias)
int getRowCacheKeysToSave()
void setRowCacheKeysToSave(int rowCacheKeysToSave)
Copyright © 2014. All Rights Reserved.