public OutputFormat getOutputFormat()

in src/main/java/org/apache/accumulo/pig/AbstractAccumuloStorage.java [240:242]


  public OutputFormat getOutputFormat() {
    return new AccumuloOutputFormat();
  }