Uses of Interface
org.apache.jena.atlas.lib.Sink
Packages that use Sink
-
Uses of Sink in org.apache.jena.atlas.iterator
Methods in org.apache.jena.atlas.iterator with parameters of type SinkModifier and TypeMethodDescriptionstatic <T> voidIter.sendToSink(Iterator<T> iter, Sink<T> sink) Send the elements of the iterator to a sink - consumes the iteratorvoidIter.sendToSink(Sink<T> sink) -
Uses of Sink in org.apache.jena.atlas.lib
Classes in org.apache.jena.atlas.lib that implement SinkModifier and TypeClassDescriptionfinal classSinkCounting<T>classSinkLogging<T>classSinkNull<T>classSinkPrint<T>classSinkSplit<T>Split a sink stream and duplicate the operations onto two sinks See also:SinkWrapperclassSend items to a collectionclassSinkToQueue<T>Send items to a blocking queueclassSinkWrapper<T>Wrap one sink in another - to pass on behaviour, the derived Sink must call super.operation See also:SinkSplitConstructors in org.apache.jena.atlas.lib with parameters of type Sink