public class TemporalRow
extends java.lang.Object
TemporalRow.Resolver
to resolve if the value is an old value that has been updated; if it sorts after the
update's value, then it does not qualify.Modifier and Type | Class and Description |
---|---|
static interface |
TemporalRow.Resolver |
Modifier and Type | Field and Description |
---|---|
static TemporalRow.Resolver |
earliest |
static TemporalRow.Resolver |
latest |
int |
nowInSec |
static TemporalRow.Resolver |
oldValueIfUpdated |
Modifier and Type | Method and Description |
---|---|
void |
addCell(Cell cell,
boolean isNew) |
void |
addColumnValue(ColumnIdentifier identifier,
CellPath cellPath,
long timestamp,
int ttl,
int localDeletionTime,
java.nio.ByteBuffer value,
boolean isNew) |
Slice |
baseSlice() |
java.nio.ByteBuffer |
clusteringValue(ColumnDefinition definition,
TemporalRow.Resolver resolver) |
DeletionTime |
deletionTime(AbstractBTreePartition partition) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.util.Collection<Cell> |
values(ColumnDefinition definition,
TemporalRow.Resolver resolver) |
int |
viewClusteringLocalDeletionTime() |
long |
viewClusteringTimestamp() |
int |
viewClusteringTtl() |
public static final TemporalRow.Resolver oldValueIfUpdated
public static final TemporalRow.Resolver earliest
public static final TemporalRow.Resolver latest
public final int nowInSec
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void addColumnValue(ColumnIdentifier identifier, CellPath cellPath, long timestamp, int ttl, int localDeletionTime, java.nio.ByteBuffer value, boolean isNew)
public int viewClusteringTtl()
public long viewClusteringTimestamp()
public int viewClusteringLocalDeletionTime()
public void addCell(Cell cell, boolean isNew)
public java.nio.ByteBuffer clusteringValue(ColumnDefinition definition, TemporalRow.Resolver resolver)
public DeletionTime deletionTime(AbstractBTreePartition partition)
public java.util.Collection<Cell> values(ColumnDefinition definition, TemporalRow.Resolver resolver)
public Slice baseSlice()
Copyright © 2015 The Apache Software Foundation