public abstract static class ColumnCondition.Bound
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ColumnDefinition |
column |
Modifier | Constructor and Description |
---|---|
protected |
ColumnCondition.Bound(ColumnDefinition column) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
appliesTo(Composite rowPrefix,
ColumnFamily current,
long now)
Validates whether this condition applies to
current . |
protected java.util.Iterator<Cell> |
collectionColumns(CellName collection,
ColumnFamily cf,
long now) |
protected boolean |
equalsValue(java.nio.ByteBuffer value,
Cell c,
AbstractType<?> type,
long now) |
java.nio.ByteBuffer |
getCollectionElementValue() |
public final ColumnDefinition column
protected ColumnCondition.Bound(ColumnDefinition column)
public abstract boolean appliesTo(Composite rowPrefix, ColumnFamily current, long now) throws InvalidRequestException
current
.InvalidRequestException
public java.nio.ByteBuffer getCollectionElementValue()
protected boolean equalsValue(java.nio.ByteBuffer value, Cell c, AbstractType<?> type, long now)
protected java.util.Iterator<Cell> collectionColumns(CellName collection, ColumnFamily cf, long now)
Copyright © 2014 The Apache Software Foundation