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

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 Cassandra.Iface.describe_keyspace(java.lang.String keyspace)
          describe specified keyspace
 KsDef Cassandra.Client.describe_keyspace(java.lang.String keyspace)
           
 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 © 2013 The Apache Software Foundation