org.apache.cassandra.cql3
Class UpdateParameters
java.lang.Object
org.apache.cassandra.cql3.UpdateParameters
public class UpdateParameters
- extends java.lang.Object
A simple container that simplify passing parameters for collections methods.
Constructor Summary |
UpdateParameters(java.util.List<java.nio.ByteBuffer> variables,
long timestamp,
int ttl,
java.util.Map<java.nio.ByteBuffer,ColumnGroupMap> prefetchedLists)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variables
public final java.util.List<java.nio.ByteBuffer> variables
timestamp
public final long timestamp
localDeletionTime
public final int localDeletionTime
UpdateParameters
public UpdateParameters(java.util.List<java.nio.ByteBuffer> variables,
long timestamp,
int ttl,
java.util.Map<java.nio.ByteBuffer,ColumnGroupMap> prefetchedLists)
makeColumn
public Column makeColumn(java.nio.ByteBuffer name,
java.nio.ByteBuffer value)
makeTombstone
public Column makeTombstone(java.nio.ByteBuffer name)
makeRangeTombstone
public RangeTombstone makeRangeTombstone(java.nio.ByteBuffer start,
java.nio.ByteBuffer end)
makeTombstoneForOverwrite
public RangeTombstone makeTombstoneForOverwrite(java.nio.ByteBuffer start,
java.nio.ByteBuffer end)
getPrefetchedList
public java.util.List<Pair<java.nio.ByteBuffer,IColumn>> getPrefetchedList(java.nio.ByteBuffer rowKey,
java.nio.ByteBuffer cql3ColumnName)
Copyright © 2013 The Apache Software Foundation