| Package | Description | 
|---|---|
| org.apache.cassandra.thrift | 
| Modifier and Type | Field and Description | 
|---|---|
| NotFoundException | Cassandra.get_result. nfe | 
| NotFoundException | Cassandra.describe_keyspace_result. nfe | 
| Modifier and Type | Method and Description | 
|---|---|
| NotFoundException | NotFoundException. deepCopy() | 
| NotFoundException | Cassandra.get_result. getNfe() | 
| NotFoundException | Cassandra.describe_keyspace_result. getNfe() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| KsDef | CassandraServer. describe_keyspace(java.lang.String keyspaceName) | 
| 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() | 
| Constructor and Description | 
|---|
| describe_keyspace_result(KsDef success,
                        NotFoundException nfe,
                        InvalidRequestException ire) | 
| get_result(ColumnOrSuperColumn success,
          InvalidRequestException ire,
          NotFoundException nfe,
          UnavailableException ue,
          TimedOutException te) | 
| NotFoundException(NotFoundException other)Performs a deep copy on other. | 
Copyright © 2018 The Apache Software Foundation