Uses of Class
com.tangosol.net.Coherence
Packages that use Coherence
Package
Description
Coherence CDI provides support for CDI (Contexts and Dependency Injection)
within Coherence cluster members.
Simple CDI-based Cache Server implementation.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Live Event Model.
-
Uses of Coherence in com.oracle.coherence.cdi
Methods in com.oracle.coherence.cdi that return CoherenceModifier and TypeMethodDescriptionCoherenceProducer.createCoherence(jakarta.enterprise.inject.spi.BeanManager beanManager) Create the defaultCoherencebean.static CoherenceCoherenceExtension.ensureCoherence(jakarta.enterprise.inject.spi.BeanManager beanManager) Ensure that aCoherencebean is resolvable and started.protected CoherenceAbstractCacheInterceptor.getCoherence()CoherenceExtension.getCoherence()Returns theCoherenceinstance started by the extension.Constructors in com.oracle.coherence.cdi with parameters of type CoherenceModifierConstructorDescriptionAbstractCacheInterceptor(Coherence coherence, CoherenceExtension extension) Construct cache interceptor.CacheAddInterceptor(Coherence coherence, CoherenceExtension extension) Create theCacheAddInterceptor.CacheGetInterceptor(Coherence coherence, CoherenceExtension extension) Create theCacheGetInterceptorCachePutInterceptor(Coherence coherence, CoherenceExtension extension) Create theCachePutInterceptorCacheRemoveInterceptor(Coherence coherence, CoherenceExtension extension) Create theCacheRemoveInterceptor -
Uses of Coherence in com.oracle.coherence.cdi.server
Methods in com.oracle.coherence.cdi.server that return CoherenceModifier and TypeMethodDescriptionServerCoherenceProducer.createCoherence(jakarta.enterprise.inject.spi.BeanManager beanManager) Create the defaultCoherencebean. -
Uses of Coherence in com.tangosol.net
Methods in com.tangosol.net that return CoherenceModifier and TypeMethodDescriptionCoherence.addSession(SessionConfiguration config) Coherence.addSessionIfAbsent(SessionConfiguration config) Coherence.addSessionIfAbsent(String sName, Supplier<SessionConfiguration> supplier) Coherence.Builder.build()Build aCoherenceinstance.protected CoherenceCoherence.Builder.build(boolean fAllowDuplicate) static CoherenceCoherence.client()Return the defaultCoherenceclient instance, creating it if it does not already exist.static CoherenceCoherence.client(Coherence.Mode mode) Return the defaultCoherenceclient instance, creating it if it does not already exist.static CoherenceCoherence.client(CoherenceConfiguration config) Create a clientCoherenceinstance from the specifiedCoherenceConfiguration.static CoherenceCoherence.clusterMember()Return the defaultCoherencecluster member instance, creating it if it does not already exist.static CoherenceCoherence.clusterMember(CoherenceConfiguration config) Create aCoherenceinstance from the specifiedCoherenceConfiguration.static CoherenceCoherence.create()Return the defaultCoherenceinstance, creating it if it does not already exist.static CoherenceCoherence.create(CoherenceConfiguration config) Create a defaultCoherenceinstance.static CoherenceCoherence.create(CoherenceConfiguration config, Coherence.Mode mode) Create a defaultCoherenceinstance.static CoherenceCoherence.fixedClient()Create a defaultCoherenceclient instance, creating it if it does not already exist.static CoherenceCoherence.fixedClient(CoherenceConfiguration config) Create a clientCoherenceinstance from the specifiedCoherenceConfiguration.static CoherenceCoherence.getInstance()static CoherenceCoherence.getInstance(String sName) Coherence.startAndWait()Start thisCoherenceinstance and block until Coherence has started.Coherence.startAndWait(com.oracle.coherence.common.util.Duration timeout) Start thisCoherenceinstance and block until Coherence has started.Methods in com.tangosol.net that return types with arguments of type CoherenceModifier and TypeMethodDescriptionstatic Collection<Coherence> Coherence.getInstances()Returns all of theCoherenceinstances.Coherence.start()Asynchronously start thisCoherenceinstance.Coherence.whenStarted()Obtain aCompletableFuturethat will be completed when thisCoherenceinstance has started. -
Uses of Coherence in com.tangosol.net.events
Methods in com.tangosol.net.events that return CoherenceModifier and TypeMethodDescriptionCoherenceLifecycleEvent.getCoherence()TheCoherenceinstance that this event is associated with.