public abstract class AbstractCompactedRow
extends java.lang.Object
implements java.io.Closeable
Modifier and Type | Field and Description |
---|---|
DecoratedKey |
key |
Constructor and Description |
---|
AbstractCompactedRow(DecoratedKey key) |
Modifier and Type | Method and Description |
---|---|
abstract ColumnStats |
columnStats() |
abstract void |
update(java.security.MessageDigest digest)
update @param digest with the data bytes of the row (not including row key or row size).
|
abstract RowIndexEntry |
write(long currentPosition,
java.io.DataOutput out)
write the row (size + column index + filter + column data, but NOT row key) to @param out.
|
public final DecoratedKey key
public AbstractCompactedRow(DecoratedKey key)
public abstract RowIndexEntry write(long currentPosition, java.io.DataOutput out) throws java.io.IOException
java.io.IOException
public abstract void update(java.security.MessageDigest digest)
public abstract ColumnStats columnStats()
Copyright © 2013 The Apache Software Foundation