Uses of Class
org.apache.cassandra.thrift.KsDef

Packages that use KsDef
org.apache.cassandra.thrift   
 

Uses of KsDef in org.apache.cassandra.thrift
 

Fields in org.apache.cassandra.thrift declared as KsDef
 KsDef Cassandra.system_add_keyspace_args.ks_def
           
 

Methods in org.apache.cassandra.thrift that return KsDef
 KsDef KsDef.clone()
          Deprecated. 
 KsDef KsDef.deepCopy()
           
 KsDef Cassandra.system_add_keyspace_args.getKs_def()
           
 KsDef KsDef.setCf_defs(java.util.List<CfDef> cf_defs)
           
 KsDef KsDef.setName(java.lang.String name)
           
 KsDef KsDef.setReplication_factor(int replication_factor)
           
 KsDef KsDef.setStrategy_class(java.lang.String strategy_class)
           
 KsDef KsDef.setStrategy_options(java.util.Map<java.lang.String,java.lang.String> strategy_options)
           
 

Methods in org.apache.cassandra.thrift with parameters of type KsDef
 int KsDef.compareTo(KsDef other)
           
 boolean KsDef.equals(KsDef that)
           
 void Cassandra.Client.send_system_add_keyspace(KsDef ks_def)
           
 Cassandra.system_add_keyspace_args Cassandra.system_add_keyspace_args.setKs_def(KsDef ks_def)
           
 java.lang.String CassandraServer.system_add_keyspace(KsDef ks_def)
           
 java.lang.String Cassandra.Iface.system_add_keyspace(KsDef ks_def)
          adds a keyspace and any column families that are part of it.
 java.lang.String Cassandra.Client.system_add_keyspace(KsDef ks_def)
           
 void Cassandra.AsyncIface.system_add_keyspace(KsDef ks_def, org.apache.thrift.async.AsyncMethodCallback<Cassandra.AsyncClient.system_add_keyspace_call> resultHandler)
           
 void Cassandra.AsyncClient.system_add_keyspace(KsDef ks_def, org.apache.thrift.async.AsyncMethodCallback<Cassandra.AsyncClient.system_add_keyspace_call> resultHandler)
           
 

Constructors in org.apache.cassandra.thrift with parameters of type KsDef
Cassandra.AsyncClient.system_add_keyspace_call(KsDef ks_def, org.apache.thrift.async.AsyncMethodCallback<Cassandra.AsyncClient.system_add_keyspace_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
Cassandra.system_add_keyspace_args(KsDef ks_def)
           
KsDef(KsDef other)
          Performs a deep copy on other.
 



Copyright © 2010 The Apache Software Foundation