Example usage for org.apache.cassandra.io.sstable ISSTableScanner interface-usage

List of usage examples for org.apache.cassandra.io.sstable ISSTableScanner interface-usage

Introduction

In this page you can find the example usage for org.apache.cassandra.io.sstable ISSTableScanner interface-usage.

Usage

From source file com.protectwise.cassandra.io.sstable.FilteringSSTableScanner.java

public class FilteringSSTableScanner implements ISSTableScanner {
    private static final Logger logger = LoggerFactory.getLogger(FilteringSSTableScanner.class);

    protected final ISSTableScanner underlying;
    protected final ISSTableScannerFilter filter;
    protected final Iterator<OnDiskAtomIterator> iterator;