Class ProxyFactoryConfig

java.lang.Object
com.hazelcast.client.config.ProxyFactoryConfig

public class ProxyFactoryConfig
extends Object
This class is related to SPI. To register custom services to java client.
  • Constructor Details

    • ProxyFactoryConfig

      public ProxyFactoryConfig()
    • ProxyFactoryConfig

      public ProxyFactoryConfig​(String className, String service)
    • ProxyFactoryConfig

      public ProxyFactoryConfig​(String service, com.hazelcast.client.impl.spi.ClientProxyFactory factoryImpl)
    • ProxyFactoryConfig

      public ProxyFactoryConfig​(ProxyFactoryConfig factoryConfig)
  • Method Details

    • getClassName

      public String getClassName()
      Returns:
      class name of proxy factory
    • setClassName

      public ProxyFactoryConfig setClassName​(@Nonnull String className)
      Sets class name of proxy factory
      Parameters:
      className - of proxy factory
    • getService

      public String getService()
      Returns:
      service name of related proxy factory
    • setService

      public ProxyFactoryConfig setService​(String service)
      Parameters:
      service - for given proxy factory
    • getFactoryImpl

      public com.hazelcast.client.impl.spi.ClientProxyFactory getFactoryImpl()
      Returns:
      implementation of proxy factory
    • setFactoryImpl

      public ProxyFactoryConfig setFactoryImpl​(@Nonnull com.hazelcast.client.impl.spi.ClientProxyFactory factoryImpl)
      Sets factory implementation of proxy factory
      Parameters:
      factoryImpl - of proxy factory
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object