org.apache.cassandra.config
Class RawColumnFamily

java.lang.Object
  extended by org.apache.cassandra.config.RawColumnFamily

Deprecated. Yaml configuration for Keyspaces and ColumnFamilies is deprecated in 0.7

public class RawColumnFamily
extends java.lang.Object


Field Summary
 RawColumnDefinition[] column_metadata
          Deprecated.  
 ColumnFamilyType column_type
          Deprecated.  
 java.lang.String comment
          Deprecated.  
 java.lang.String compare_subcolumns_with
          Deprecated.  
 java.lang.String compare_with
          Deprecated.  
 java.lang.String default_validation_class
          Deprecated.  
 int gc_grace_seconds
          Deprecated.  
 int key_cache_save_period_in_seconds
          Deprecated.  
 double keys_cached
          Deprecated.  
 int max_compaction_threshold
          Deprecated.  
 int memtable_flush_after_mins
          Deprecated.  
 java.lang.Double memtable_operations_in_millions
          Deprecated.  
 java.lang.Integer memtable_throughput_in_mb
          Deprecated.  
 int min_compaction_threshold
          Deprecated.  
 java.lang.String name
          Deprecated.  
 double read_repair_chance
          Deprecated.  
 int row_cache_save_period_in_seconds
          Deprecated.  
 double rows_cached
          Deprecated.  
 
Constructor Summary
RawColumnFamily()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Deprecated. 

column_type

public ColumnFamilyType column_type
Deprecated. 

compare_with

public java.lang.String compare_with
Deprecated. 

compare_subcolumns_with

public java.lang.String compare_subcolumns_with
Deprecated. 

comment

public java.lang.String comment
Deprecated. 

rows_cached

public double rows_cached
Deprecated. 

keys_cached

public double keys_cached
Deprecated. 

read_repair_chance

public double read_repair_chance
Deprecated. 

gc_grace_seconds

public int gc_grace_seconds
Deprecated. 

default_validation_class

public java.lang.String default_validation_class
Deprecated. 

min_compaction_threshold

public int min_compaction_threshold
Deprecated. 

max_compaction_threshold

public int max_compaction_threshold
Deprecated. 

column_metadata

public RawColumnDefinition[] column_metadata
Deprecated. 

row_cache_save_period_in_seconds

public int row_cache_save_period_in_seconds
Deprecated. 

key_cache_save_period_in_seconds

public int key_cache_save_period_in_seconds
Deprecated. 

memtable_flush_after_mins

public int memtable_flush_after_mins
Deprecated. 

memtable_throughput_in_mb

public java.lang.Integer memtable_throughput_in_mb
Deprecated. 

memtable_operations_in_millions

public java.lang.Double memtable_operations_in_millions
Deprecated. 
Constructor Detail

RawColumnFamily

public RawColumnFamily()
Deprecated. 


Copyright © 2011 The Apache Software Foundation