Example usage for org.apache.cassandra.io.util FileDataInput interface-usage

List of usage examples for org.apache.cassandra.io.util FileDataInput interface-usage

Introduction

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

Usage

From source file com.fullcontact.cassandra.io.util.RandomAccessReader.java

/**
 * Cassandra RandomAccessReader ported to work with HDFS.
 */
public class RandomAccessReader implements FileDataInput {
    public static final long CACHE_FLUSH_INTERVAL_IN_BYTES = (long) Math.pow(2, 27); // 128mb