|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClockType | |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.db |
Uses of ClockType in org.apache.cassandra.config |
---|
Fields in org.apache.cassandra.config declared as ClockType | |
---|---|
ClockType |
CFMetaData.clockType
|
Methods in org.apache.cassandra.config that return ClockType | |
---|---|
static ClockType |
DatabaseDescriptor.getClockType(java.lang.String tableName,
java.lang.String cfName)
|
Constructors in org.apache.cassandra.config with parameters of type ClockType | |
---|---|
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,
AbstractType defaultValidator,
int minCompactionThreshold,
int maxCompactionThreshold,
java.util.Map<byte[],ColumnDefinition> column_metadata)
|
Uses of ClockType in org.apache.cassandra.db |
---|
Methods in org.apache.cassandra.db that return ClockType | |
---|---|
static ClockType |
ClockType.create(java.lang.String name)
|
ClockType |
ColumnFamily.getClockType()
|
ClockType |
IClock.type()
|
ClockType |
TimestampClock.type()
|
static ClockType |
ClockType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ClockType[] |
ClockType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.cassandra.db with parameters of type ClockType | |
---|---|
static org.apache.cassandra.db.SuperColumnSerializer |
SuperColumn.serializer(AbstractType comparator,
ClockType clockType,
AbstractReconciler reconciler)
|
static ColumnSerializer |
Column.serializer(ClockType clockType)
|
Constructors in org.apache.cassandra.db with parameters of type ClockType | |
---|---|
ColumnFamily(ColumnFamilyType type,
ClockType clockType,
AbstractType comparator,
AbstractType subcolumnComparator,
AbstractReconciler reconciler,
java.lang.Integer cfid)
|
|
ColumnSerializer(ClockType clockType)
|
|
SuperColumn(byte[] name,
AbstractType comparator,
ClockType clockType,
AbstractReconciler reconciler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |