Uses of Class
org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result

Packages that use Cassandra.system_drop_keyspace_result
org.apache.cassandra.thrift   
 

Uses of Cassandra.system_drop_keyspace_result in org.apache.cassandra.thrift
 

Methods in org.apache.cassandra.thrift that return Cassandra.system_drop_keyspace_result
 Cassandra.system_drop_keyspace_result Cassandra.system_drop_keyspace_result.deepCopy()
           
 Cassandra.system_drop_keyspace_result Cassandra.system_drop_keyspace_result.setIre(InvalidRequestException ire)
           
 Cassandra.system_drop_keyspace_result Cassandra.system_drop_keyspace_result.setSde(SchemaDisagreementException sde)
           
 Cassandra.system_drop_keyspace_result Cassandra.system_drop_keyspace_result.setSuccess(java.lang.String success)
           
 

Methods in org.apache.cassandra.thrift with parameters of type Cassandra.system_drop_keyspace_result
 int Cassandra.system_drop_keyspace_result.compareTo(Cassandra.system_drop_keyspace_result other)
           
 boolean Cassandra.system_drop_keyspace_result.equals(Cassandra.system_drop_keyspace_result that)
           
 

Constructors in org.apache.cassandra.thrift with parameters of type Cassandra.system_drop_keyspace_result
Cassandra.system_drop_keyspace_result(Cassandra.system_drop_keyspace_result other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation