Class GrpcServiceDependencies.DefaultDependencies

    • Constructor Detail

      • DefaultDependencies

        public DefaultDependencies()
    • Method Detail

      • setSerializerFactory

        public void setSerializerFactory​(com.tangosol.io.NamedSerializerFactory serializerFactory)
        Set the NamedSerializerFactory.
        Parameters:
        serializerFactory - the NamedSerializerFactory
      • setDaemonPool

        public void setDaemonPool​(com.tangosol.internal.util.DaemonPool pool)
        Set the DaemonPool.
        Parameters:
        pool - the DaemonPool
      • setTransferThreshold

        public void setTransferThreshold​(Long transferThreshold)
        Set the transfer threshold.
        Parameters:
        transferThreshold - the transfer threshold
      • getRegistry

        public Optional<com.tangosol.net.management.Registry> getRegistry()
        Description copied from interface: GrpcServiceDependencies
        Return the optional management Registry to register the proxy MBean with.
        Specified by:
        getRegistry in interface GrpcServiceDependencies
        Returns:
        the optional management Registry to register the proxy MBean with
      • setRegistry

        public void setRegistry​(com.tangosol.net.management.Registry registry)
        Set the management Registry to register the proxy MBean with.
        Parameters:
        registry - the management Registry to register the proxy MBean with
      • setContext

        public void setContext​(com.tangosol.application.Context context)
        Set the Context.
        Parameters:
        context - the Context