public class UpdateParameters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
localDeletionTime |
CFMetaData |
metadata |
QueryOptions |
options |
long |
timestamp |
| Constructor and Description |
|---|
UpdateParameters(CFMetaData metadata,
QueryOptions options,
long timestamp,
int ttl,
java.util.Map<java.nio.ByteBuffer,CQL3Row> prefetchedLists) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Cell> |
getPrefetchedList(java.nio.ByteBuffer rowKey,
ColumnIdentifier cql3ColumnName) |
Cell |
makeColumn(CellName name,
java.nio.ByteBuffer value) |
Cell |
makeCounter(CellName name,
long delta) |
RangeTombstone |
makeRangeTombstone(ColumnSlice slice) |
Cell |
makeTombstone(CellName name) |
RangeTombstone |
makeTombstoneForOverwrite(ColumnSlice slice) |
public final CFMetaData metadata
public final QueryOptions options
public final long timestamp
public final int localDeletionTime
public UpdateParameters(CFMetaData metadata, QueryOptions options, long timestamp, int ttl, java.util.Map<java.nio.ByteBuffer,CQL3Row> prefetchedLists) throws InvalidRequestException
InvalidRequestExceptionpublic Cell makeColumn(CellName name, java.nio.ByteBuffer value) throws InvalidRequestException
InvalidRequestExceptionpublic Cell makeCounter(CellName name, long delta) throws InvalidRequestException
InvalidRequestExceptionpublic Cell makeTombstone(CellName name) throws InvalidRequestException
InvalidRequestExceptionpublic RangeTombstone makeRangeTombstone(ColumnSlice slice) throws InvalidRequestException
InvalidRequestExceptionpublic RangeTombstone makeTombstoneForOverwrite(ColumnSlice slice) throws InvalidRequestException
InvalidRequestExceptionpublic java.util.List<Cell> getPrefetchedList(java.nio.ByteBuffer rowKey, ColumnIdentifier cql3ColumnName)
Copyright © 2015 The Apache Software Foundation