Uses of Interface
org.eclipse.rdf4j.spring.resultcache.ThrowableRecorder
-
Packages that use ThrowableRecorder Package Description org.eclipse.rdf4j.spring.resultcache Rdf4j-Spring ResultCache -
-
Uses of ThrowableRecorder in org.eclipse.rdf4j.spring.resultcache
Classes in org.eclipse.rdf4j.spring.resultcache that implement ThrowableRecorder Modifier and Type Class Description class
ReusableGraphQueryResult
Wrapper for a TupleQueryResult, allowing the result to be replayed.class
ReusableTupleQueryResult
Wrapper for a TupleQueryResult, allowing the result to be replayed.Methods in org.eclipse.rdf4j.spring.resultcache with parameters of type ThrowableRecorder Modifier and Type Method Description static void
ThrowableRecorder. recordingThrowable(Runnable runnable, ThrowableRecorder recorder)
static <T> T
ThrowableRecorder. recordingThrowable(Supplier<T> supplier, ThrowableRecorder recorder)
-