|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotFoundException | |
|---|---|
| org.scale7.cassandra.pelops | |
| Uses of NotFoundException in org.scale7.cassandra.pelops |
|---|
| Methods in org.scale7.cassandra.pelops that throw NotFoundException | |
|---|---|
org.apache.cassandra.thrift.Column |
Selector.getColumnFromRow(String columnFamily,
Bytes rowKey,
Bytes colName,
org.apache.cassandra.thrift.ConsistencyLevel cLevel)
Retrieve a column from a row. |
org.apache.cassandra.thrift.Column |
Selector.getColumnFromRow(String columnFamily,
String rowKey,
Bytes colName,
org.apache.cassandra.thrift.ConsistencyLevel cLevel)
Retrieve a column from a row. |
org.apache.cassandra.thrift.Column |
Selector.getColumnFromRow(String columnFamily,
String rowKey,
String colName,
org.apache.cassandra.thrift.ConsistencyLevel cLevel)
Retrieve a column from a row. |
org.apache.cassandra.thrift.Column |
Selector.getSubColumnFromRow(String columnFamily,
Bytes rowKey,
Bytes superColName,
Bytes subColName,
org.apache.cassandra.thrift.ConsistencyLevel cLevel)
Retrieve a sub column from a super column in a row. |
org.apache.cassandra.thrift.Column |
Selector.getSubColumnFromRow(String columnFamily,
String rowKey,
Bytes superColName,
Bytes subColName,
org.apache.cassandra.thrift.ConsistencyLevel cLevel)
Retrieve a sub column from a super column in a row. |
org.apache.cassandra.thrift.Column |
Selector.getSubColumnFromRow(String columnFamily,
String rowKey,
Bytes superColName,
String subColName,
org.apache.cassandra.thrift.ConsistencyLevel cLevel)
Retrieve a sub column from a super column in a row. |
org.apache.cassandra.thrift.Column |
Selector.getSubColumnFromRow(String columnFamily,
String rowKey,
String superColName,
Bytes subColName,
org.apache.cassandra.thrift.ConsistencyLevel cLevel)
Retrieve a sub column from a super column in a row. |
org.apache.cassandra.thrift.Column |
Selector.getSubColumnFromRow(String columnFamily,
String rowKey,
String superColName,
String subColName,
org.apache.cassandra.thrift.ConsistencyLevel cLevel)
Retrieve a sub column from a super column in a row. |
org.apache.cassandra.thrift.SuperColumn |
Selector.getSuperColumnFromRow(String columnFamily,
Bytes rowKey,
Bytes superColName,
org.apache.cassandra.thrift.ConsistencyLevel cLevel)
Retrieve a super column from a row. |
org.apache.cassandra.thrift.SuperColumn |
Selector.getSuperColumnFromRow(String columnFamily,
String rowKey,
Bytes superColName,
org.apache.cassandra.thrift.ConsistencyLevel cLevel)
Retrieve a super column from a row. |
org.apache.cassandra.thrift.SuperColumn |
Selector.getSuperColumnFromRow(String columnFamily,
String rowKey,
String superColName,
org.apache.cassandra.thrift.ConsistencyLevel cLevel)
Retrieve a super column from a row. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||