Package com.oracle.coherence.client
Class GrpcSessions
- java.lang.Object
-
- com.oracle.coherence.client.GrpcSessions
-
- All Implemented Interfaces:
com.tangosol.net.SessionProvider,Comparable<com.tangosol.net.SessionProvider>
@Deprecated(since="22.06.2") public class GrpcSessions extends Object implements com.tangosol.net.SessionProvider
Deprecated.ASessionProviderto provideGrpcRemoteSessioninstances.- Since:
- 20.06
- Author:
- Jonathan Knight 2020.09.22
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.tangosol.net.SessionProvider
com.tangosol.net.SessionProvider.Context, com.tangosol.net.SessionProvider.DefaultContext, com.tangosol.net.SessionProvider.Option, com.tangosol.net.SessionProvider.Provider, com.tangosol.net.SessionProvider.Providers
-
-
Constructor Summary
Constructors Constructor Description GrpcSessions()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.Close allGrpcRemoteSessioninstances created by theGrpcSessionsfactory.com.tangosol.net.SessioncreateSession(com.tangosol.net.Session.Option... options)Deprecated.com.tangosol.net.SessionProvider.ContextcreateSession(com.tangosol.net.SessionConfiguration configuration, com.tangosol.net.SessionProvider.Context context)Deprecated.intgetPriority()Deprecated.
-
-
-
Method Detail
-
getPriority
public int getPriority()
Deprecated.- Specified by:
getPriorityin interfacecom.tangosol.net.SessionProvider
-
createSession
public com.tangosol.net.SessionProvider.Context createSession(com.tangosol.net.SessionConfiguration configuration, com.tangosol.net.SessionProvider.Context context)Deprecated.- Specified by:
createSessionin interfacecom.tangosol.net.SessionProvider
-
createSession
@Deprecated public com.tangosol.net.Session createSession(com.tangosol.net.Session.Option... options)
Deprecated.This method will throwUnsupportedOperationException.- Specified by:
createSessionin interfacecom.tangosol.net.SessionProvider- Parameters:
options- theSession.Options for creating theSession- Returns:
- this method will throw
UnsupportedOperationException.
-
close
public void close()
Deprecated.Close allGrpcRemoteSessioninstances created by theGrpcSessionsfactory.- Specified by:
closein interfacecom.tangosol.net.SessionProvider
-
-