|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSTableIdentityIterator | |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.compaction | |
org.apache.cassandra.io.sstable |
Uses of SSTableIdentityIterator in org.apache.cassandra.db |
---|
Constructors in org.apache.cassandra.db with parameters of type SSTableIdentityIterator | |
---|---|
EchoedRow(SSTableIdentityIterator row)
|
Uses of SSTableIdentityIterator in org.apache.cassandra.db.compaction |
---|
Fields in org.apache.cassandra.db.compaction with type parameters of type SSTableIdentityIterator | |
---|---|
protected java.util.List<SSTableIdentityIterator> |
CompactionIterable.Reducer.rows
|
Methods in org.apache.cassandra.db.compaction with parameters of type SSTableIdentityIterator | |
---|---|
AbstractCompactedRow |
CompactionController.getCompactedRow(SSTableIdentityIterator row)
convenience method for single-sstable compactions |
Method parameters in org.apache.cassandra.db.compaction with type arguments of type SSTableIdentityIterator | |
---|---|
AbstractCompactedRow |
CompactionController.getCompactedRow(java.util.List<SSTableIdentityIterator> rows)
|
Constructor parameters in org.apache.cassandra.db.compaction with type arguments of type SSTableIdentityIterator | |
---|---|
PrecompactedRow(CompactionController controller,
java.util.List<SSTableIdentityIterator> rows)
|
Uses of SSTableIdentityIterator in org.apache.cassandra.io.sstable |
---|
Methods in org.apache.cassandra.io.sstable with parameters of type SSTableIdentityIterator | |
---|---|
int |
SSTableIdentityIterator.compareTo(SSTableIdentityIterator o)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |