Class Platforms

java.lang.Object
org.apache.hadoop.mapred.nativetask.Platforms

@Private public class Platforms extends Object
this class will load in and init all platforms on classpath it is also the facade to check for key type support and other platform methods
  • Constructor Details

    • Platforms

      public Platforms()
  • Method Details

    • init

      public static void init(org.apache.hadoop.conf.Configuration conf) throws IOException
      Throws:
      IOException
    • support

      public static boolean support(String keyClassName, INativeSerializer<?> serializer, org.apache.hadoop.mapred.JobConf job)
    • define

      public static boolean define(Class<?> keyComparator)