Uses of Interface
com.tangosol.net.Session
Packages that use Session
Package
Description
Coherence CDI provides support for CDI (Contexts and Dependency Injection)
within Coherence cluster members.
Coherence Concurrent utilities based on java.util.concurrent.
Classes to allow submission of tasks to the grid for execution.
Utility types leveraged by the Coherence Executor Service.
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
REST API controllers for the Oracle Coherence RAG framework.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains packages and classes supporting the Coherence CohQL command line tool.
Contains classes related to the Coherence REST API.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Live Event Model.
Contains various generic utilities.
-
Uses of Session in com.oracle.coherence.cdi
Methods in com.oracle.coherence.cdi that return SessionModifier and TypeMethodDescriptionSessionProducer.getDefaultSession
(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) Produces the defaultSession
.protected Session
AbstractCacheInterceptor.getSession
(String sName) Obtains the namedSession
or the default one if session name was not specified.SessionProducer.getSessionWithName
(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) Produces aSession
for a given scope.SessionProducer.getSessionWithSessionName
(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) Produces aSession
for a given scope. -
Uses of Session in com.oracle.coherence.concurrent
Methods in com.oracle.coherence.concurrent that return SessionModifier and TypeMethodDescriptionprotected static Session
Latches.session()
Return CoherenceSession
for the Latches module.protected static Session
Queues.session()
Return CoherenceSession
for the concurrent module.protected static Session
Semaphores.session()
Return CoherenceSession
for the Semaphore module.Methods in com.oracle.coherence.concurrent with parameters of type SessionModifier and TypeMethodDescriptionstatic <E> NamedBlockingDeque
<E> Return aNamedBlockingDeque
.static <E> NamedBlockingQueue
<E> Queues.pagedQueue
(String sName, Session session) Return a pagedNamedBlockingQueue
.static <E> NamedBlockingQueue
<E> Return aNamedBlockingQueue
. -
Uses of Session in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor that return SessionModifier and TypeMethodDescriptionprotected static Session
NamedClusteredExecutorService.session()
Return the Coherencesession
for thecoherence-concurrent
module.Constructors in com.oracle.coherence.concurrent.executor with parameters of type SessionModifierConstructorDescriptionClusteredExecutorService
(Session session) Constructs aClusteredExecutorService
based on the specifiedSession
. -
Uses of Session in com.oracle.coherence.concurrent.executor.util
Methods in com.oracle.coherence.concurrent.executor.util with parameters of type SessionModifier and TypeMethodDescriptionstatic NamedCache
Caches.assignments
(Session session) Obtains the cache used to storeClusteredAssignment
instances.static NamedCache
Obtains the cache used to storeClusteredExecutorInfo
instances.static NamedCache
Caches.properties
(Session session) Obtains the cache used to storeClusteredProperties
instances.static NamedCache
Obtains the cache used to storeClusteredTaskManager
instances. -
Uses of Session in com.oracle.coherence.concurrent.locks
Methods in com.oracle.coherence.concurrent.locks that return Session -
Uses of Session in com.oracle.coherence.rag.api
Constructors in com.oracle.coherence.rag.api with parameters of type SessionModifierConstructorDescriptionStore
(Session session, String name, EmbeddingModelSupplier embeddingModelSupplier, StreamingChatModelSupplier chatModelSupplier) Constructs a new Store instance with the specified configuration. -
Uses of Session in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type Session -
Uses of Session in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as SessionModifier and TypeFieldDescriptionprotected Session
ExecutionContext.m_session
TheSession
to use for cache access.Methods in com.tangosol.coherence.dslquery that return SessionModifier and TypeMethodDescriptionExecutionContext.getSession()
Return the currentSession
that will be used by commands executed under this context.Methods in com.tangosol.coherence.dslquery with parameters of type SessionModifier and TypeMethodDescriptionvoid
ExecutionContext.setSession
(Session session) Set theSession
that will be used by commands executed under this context. -
Uses of Session in com.tangosol.coherence.rest
Fields in com.tangosol.coherence.rest declared as Session -
Uses of Session in com.tangosol.net
Classes in com.tangosol.net that implement SessionModifier and TypeClassDescriptionclass
An implementation of aSession
allowing applications to use the new operator to create aSession
via the defaultSessionProvider
.Fields in com.tangosol.net declared as SessionModifier and TypeFieldDescriptionprotected Session
CoherenceSession.m_session
The underlyingSession
to which this implementation will delegate requests.Methods in com.tangosol.net that return SessionModifier and TypeMethodDescriptionstatic Session
Session.create()
Obtain the default Session.static Session
Session.create
(Session.Option... options) Deprecated.default Session
SessionProvider.createSession
(Session.Option... options) Deprecated.static Session
Session.ensure
(SessionConfiguration configuration) Obtain aSession
based on the specified configuration or throw anIllegalStateException
if a session could not be obtained.static Session
Session.ensure
(SessionConfiguration configuration, Coherence.Mode mode) Obtain aSession
based on the specified configuration or throw anIllegalStateException
if a session could not be obtained.Coherence.getSession()
Coherence.getSession
(String sName) SessionProvider.Context.getSession()
Return theSession
created by the provider, ornull
if no session could be created.SessionProvider.DefaultContext.getSession()
Methods in com.tangosol.net that return types with arguments of type SessionModifier and TypeMethodDescriptionSession.create
(SessionConfiguration configuration) Possibly obtain aSession
based on the specified configuration.Session.create
(SessionConfiguration configuration, Coherence.Mode mode) Possibly obtain aSession
based on the specified configuration.Session.create
(SessionConfiguration configuration, Coherence.Mode mode, Iterable<? extends EventInterceptor<?>> interceptors) Possibly obtain aSession
based on the specified configuration.SessionProvider.createSession
(SessionConfiguration configuration, Coherence.Mode mode) Create aSession
from the specified configuration.SessionProvider.createSession
(SessionConfiguration configuration, Coherence.Mode defaultMode, Iterable<? extends EventInterceptor<?>> interceptors) Create aSession
from the specified configuration.SessionProvider.createSession
(SessionConfiguration configuration, Coherence.Mode defaultMode, String sScopePrefix, Iterable<? extends EventInterceptor<?>> interceptors) Create aSession
from the specified configuration.Coherence.findSession
(String sName) static Collection
<Session> Coherence.findSessionsByScope
(String sScope) Coherence.getSessionIfPresent
(String sName) Coherence.getSessionsWithScope
(String sScope) Methods in com.tangosol.net with parameters of type SessionModifier and TypeMethodDescriptionComplete this context.default void
CacheFactoryBuilder.releaseSession
(Session session) default void
SessionProvider.releaseSession
(Session session) Release theSession
. -
Uses of Session in com.tangosol.net.events
Methods in com.tangosol.net.events that return SessionModifier and TypeMethodDescriptionSessionLifecycleEvent.getSession()
TheSession
instance that this event is associated with. -
Uses of Session in com.tangosol.util
Methods in com.tangosol.util with parameters of type SessionModifier and TypeMethodDescriptionstatic ExecutionContext
QueryHelper.createExecutionContext
(Session session) Create a newExecutionContext
.
create(SessionConfiguration)