|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RangeTombstone | |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db |
Uses of RangeTombstone in org.apache.cassandra.cql3 |
---|
Methods in org.apache.cassandra.cql3 that return RangeTombstone | |
---|---|
RangeTombstone |
UpdateParameters.makeRangeTombstone(java.nio.ByteBuffer start,
java.nio.ByteBuffer end)
|
RangeTombstone |
UpdateParameters.makeTombstoneForOverwrite(java.nio.ByteBuffer start,
java.nio.ByteBuffer end)
|
Uses of RangeTombstone in org.apache.cassandra.db |
---|
Methods in org.apache.cassandra.db that return RangeTombstone | |
---|---|
RangeTombstone |
RangeTombstone.Serializer.deserializeBody(java.io.DataInput dis,
java.nio.ByteBuffer min,
Descriptor.Version version)
|
RangeTombstone |
RangeTombstone.Serializer.deserializeFromSSTable(java.io.DataInput dis,
Descriptor.Version version)
|
Methods in org.apache.cassandra.db that return types with arguments of type RangeTombstone | |
---|---|
java.util.Iterator<RangeTombstone> |
DeletionInfo.rangeIterator()
|
Methods in org.apache.cassandra.db with parameters of type RangeTombstone | |
---|---|
void |
RangeTombstone.Serializer.serializeForSSTable(RangeTombstone t,
java.io.DataOutput dos)
|
boolean |
RangeTombstone.supersedes(RangeTombstone rt,
java.util.Comparator<java.nio.ByteBuffer> comparator)
This tombstone supersedes another one if it is more recent and cover a bigger range than rt. |
Constructors in org.apache.cassandra.db with parameters of type RangeTombstone | |
---|---|
DeletionInfo(RangeTombstone rangeTombstone,
java.util.Comparator<java.nio.ByteBuffer> comparator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |