public class ColumnStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
columnCount
how many columns are there in the row
|
long |
maxTimestamp |
long |
minTimestamp
the largest (client-supplied) timestamp in the row
|
StreamingHistogram |
tombstoneHistogram
histogram of tombstone drop time
|
Constructor and Description |
---|
ColumnStats(int columnCount,
long minTimestamp,
long maxTimestamp,
StreamingHistogram tombstoneHistogram) |
public final int columnCount
public final long minTimestamp
public final long maxTimestamp
public final StreamingHistogram tombstoneHistogram
public ColumnStats(int columnCount, long minTimestamp, long maxTimestamp, StreamingHistogram tombstoneHistogram)
Copyright © 2013 The Apache Software Foundation