|
||||||||||
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,
ClockType clockType,
AbstractType comparator,
AbstractType subcolumnComparator,
AbstractReconciler reconciler,
java.lang.String comment,
double rowCacheSize,
boolean preloadRowCache,
double keyCacheSize,
double readRepairChance,
int gcGraceSeconds,
java.util.Map<byte[],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,
ClockType clockType,
AbstractType comparator,
AbstractType subcolumnComparator,
AbstractReconciler reconciler,
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 |