Package org.apache.tez.runtime.library.common.comparator

Examples of org.apache.tez.runtime.library.common.comparator.TezBytesComparator


    case INT:
      return new IntWritable.Comparator();
    case BYTES:
      return new BytesWritable.Comparator();
    case TEZ_BYTES:
      return new TezBytesComparator();
    case TEXT:
      return new Text.Comparator();
    case CUSTOM:
      return new CustomKey.Comparator();
    default:
View Full Code Here

TOP

Related Classes of org.apache.tez.runtime.library.common.comparator.TezBytesComparator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.