org.gcube.data.spd.plugin.fwk.writers
Class WriterManager<T>
java.lang.Object
org.gcube.data.spd.plugin.fwk.writers.WriterManager<T>
- All Implemented Interfaces:
- org.gcube.data.streams.generators.Generator<T,String>
- Direct Known Subclasses:
- ResultElementWriterManager, Writer.DefaultWriter
public abstract class WriterManager<T>
- extends Object
- implements org.gcube.data.streams.generators.Generator<T,String>
| Fields inherited from interface org.gcube.data.streams.generators.Generator |
iteration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriterManager
public WriterManager()
enrich
public T enrich(T obj)
filter
public boolean filter(T obj)
yield
public String yield(T element)
- Specified by:
yield in interface org.gcube.data.streams.generators.Generator<T,String>
Copyright © 2013. All Rights Reserved.