Example usage for org.apache.cassandra.db.compaction.writers CompactionAwareWriter subclass-usage

List of usage examples for org.apache.cassandra.db.compaction.writers CompactionAwareWriter subclass-usage

Introduction

In this page you can find the example usage for org.apache.cassandra.db.compaction.writers CompactionAwareWriter subclass-usage.

Usage

From source file com.jeffjirsa.cassandra.db.compaction.writers.CleaningTimeWindowCompactionWriter.java

/**
 * CompactionAwareWriter not only buckets by time, but also cleans up non-owned partitions
 *
 */
public class CleaningTimeWindowCompactionWriter extends CompactionAwareWriter {
    private static final Logger logger = LoggerFactory.getLogger(CleaningTimeWindowCompactionWriter.class);