public class ColumnStats
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ColumnStats.MaxIntTracker |
static class |
ColumnStats.MaxLongTracker |
static class |
ColumnStats.MinLongTracker |
Modifier and Type | Field and Description |
---|---|
int |
columnCount
how many columns are there in the row
|
boolean |
hasLegacyCounterShards |
java.util.List<java.nio.ByteBuffer> |
maxColumnNames |
int |
maxLocalDeletionTime |
long |
maxTimestamp |
java.util.List<java.nio.ByteBuffer> |
minColumnNames
max and min column names according to comparator
|
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,
int maxLocalDeletionTime,
StreamingHistogram tombstoneHistogram,
java.util.List<java.nio.ByteBuffer> minColumnNames,
java.util.List<java.nio.ByteBuffer> maxColumnNames,
boolean hasLegacyCounterShards) |
public final int columnCount
public final long minTimestamp
public final long maxTimestamp
public final int maxLocalDeletionTime
public final StreamingHistogram tombstoneHistogram
public final java.util.List<java.nio.ByteBuffer> minColumnNames
public final java.util.List<java.nio.ByteBuffer> maxColumnNames
public final boolean hasLegacyCounterShards
public ColumnStats(int columnCount, long minTimestamp, long maxTimestamp, int maxLocalDeletionTime, StreamingHistogram tombstoneHistogram, java.util.List<java.nio.ByteBuffer> minColumnNames, java.util.List<java.nio.ByteBuffer> maxColumnNames, boolean hasLegacyCounterShards)
Copyright © 2016 The Apache Software Foundation