Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.columniterator | |
org.apache.cassandra.db.filter |
Modifier and Type | Field and Description |
---|---|
SliceQueryFilter |
SliceFromReadCommand.filter |
Modifier and Type | Method and Description |
---|---|
static OnDiskAtomIterator |
Memtable.getSliceIterator(DecoratedKey key,
ColumnFamily cf,
SliceQueryFilter filter)
obtain an iterator of columns in this memtable in the specified order starting from a given column.
|
Constructor and Description |
---|
RetriedSliceFromReadCommand(java.lang.String table,
java.nio.ByteBuffer key,
QueryPath path,
SliceQueryFilter filter,
int originalCount) |
SliceFromReadCommand(java.lang.String table,
java.nio.ByteBuffer key,
QueryPath path,
SliceQueryFilter filter) |
Modifier and Type | Class and Description |
---|---|
class |
IdentityQueryFilter |
Modifier and Type | Method and Description |
---|---|
SliceQueryFilter |
SliceQueryFilter.Serializer.deserialize(java.io.DataInput dis,
int version) |
SliceQueryFilter |
SliceQueryFilter.withUpdatedCount(int newCount) |
SliceQueryFilter |
SliceQueryFilter.withUpdatedSlices(ColumnSlice[] newSlices) |
Modifier and Type | Method and Description |
---|---|
void |
SliceQueryFilter.Serializer.serialize(SliceQueryFilter f,
java.io.DataOutput dos,
int version) |
long |
SliceQueryFilter.Serializer.serializedSize(SliceQueryFilter f,
int version) |
Copyright © 2013 The Apache Software Foundation