Example usage for org.apache.cassandra.io.sstable Descriptor subclass-usage

List of usage examples for org.apache.cassandra.io.sstable Descriptor subclass-usage

Introduction

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

Usage

From source file com.knewton.mapreduce.io.sstable.BackwardsCompatibleDescriptor.java

/**
 * This class is here to add backwards compatibility to sstables from older cassandra versions. The
 * latest version currently supported is {@link Version#CURRENT}.
 * <p/>
 * Cassandra 0.x-1.0 file format:
 * &lt;cfname&gt;-[tmp-][&lt;version&gt;-]&lt;gen&gt;-&lt;component&gt; <br/>