Uses of Interface
org.hansken.plugin.extraction.api.Trace
-
Packages that use Trace Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of Trace in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return Trace Modifier and Type Method Description default TraceTrace. addTracelet(String type, Consumer<Trace.TraceletBuilder> callback)Add a tracelet to the trace.TraceTrace. addTracelet(Trace.Tracelet tracelet)Deprecated.useaddTracelet(type, callback)TraceTrace. addType(String type)Add a type to this trace (for example:"file").TraceTrace. newChild(String name, ThrowingConsumer<Trace,IOException> enrichChildCallback)Create and store new childtraceof this trace.TraceTrace. set(String name, Object value)Set a property on this trace with a givenvalue.default TraceTrace. setData(String dataType, InputStream stream)TraceTrace. setData(String dataType, List<DataTransformation> transformation)Set a series of data transformations for a specific dataType.TraceTrace. setData(String dataType, DataWriter writer)default TraceTrace. setData(String dataType, DataTransformation... transformations)Set a series of data transformations for a specific dataType.Methods in org.hansken.plugin.extraction.api with parameters of type Trace Modifier and Type Method Description voidDeferredExtractionPlugin. process(Trace trace, DataContext dataContext, TraceSearcher searcher)Start processing atrace.voidExtractionPlugin. process(Trace trace, DataContext dataContext)Start processing atracewith a givendata context.abstract voidMetaExtractionPlugin. process(Trace trace)Start processing atracewithout any of its associated data streams.voidMetaExtractionPlugin. process(Trace trace, DataContext dataContext)Method parameters in org.hansken.plugin.extraction.api with type arguments of type Trace Modifier and Type Method Description TraceTrace. newChild(String name, ThrowingConsumer<Trace,IOException> enrichChildCallback)Create and store new childtraceof this trace.
-