Example usage for org.apache.hadoop.tools SimpleCopyListing subclass-usage

List of usage examples for org.apache.hadoop.tools SimpleCopyListing subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.tools SimpleCopyListing subclass-usage.

Usage

From source file org.apache.falcon.replication.FilteredCopyListing.java

/**
 * An implementation of CopyListing that overrides the default behavior by suppressing file
 * availabilityFlag and copies that in the last so downstream apps depending on data
 * availability will work correctly.
 */
public class FilteredCopyListing extends SimpleCopyListing {