| Package | Description | 
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.statements | |
| org.apache.cassandra.db | |
| org.apache.cassandra.db.columniterator | 
| Modifier and Type | Method and Description | 
|---|---|
| RangeTombstone | UpdateParameters. makeRangeTombstone(Slice slice) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CQL3CasRequest. addRangeDeletion(Slice slice,
                ModificationStatement stmt,
                QueryOptions options,
                long timestamp) | 
| void | DeleteStatement. addUpdateForKey(PartitionUpdate update,
               Slice slice,
               UpdateParameters params) | 
| abstract void | ModificationStatement. addUpdateForKey(PartitionUpdate update,
               Slice slice,
               UpdateParameters params) | 
| void | UpdateStatement. addUpdateForKey(PartitionUpdate update,
               Slice slice,
               UpdateParameters params) | 
| Modifier and Type | Field and Description | 
|---|---|
| static Slice | Slice. ALLThe slice selecting all rows (of a given partition) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Slice | CBuilder. buildSlice() | 
| Slice | RangeTombstone. deletedSlice()The slice of rows that is deleted by this range tombstone. | 
| Slice | Slice.Serializer. deserialize(DataInputPlus in,
           int version,
           java.util.List<AbstractType<?>> types) | 
| Slice | Slice. forPaging(ClusteringComparator comparator,
         Clustering lastReturned,
         boolean inclusive,
         boolean reversed)Returns a slice for continuing paging from the last returned clustering prefix. | 
| abstract Slice | Slices. get(int i)Returns the ith slice of this  Slicesobject. | 
| static Slice | Slice. make(Clustering clustering) | 
| static Slice | Slice. make(ClusteringBound start,
    ClusteringBound end) | 
| static Slice | Slice. make(Clustering start,
    Clustering end) | 
| static Slice | Slice. make(ClusteringComparator comparator,
    java.lang.Object... values) | 
| Modifier and Type | Method and Description | 
|---|---|
| Slices.Builder | Slices.Builder. add(Slice slice) | 
| AbstractReadCommandBuilder.SinglePartitionSliceBuilder | AbstractReadCommandBuilder.SinglePartitionSliceBuilder. addSlice(Slice slice) | 
| static SinglePartitionReadCommand | SinglePartitionReadCommand. create(CFMetaData metadata,
      int nowInSec,
      DecoratedKey key,
      Slice slice)Creates a new single partition slice command for the provided single slice. | 
| java.util.Iterator<RangeTombstone> | RangeTombstoneList. iterator(Slice slice,
        boolean reversed) | 
| java.util.Iterator<RangeTombstone> | DeletionInfo. rangeIterator(Slice slice,
             boolean reversed) | 
| java.util.Iterator<RangeTombstone> | MutableDeletionInfo. rangeIterator(Slice slice,
             boolean reversed) | 
| void | Slice.Serializer. serialize(Slice slice,
         DataOutputPlus out,
         int version,
         java.util.List<AbstractType<?>> types) | 
| long | Slice.Serializer. serializedSize(Slice slice,
              int version,
              java.util.List<AbstractType<?>> types) | 
| static Slices | Slices. with(ClusteringComparator comparator,
    Slice slice)Creates a  Slicesobject that contains a single slice. | 
| Constructor and Description | 
|---|
| RangeTombstone(Slice slice,
              DeletionTime deletion) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | AbstractSSTableIterator.Reader. setForSlice(Slice slice) | 
Copyright © 2018 The Apache Software Foundation