Uses of Class
com.tangosol.net.Coherence
-
Packages that use Coherence Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members.com.oracle.coherence.cdi.server Simple CDI-based Cache Server implementation.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.events 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 Coherence Modifier and Type Method Description Coherence
CoherenceProducer. createCoherence(javax.enterprise.inject.spi.BeanManager beanManager)
Create the defaultCoherence
bean.static Coherence
CoherenceExtension. ensureCoherence(javax.enterprise.inject.spi.BeanManager beanManager)
Ensure that aCoherence
bean is resolvable and started.protected Coherence
AbstractCacheInterceptor. getCoherence()
Coherence
CoherenceExtension. getCoherence()
Returns theCoherence
instance started by the extension.Constructors in com.oracle.coherence.cdi with parameters of type Coherence Constructor Description AbstractCacheInterceptor(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
Methods in com.oracle.coherence.cdi.server that return Coherence Modifier and Type Method Description Coherence
ServerCoherenceProducer. createCoherence(javax.enterprise.inject.spi.BeanManager beanManager)
Create the defaultCoherence
bean. -
Uses of Coherence in com.tangosol.net
Methods in com.tangosol.net that return Coherence Modifier and Type Method Description Coherence
Coherence. addSession(SessionConfiguration config)
Coherence
Coherence. addSessionIfAbsent(SessionConfiguration config)
Coherence
Coherence. addSessionIfAbsent(String sName, Supplier<SessionConfiguration> supplier)
Coherence
Coherence.Builder. build()
Build aCoherence
instance.protected Coherence
Coherence.Builder. build(boolean fAllowDuplicate)
Coherence
Coherence.Builder. build(ClassLoader loader)
Build aCoherence
instance.protected Coherence
Coherence.Builder. build(ClassLoader loader, 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. create(CoherenceConfiguration config, Coherence.Mode mode, ClassLoader loader)
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(ClassLoader loader)
static Coherence
Coherence. getInstance(String sName)
static Coherence
Coherence. getInstance(String sName, ClassLoader loader)
Coherence
Coherence. startAndWait()
Start thisCoherence
instance and block until Coherence has started.Coherence
Coherence. startAndWait(com.oracle.coherence.common.util.Duration timeout)
Start thisCoherence
instance and block until Coherence has started.Methods in com.tangosol.net that return types with arguments of type Coherence Modifier and Type Method Description static Collection<Coherence>
Coherence. getInstances()
Returns all of theCoherence
instances.static Collection<Coherence>
Coherence. getInstances(ClassLoader loader)
Returns all of theCoherence
instances.CompletableFuture<Coherence>
Coherence. start()
Asynchronously start thisCoherence
instance.CompletableFuture<Coherence>
Coherence. whenStarted()
Obtain aCompletableFuture
that will be completed when thisCoherence
instance has started. -
Uses of Coherence in com.tangosol.net.events
Methods in com.tangosol.net.events that return Coherence Modifier and Type Method Description Coherence
CoherenceLifecycleEvent. getCoherence()
TheCoherence
instance that this event is associated with.
-