Package com.tangosol.net
Class SessionProvider.Providers
java.lang.Object
com.tangosol.internal.net.DefaultSessionProvider
com.tangosol.net.SessionProvider.Providers
- All Implemented Interfaces:
SessionProvider
,Comparable<SessionProvider>
- Enclosing interface:
SessionProvider
@Deprecated
public static class SessionProvider.Providers
extends com.tangosol.internal.net.DefaultSessionProvider
Deprecated.
since 20.12 there is no replacement for this class
A
SessionProvider
that builds Session
instances using
SessionProvider
s loaded via the ServiceLoader
falling back
to the default CacheFactoryBuilder
provider if no other providers
can build a Session
from the specified options.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tangosol.net.SessionProvider
SessionProvider.Context, SessionProvider.DefaultContext, SessionProvider.Option, SessionProvider.Provider, SessionProvider.Providers
-
Field Summary
Fields inherited from class com.tangosol.internal.net.DefaultSessionProvider
DEFAULT_PRIORITY, INSTANCE
Fields inherited from interface com.tangosol.net.SessionProvider
PRIORITY
-
Constructor Summary
-
Method Summary
Methods inherited from class com.tangosol.internal.net.DefaultSessionProvider
close, createSession, ensureSession, getBaseProvider, getPriority, releaseSession
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tangosol.net.SessionProvider
compareTo, createSession, createSession, createSession, createSession
-
Constructor Details
-
Providers
public Providers()Deprecated.
-