public class ColumnCounter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ColumnCounter.GroupByPrefix |
Modifier and Type | Field and Description |
---|---|
protected int |
ignored |
protected int |
live |
protected long |
timestamp |
Constructor and Description |
---|
ColumnCounter(long timestamp) |
Modifier and Type | Method and Description |
---|---|
void |
count(Column column,
ColumnFamily container) |
ColumnCounter |
countAll(ColumnFamily container) |
int |
ignored() |
protected static boolean |
isLive(Column column,
ColumnFamily container,
long timestamp) |
int |
live() |
protected int live
protected int ignored
protected final long timestamp
public void count(Column column, ColumnFamily container)
protected static boolean isLive(Column column, ColumnFamily container, long timestamp)
public int live()
public int ignored()
public ColumnCounter countAll(ColumnFamily container)
Copyright © 2013 The Apache Software Foundation