|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnFamilyType | |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.db | |
org.apache.cassandra.thrift |
Uses of ColumnFamilyType in org.apache.cassandra.config |
---|
Fields in org.apache.cassandra.config declared as ColumnFamilyType | |
---|---|
ColumnFamilyType |
CFMetaData.cfType
|
ColumnFamilyType |
RawColumnFamily.column_type
Deprecated. |
Methods in org.apache.cassandra.config that return ColumnFamilyType | |
---|---|
static ColumnFamilyType |
DatabaseDescriptor.getColumnFamilyType(java.lang.String tableName,
java.lang.String cfName)
|
Constructors in org.apache.cassandra.config with parameters of type ColumnFamilyType | |
---|---|
CFMetaData(java.lang.String tableName,
java.lang.String cfName,
ColumnFamilyType cfType,
AbstractType comparator,
AbstractType subcolumnComparator,
java.lang.String comment,
double rowCacheSize,
double keyCacheSize,
double readRepairChance,
int gcGraceSeconds,
AbstractType defaultValidator,
int minCompactionThreshold,
int maxCompactionThreshold,
int rowCacheSavePeriodInSeconds,
int keyCacheSavePeriodInSeconds,
int memTime,
java.lang.Integer memSize,
java.lang.Double memOps,
java.util.Map<java.nio.ByteBuffer,ColumnDefinition> column_metadata)
|
Uses of ColumnFamilyType in org.apache.cassandra.db |
---|
Methods in org.apache.cassandra.db that return ColumnFamilyType | |
---|---|
static ColumnFamilyType |
ColumnFamilyType.create(java.lang.String name)
|
ColumnFamilyType |
ColumnFamily.getColumnFamilyType()
|
static ColumnFamilyType |
ColumnFamilyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ColumnFamilyType[] |
ColumnFamilyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.apache.cassandra.db with parameters of type ColumnFamilyType | |
---|---|
ColumnFamily(ColumnFamilyType type,
AbstractType comparator,
AbstractType subcolumnComparator,
java.lang.Integer cfid)
|
Uses of ColumnFamilyType in org.apache.cassandra.thrift |
---|
Methods in org.apache.cassandra.thrift that return ColumnFamilyType | |
---|---|
static ColumnFamilyType |
ThriftValidation.validateColumnFamily(java.lang.String tablename,
java.lang.String cfName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |