public abstract class EnsureOnHeap extends Transformation
Constructor and Description |
---|
EnsureOnHeap() |
Modifier and Type | Method and Description |
---|---|
abstract DeletionInfo |
applyToDeletionInfo(DeletionInfo deletionInfo) |
abstract RangeTombstoneMarker |
applyToMarker(RangeTombstoneMarker marker)
Applied to any RTM we encounter in a rows/unfiltered iterator
|
abstract java.util.Iterator<Row> |
applyToPartition(java.util.Iterator<Row> partition) |
abstract SearchIterator<Clustering<?>,Row> |
applyToPartition(SearchIterator<Clustering<?>,Row> partition) |
abstract UnfilteredRowIterator |
applyToPartition(UnfilteredRowIterator partition) |
abstract DecoratedKey |
applyToPartitionKey(DecoratedKey key)
Applied to the partition key of any rows/unfiltered iterator we are applied to
|
abstract Row |
applyToRow(Row row)
Applied to any row we encounter in a rows iterator
|
abstract Row |
applyToStatic(Row row)
Applied to the static row of any rows iterator.
|
apply, apply, apply, apply, applyToDeletion, applyToPartition, applyToPartitionColumns, onClose, onPartitionClose
public abstract DecoratedKey applyToPartitionKey(DecoratedKey key)
Transformation
applyToPartitionKey
in class Transformation
public abstract UnfilteredRowIterator applyToPartition(UnfilteredRowIterator partition)
public abstract SearchIterator<Clustering<?>,Row> applyToPartition(SearchIterator<Clustering<?>,Row> partition)
public abstract java.util.Iterator<Row> applyToPartition(java.util.Iterator<Row> partition)
public abstract DeletionInfo applyToDeletionInfo(DeletionInfo deletionInfo)
public abstract Row applyToRow(Row row)
Transformation
applyToRow
in class Transformation
public abstract Row applyToStatic(Row row)
Transformation
applyToStatic
in class Transformation
public abstract RangeTombstoneMarker applyToMarker(RangeTombstoneMarker marker)
Transformation
applyToMarker
in class Transformation
Copyright © 2009-2021 The Apache Software Foundation