org.apache.cassandra.config
Class RawKeyspace

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

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

public class RawKeyspace
extends java.lang.Object


Field Summary
 RawColumnFamily[] column_families
          Deprecated.  
 java.lang.String name
          Deprecated.  
 java.lang.String replica_placement_strategy
          Deprecated.  
 java.lang.Integer replication_factor
          Deprecated.  
 java.util.Map<java.lang.String,java.lang.String> strategy_options
          Deprecated.  
 
Constructor Summary
RawKeyspace()
          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. 

replica_placement_strategy

public java.lang.String replica_placement_strategy
Deprecated. 

strategy_options

public java.util.Map<java.lang.String,java.lang.String> strategy_options
Deprecated. 

replication_factor

public java.lang.Integer replication_factor
Deprecated. 

column_families

public RawColumnFamily[] column_families
Deprecated. 
Constructor Detail

RawKeyspace

public RawKeyspace()
Deprecated. 


Copyright © 2011 The Apache Software Foundation