class ColumnFamily extends Model (View source)

Properties

protected $gcRuleType
protected $gcRuleDataType
protected $statsType
protected $statsDataType
protected $valueTypeType
protected $valueTypeDataType

Methods

setGcRule(GcRule $gcRule)

No description

getGcRule()

No description

setStats(ColumnFamilyStats $stats)

No description

getStats()

No description

setValueType(Type $valueType)

No description

getValueType()

No description

Details

setGcRule(GcRule $gcRule)

No description

Parameters

GcRule $gcRule

GcRule getGcRule()

No description

Return Value

GcRule

setStats(ColumnFamilyStats $stats)

No description

Parameters

ColumnFamilyStats $stats

ColumnFamilyStats getStats()

No description

Return Value

ColumnFamilyStats

setValueType(Type $valueType)

No description

Parameters

Type $valueType

Type getValueType()

No description

Return Value

Type