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,
DeletionInfo.InOrderTester tester) |
ColumnCounter |
countAll(ColumnFamily container) |
int |
ignored() |
protected static boolean |
isLive(Column column,
DeletionInfo.InOrderTester tester,
long timestamp) |
int |
live() |
protected int live
protected int ignored
protected final long timestamp
public void count(Column column, DeletionInfo.InOrderTester tester)
protected static boolean isLive(Column column, DeletionInfo.InOrderTester tester, long timestamp)
public int live()
public int ignored()
public ColumnCounter countAll(ColumnFamily container)
Copyright © 2014 The Apache Software Foundation