Uses of Class
com.tangosol.net.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
Modifier and TypeMethodDescriptionCoherenceProducer.createCoherence
(jakarta.enterprise.inject.spi.BeanManager beanManager) Create the defaultCoherence
bean.static Coherence
CoherenceExtension.ensureCoherence
(jakarta.enterprise.inject.spi.BeanManager beanManager) Ensure that aCoherence
bean is resolvable and started.protected Coherence
AbstractCacheInterceptor.getCoherence()
CoherenceExtension.getCoherence()
Returns theCoherence
instance started by the extension.ModifierConstructorDescriptionAbstractCacheInterceptor
(Coherence coherence, CoherenceExtension extension) Construct cache interceptor.CacheAddInterceptor
(Coherence coherence, CoherenceExtension extension) Create theCacheAddInterceptor
.CacheGetInterceptor
(Coherence coherence, CoherenceExtension extension) Create theCacheGetInterceptor
CachePutInterceptor
(Coherence coherence, CoherenceExtension extension) Create theCachePutInterceptor
CacheRemoveInterceptor
(Coherence coherence, CoherenceExtension extension) Create theCacheRemoveInterceptor
-
Uses of Coherence in com.oracle.coherence.cdi.server
Modifier and TypeMethodDescriptionServerCoherenceProducer.createCoherence
(jakarta.enterprise.inject.spi.BeanManager beanManager) Create the defaultCoherence
bean. -
Uses of Coherence in com.tangosol.net
Modifier and TypeMethodDescriptionCoherence.addSession
(SessionConfiguration config) Coherence.addSessionIfAbsent
(SessionConfiguration config) Coherence.addSessionIfAbsent
(String sName, Supplier<SessionConfiguration> supplier) Coherence.Builder.build()
Build aCoherence
instance.protected Coherence
Coherence.Builder.build
(boolean fAllowDuplicate) static Coherence
Coherence.client()
Return the defaultCoherence
client instance, creating it if it does not already exist.static Coherence
Coherence.client
(Coherence.Mode mode) Return the defaultCoherence
client instance, creating it if it does not already exist.static Coherence
Coherence.client
(CoherenceConfiguration config) Create a clientCoherence
instance from the specifiedCoherenceConfiguration
.static Coherence
Coherence.clusterMember()
Return the defaultCoherence
cluster member instance, creating it if it does not already exist.static Coherence
Coherence.clusterMember
(CoherenceConfiguration config) Create aCoherence
instance from the specifiedCoherenceConfiguration
.static Coherence
Coherence.create()
Return the defaultCoherence
instance, creating it if it does not already exist.static Coherence
Coherence.create
(CoherenceConfiguration config) Create a defaultCoherence
instance.static Coherence
Coherence.create
(CoherenceConfiguration config, Coherence.Mode mode) Create a defaultCoherence
instance.static Coherence
Coherence.fixedClient()
Create a defaultCoherence
client instance, creating it if it does not already exist.static Coherence
Coherence.fixedClient
(CoherenceConfiguration config) Create a clientCoherence
instance from the specifiedCoherenceConfiguration
.static Coherence
Coherence.getInstance()
static Coherence
Coherence.getInstance
(String sName) Coherence.startAndWait()
Start thisCoherence
instance and block until Coherence has started.Coherence.startAndWait
(com.oracle.coherence.common.util.Duration timeout) Start thisCoherence
instance and block until Coherence has started.Modifier and TypeMethodDescriptionstatic Collection
<Coherence> Coherence.getInstances()
Returns all of theCoherence
instances.Coherence.start()
Asynchronously start thisCoherence
instance.Coherence.whenStarted()
Obtain aCompletableFuture
that will be completed when thisCoherence
instance has started. -
Uses of Coherence in com.tangosol.net.events
Modifier and TypeMethodDescriptionCoherenceLifecycleEvent.getCoherence()
TheCoherence
instance that this event is associated with.