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.executeCLIStatement(java.lang.String statement)
           
 KsDef CliClient.getKSMetaData(java.lang.String keyspace)
           
static void CliMain.processStatement(java.lang.String query)
           
 void CliClient.setKeySpace(java.lang.String keySpace)
           
 

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.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
 KsDef CassandraServer.describe_keyspace(java.lang.String table)
           
 KsDef Cassandra.Iface.describe_keyspace(java.lang.String keyspace)
          describe specified keyspace
 KsDef Cassandra.Client.describe_keyspace(java.lang.String keyspace)
           
 ColumnOrSuperColumn CassandraServer.get(java.nio.ByteBuffer key, ColumnPath column_path, ConsistencyLevel consistency_level)
           
 ColumnOrSuperColumn Cassandra.Iface.get(java.nio.ByteBuffer key, ColumnPath column_path, ConsistencyLevel consistency_level)
          Get the Column or SuperColumn at the given column_path.
 ColumnOrSuperColumn Cassandra.Client.get(java.nio.ByteBuffer key, ColumnPath column_path, ConsistencyLevel consistency_level)
           
 ColumnOrSuperColumn Cassandra.AsyncClient.get_call.getResult()
           
 KsDef Cassandra.AsyncClient.describe_keyspace_call.getResult()
           
 KsDef 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(KsDef success, NotFoundException nfe, InvalidRequestException ire)
           
Cassandra.get_result(ColumnOrSuperColumn success, InvalidRequestException ire, NotFoundException nfe, UnavailableException ue, TimedOutException te)
           
NotFoundException(NotFoundException other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation