Uses of Interface
org.eclipse.persistence.internal.cache.ComputableTask
-
Packages that use ComputableTask Package Description org.eclipse.persistence.internal.cache -
-
Uses of ComputableTask in org.eclipse.persistence.internal.cache
Methods in org.eclipse.persistence.internal.cache with parameters of type ComputableTask Modifier and Type Method Description <A,V>
VAdvancedProcessor. compute(ComputableTask<A,V> task, A taskArgument)VLowLevelProcessor. compute(ComputableTask<A,V> c, A taskArg)Waits if necessary for the computation to complete, and then retrieves its result.VMemoizer. compute(ComputableTask<A,V> c, A taskArg)<A,V>
VProcessor. compute(ComputableTask<A,V> task, A taskArg)Waits if necessary for the computation to complete, and then retrieves its result.voidMemoizer. forget(ComputableTask<A,V> task, A key)Forgets result of the specified task.
-