Example usage for org.apache.hadoop.util IndexedSorter interface-usage

List of usage examples for org.apache.hadoop.util IndexedSorter interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.util IndexedSorter interface-usage.

Usage

From source file com.ricemap.spateDB.util.MergeSorter.java

public class MergeSorter implements IndexedSorter {

    @Override
    public void sort(IndexedSortable s, int l, int r) {
        sort(s, l, r, null);
    }

From source file edu.umn.cs.spatialHadoop.util.MergeSorter.java

public class MergeSorter implements IndexedSorter {

    @Override
    public void sort(IndexedSortable s, int l, int r) {
        sort(s, l, r, null);
    }