Uses of Class
org.aksw.jenax.graphql.impl.common.ComputeOnce
Packages that use ComputeOnce
Package
Description
-
Uses of ComputeOnce in org.aksw.jenax.graphql.impl.common
Methods in org.aksw.jenax.graphql.impl.common that return ComputeOnceModifier and TypeMethodDescriptionstatic <T> ComputeOnce<T>ComputeOnce.of(String taskName, Callable<com.google.common.util.concurrent.ListenableFuture<T>> computationTask) static <T> ComputeOnce<T>ComputeOnce.ofWithLogging(String taskName, Callable<com.google.common.util.concurrent.ListenableFuture<T>> delegateCreation) Methods in org.aksw.jenax.graphql.impl.common with parameters of type ComputeOnceModifier and TypeMethodDescriptionstatic <T> TComputeOnce.getWithLogging(ComputeOnce<T> delegateCreation) -
Uses of ComputeOnce in org.aksw.jenax.graphql.legacy
Fields in org.aksw.jenax.graphql.legacy declared as ComputeOnceModifier and TypeFieldDescriptionprotected ComputeOnce<GraphQlExecFactory>GraphQlExecFactoryLazy.delegateCreationDeprecated.Constructors in org.aksw.jenax.graphql.legacy with parameters of type ComputeOnceModifierConstructorDescriptionGraphQlExecFactoryLazy(ComputeOnce<GraphQlExecFactory> delegateCreation) Deprecated. -
Uses of ComputeOnce in org.aksw.jenax.graphql.sparql
Fields in org.aksw.jenax.graphql.sparql declared as ComputeOnceModifier and TypeFieldDescriptionprotected ComputeOnce<GraphQlResolver>GraphQlResolverImplLazy.delegateCreationConstructors in org.aksw.jenax.graphql.sparql with parameters of type ComputeOnceModifierConstructorDescriptionGraphQlResolverImplLazy(ComputeOnce<GraphQlResolver> delegateCreation)