|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryPath | |
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.db.filter | |
| Uses of QueryPath in org.apache.cassandra.db |
|---|
| Fields in org.apache.cassandra.db declared as QueryPath | |
|---|---|
QueryPath |
ReadCommand.queryPath
|
| Methods in org.apache.cassandra.db with parameters of type QueryPath | |
|---|---|
void |
RowMutation.add(QueryPath path,
byte[] value,
long timestamp)
|
void |
ColumnFamily.addColumn(QueryPath path,
byte[] value,
long timestamp)
|
void |
ColumnFamily.addColumn(QueryPath path,
byte[] value,
long timestamp,
boolean deleted)
In most places the CF must be part of a QueryPath but here it is ignored. |
void |
RowMutation.delete(QueryPath path,
long timestamp)
|
ColumnFamily |
ColumnFamilyStore.getColumnFamily(java.lang.String key,
QueryPath path,
byte[] start,
byte[] finish,
boolean reversed,
int limit)
|
| Constructors in org.apache.cassandra.db with parameters of type QueryPath | |
|---|---|
ReadCommand(java.lang.String table,
java.lang.String key,
QueryPath queryPath,
byte cmdType)
|
|
SliceByNamesReadCommand(java.lang.String table,
java.lang.String key,
QueryPath path,
java.util.Collection<byte[]> columnNames)
|
|
SliceFromReadCommand(java.lang.String table,
java.lang.String key,
QueryPath path,
byte[] start,
byte[] finish,
boolean reversed,
int count)
|
|
| Uses of QueryPath in org.apache.cassandra.db.filter |
|---|
| Fields in org.apache.cassandra.db.filter declared as QueryPath | |
|---|---|
QueryPath |
QueryFilter.path
|
| Methods in org.apache.cassandra.db.filter that return QueryPath | |
|---|---|
static QueryPath |
QueryPath.column(byte[] columnName)
|
static QueryPath |
QueryPath.deserialize(java.io.DataInputStream din)
|
| Constructors in org.apache.cassandra.db.filter with parameters of type QueryPath | |
|---|---|
IdentityQueryFilter(java.lang.String key,
QueryPath path)
Only for use in testing; will read entire CF into memory. |
|
NamesQueryFilter(java.lang.String key,
QueryPath columnParent,
byte[] column)
|
|
NamesQueryFilter(java.lang.String key,
QueryPath columnParent,
java.util.SortedSet<byte[]> columns)
|
|
QueryFilter(java.lang.String key,
QueryPath path)
|
|
SliceQueryFilter(java.lang.String key,
QueryPath columnParent,
byte[] start,
byte[] finish,
boolean reversed,
int count)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||