This project has retired. For details please refer to its Attic page.
Source code
001/**
002 * Autogenerated by Avro
003 *
004 * DO NOT EDIT DIRECTLY
005 */
006package org.apache.reef.io.watcher.driver.evaluator;
007@SuppressWarnings("all")
008@org.apache.avro.specific.AvroGenerated
009public enum AvroEvaluatorType {
010  JVM, CLR, UNDECIDED  ;
011  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"AvroEvaluatorType\",\"namespace\":\"org.apache.reef.io.watcher.driver.evaluator\",\"symbols\":[\"JVM\",\"CLR\",\"UNDECIDED\"]}");
012  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
013}