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.application Contains classes supporting the Coherence Container.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 CoherenceCoherenceProducer. createCoherence(javax.enterprise.inject.spi.BeanManager beanManager)Create the defaultCoherencebean.static CoherenceCoherenceExtension. ensureCoherence(javax.enterprise.inject.spi.BeanManager beanManager)Ensure that aCoherencebean is resolvable and started.protected CoherenceAbstractCacheInterceptor. getCoherence()CoherenceCoherenceExtension. getCoherence()Returns theCoherenceinstance 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 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 Coherence Modifier and Type Method Description CoherenceServerCoherenceProducer. createCoherence(javax.enterprise.inject.spi.BeanManager beanManager)Create the defaultCoherencebean. -
Uses of Coherence in com.tangosol.application
Fields in com.tangosol.application declared as Coherence Modifier and Type Field Description protected CoherenceContainerAdapter. m_coherenceThe Coherence instance.Methods in com.tangosol.application that return Coherence Modifier and Type Method Description CoherenceContainerAdapter.CoherenceFactory. createCoherence(ContainerAdapter adapter, ContainerAdapter.DefaultContext context)Create aCoherenceinstance.CoherenceContainerAdapter.DefaultCoherenceFactory. createCoherence(ContainerAdapter adapter, ContainerAdapter.DefaultContext context) -
Uses of Coherence in com.tangosol.net
Methods in com.tangosol.net that return Coherence Modifier and Type Method Description CoherenceCoherence. addSession(SessionConfiguration config)CoherenceCoherence. addSessionIfAbsent(SessionConfiguration config)CoherenceCoherence. addSessionIfAbsent(String sName, Supplier<SessionConfiguration> supplier)CoherenceCoherence.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)CoherenceCoherence. startAndWait()Start thisCoherenceinstance.CoherenceCoherence. startAndWait(com.oracle.coherence.common.util.Duration timeout)Start thisCoherenceinstance.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 theCoherenceinstances.CompletableFuture<Coherence>Coherence. start()Asynchronously start thisCoherenceinstance.CompletableFuture<Coherence>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 Coherence Modifier and Type Method Description CoherenceCoherenceLifecycleEvent. getCoherence()TheCoherenceinstance that this event is associated with.
-