|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.db.filter.ColumnCounter
public class ColumnCounter
Nested Class Summary | |
---|---|
static class |
ColumnCounter.GroupByPrefix
|
Field Summary | |
---|---|
protected int |
ignored
|
protected int |
live
|
Constructor Summary | |
---|---|
ColumnCounter()
|
Method Summary | |
---|---|
void |
count(IColumn column,
IColumnContainer container)
|
int |
ignored()
|
protected static boolean |
isLive(IColumn column,
IColumnContainer container)
|
int |
live()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int live
protected int ignored
Constructor Detail |
---|
public ColumnCounter()
Method Detail |
---|
public void count(IColumn column, IColumnContainer container)
protected static boolean isLive(IColumn column, IColumnContainer container)
public int live()
public int ignored()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |