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

Packages that use NotFoundException
org.apache.cassandra.cli   
org.apache.cassandra.thrift   
 

Uses of NotFoundException in org.apache.cassandra.cli
 

Methods in org.apache.cassandra.cli that throw NotFoundException
 void CliClient.executeCLIStmt(java.lang.String stmt)
           
 

Uses of NotFoundException in org.apache.cassandra.thrift
 

Fields in org.apache.cassandra.thrift declared as NotFoundException
 NotFoundException Cassandra.get_result.nfe
           
 NotFoundException Cassandra.describe_keyspace_result.nfe
           
 

Methods in org.apache.cassandra.thrift that return NotFoundException
 NotFoundException NotFoundException.clone()
          Deprecated. 
 NotFoundException NotFoundException.deepCopy()
           
 NotFoundException Cassandra.get_result.getNfe()
           
 NotFoundException Cassandra.describe_keyspace_result.getNfe()
           
 

Methods in org.apache.cassandra.thrift with parameters of type NotFoundException
 int NotFoundException.compareTo(NotFoundException other)
           
 boolean NotFoundException.equals(NotFoundException that)
           
 Cassandra.get_result Cassandra.get_result.setNfe(NotFoundException nfe)
           
 Cassandra.describe_keyspace_result Cassandra.describe_keyspace_result.setNfe(NotFoundException nfe)
           
 

Methods in org.apache.cassandra.thrift that throw NotFoundException
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> CassandraServer.describe_keyspace(java.lang.String table)
           
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> Cassandra.Iface.describe_keyspace(java.lang.String keyspace)
          describe specified keyspace
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> Cassandra.Client.describe_keyspace(java.lang.String keyspace)
           
 ColumnOrSuperColumn CassandraServer.get(java.lang.String table, java.lang.String key, ColumnPath column_path, ConsistencyLevel consistency_level)
           
 ColumnOrSuperColumn Cassandra.Iface.get(java.lang.String keyspace, java.lang.String key, ColumnPath column_path, ConsistencyLevel consistency_level)
          Get the Column or SuperColumn at the given column_path.
 ColumnOrSuperColumn Cassandra.Client.get(java.lang.String keyspace, java.lang.String key, ColumnPath column_path, ConsistencyLevel consistency_level)
           
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> Cassandra.Client.recv_describe_keyspace()
           
 ColumnOrSuperColumn Cassandra.Client.recv_get()
           
 

Constructors in org.apache.cassandra.thrift with parameters of type NotFoundException
Cassandra.describe_keyspace_result(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> success, NotFoundException nfe)
           
Cassandra.get_result(ColumnOrSuperColumn success, InvalidRequestException ire, NotFoundException nfe, UnavailableException ue, TimedOutException te)
           
NotFoundException(NotFoundException other)
          Performs a deep copy on other.
 



Copyright © 2010 The Apache Software Foundation