Example usage for org.apache.cassandra.db.partitions UnfilteredPartitionIterator interface-usage

List of usage examples for org.apache.cassandra.db.partitions UnfilteredPartitionIterator interface-usage

Introduction

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

Usage

From source file com.stratio.cassandra.lucene.IndexReader.java

/**
 * {@link UnfilteredPartitionIterator} for retrieving rows from a {@link DocumentIterator}.
 *
 * @author Andres de la Pena {@literal <adelapena@stratio.com>}
 */
public abstract class IndexReader implements UnfilteredPartitionIterator {

From source file io.puntanegra.fhir.index.FhirIndexSearcher.java

/**
 * {@link UnfilteredPartitionIterator} for retrieving rows from Cassandra
 * partition table.
 *
 * @author Jorge L. Middleton {@literal <jorge.middleton@gmail.com>}
 *