com.endeca.itl.web.process
Interface EndecaRecordOutputter

All Superinterfaces:
Configurable, Pluggable

public interface EndecaRecordOutputter
extends Pluggable, Configurable

Author:
dpo

Field Summary
static String X_POINT_ID
           
 
Method Summary
 void close()
           
 void outputRecords(List<com.endeca.itl.record.Record> records)
           
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Field Detail

X_POINT_ID

static final String X_POINT_ID
Method Detail

outputRecords

void outputRecords(List<com.endeca.itl.record.Record> records)
                   throws RecordOutputException
Throws:
RecordOutputException

close

void close()


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.