public InputFormat getInputFormat()

in src/main/java/org/apache/accumulo/pig/AbstractAccumuloStorage.java [104:106]


  public InputFormat getInputFormat() {
    return new AccumuloInputFormat();
  }