}
@Override
protected TupleEntrySchemeCollector createTupleEntrySchemeCollector( FlowProcess<? extends Properties> flowProcess, Tap parent, String path, long sequence ) throws IOException
{
TapFileOutputStream output = new TapFileOutputStream( parent, path, true ); // always append
return new TupleEntrySchemeCollector<Properties, OutputStream>( flowProcess, parent, output );
}