|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSTableIdentityIterator | |
---|---|
org.apache.cassandra.io | |
org.apache.cassandra.io.sstable |
Uses of SSTableIdentityIterator in org.apache.cassandra.io |
---|
Fields in org.apache.cassandra.io with type parameters of type SSTableIdentityIterator | |
---|---|
protected java.util.List<SSTableIdentityIterator> |
CompactionIterator.rows
|
Methods in org.apache.cassandra.io with parameters of type SSTableIdentityIterator | |
---|---|
protected boolean |
CompactionIterator.isEqual(SSTableIdentityIterator o1,
SSTableIdentityIterator o2)
|
void |
CompactionIterator.reduce(SSTableIdentityIterator current)
|
Constructor parameters in org.apache.cassandra.io with type arguments of type SSTableIdentityIterator | |
---|---|
LazilyCompactedRow(ColumnFamilyStore cfStore,
java.util.List<SSTableIdentityIterator> rows,
boolean major,
int gcBefore)
|
|
PrecompactedRow(ColumnFamilyStore cfStore,
java.util.List<SSTableIdentityIterator> rows,
boolean major,
int gcBefore)
|
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 |