Class 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.
    A SessionProvider to provide GrpcRemoteSession instances.
    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
    • Field Summary

      • Fields inherited from interface com.tangosol.net.SessionProvider

        PRIORITY
    • Constructor Summary

      Constructors 
      Constructor Description
      GrpcSessions()
      Deprecated.
       
    • Constructor Detail

      • GrpcSessions

        public GrpcSessions()
        Deprecated.
    • Method Detail

      • getPriority

        public int getPriority()
        Deprecated.
        Specified by:
        getPriority in interface com.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:
        createSession in interface com.tangosol.net.SessionProvider
      • createSession

        @Deprecated
        public com.tangosol.net.Session createSession​(com.tangosol.net.Session.Option... options)
        Deprecated.
        This method will throw UnsupportedOperationException.
        Specified by:
        createSession in interface com.tangosol.net.SessionProvider
        Parameters:
        options - the Session.Options for creating the Session
        Returns:
        this method will throw UnsupportedOperationException.
      • close

        public void close()
        Deprecated.
        Close all GrpcRemoteSession instances created by the GrpcSessions factory.
        Specified by:
        close in interface com.tangosol.net.SessionProvider