Example usage for org.apache.cassandra.db.rows RowIterator interface-usage

List of usage examples for org.apache.cassandra.db.rows RowIterator interface-usage

Introduction

In this page you can find the example usage for org.apache.cassandra.db.rows RowIterator interface-usage.

Usage

From source file com.stratio.cassandra.lucene.util.SimpleRowIterator.java

/**
 * {@link RowIterator} representing a single CQL {@link Row}.
 *
 * @author Andres de la Pena {@literal <adelapena@stratio.com>}
 */
public class SimpleRowIterator implements RowIterator {