Uses of Interface
com.tangosol.io.pof.EvolvablePortableObject
-
Packages that use EvolvablePortableObject Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessorimplementations. -
-
Uses of EvolvablePortableObject in com.oracle.coherence.concurrent.executor
Classes in com.oracle.coherence.concurrent.executor that implement EvolvablePortableObject Modifier and Type Class Description classClusteredExecutorInfoA Coherence-based implementation of aTaskExecutorService.ExecutorInfo. -
Uses of EvolvablePortableObject in com.tangosol.util.processor
Classes in com.tangosol.util.processor that implement EvolvablePortableObject Modifier and Type Class Description classAbstractEvolvableProcessor<K,V,R>An Evolvable AbstractProcessor that is a partial EntryProcessor implementation that provides the default implementation of theAbstractEvolvableProcessor.processAll(java.util.Set<? extends com.tangosol.util.InvocableMap.Entry<K, V>>)method.
-