Uses of Interface
com.tangosol.net.SessionProvider
-
Packages that use SessionProvider Package Description com.tangosol.internal.net com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of SessionProvider in com.tangosol.internal.net
Classes in com.tangosol.internal.net with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw SessionProvider Modifier and Type Class Description class
com.tangosol.internal.net.DefaultSessionProvider
The defaultSessionProvider
used by Coherence to provide aSession
. -
Uses of SessionProvider in com.tangosol.net
Subinterfaces of SessionProvider in com.tangosol.net Modifier and Type Interface Description interface
CacheFactoryBuilder
CacheFactoryBuilder provides the means for building and managing configurable cache factories across class loaders in a pluggable fashion.Classes in com.tangosol.net that implement SessionProvider Modifier and Type Class Description class
DefaultCacheFactoryBuilder
DefaultCacheFactoryBuilder
is the default implementation ofCacheFactoryBuilder
.class
ScopedCacheFactoryBuilder
Implementation ofCacheFactoryBuilder
that manages multiple instances ofConfigurableCacheFactory
.static class
SessionProvider.Providers
Deprecated.since 20.12 there is no replacement for this classclass
SingletonCacheFactoryBuilder
Implementation ofCacheFactoryBuilder
that maintains a singleConfigurableCacheFactory
instance regardless of the requesting ClassLoader if a URI is not provided.Methods in com.tangosol.net that return SessionProvider Modifier and Type Method Description SessionProvider
SessionProvider.Context. defaultProvider()
Returns the default session provider that may be used to delegate to for session creation.SessionProvider
SessionProvider.DefaultContext. defaultProvider()
static SessionProvider
SessionProvider. get()
Acquire theSessionProvider
to use to create sessions.static SessionProvider
SessionProvider. get(SessionProvider.Option... options)
Deprecated.since 20.12SessionProvider.Option
is deprecated useget()
Methods in com.tangosol.net that return types with arguments of type SessionProvider Modifier and Type Method Description Optional<SessionProvider>
SessionProvider.Provider. getSessionProvider()
Provide an optionalSessionProvider
.Optional<SessionProvider>
SessionConfiguration.ConfigurableCacheFactorySessionConfig. sessionProvider()
default Optional<SessionProvider>
SessionConfiguration. sessionProvider()
Return theSessionProvider
to use to create a session.Methods in com.tangosol.net with parameters of type SessionProvider Modifier and Type Method Description default int
SessionProvider. compareTo(SessionProvider other)
SessionConfiguration.Builder
SessionConfiguration.Builder. withSessionProvider(SessionProvider provider)
Set theSessionProvider
to use.Constructors in com.tangosol.net with parameters of type SessionProvider Constructor Description DefaultContext(Coherence.Mode mode, SessionProvider provider, Iterable<? extends EventInterceptor<?>> interceptors, String sScopePrefix)
Create a new default context.
-