Class ClusterOptions


  • @Deprecated
    public class ClusterOptions
    extends java.lang.Object
    Deprecated.
    There are no cluster options.
    A set of options that can be set on a Cluster.
    • Constructor Detail

      • ClusterOptions

        public ClusterOptions​(OptionConsumer consumer)
        Deprecated.
    • Method Detail

      • getOptionConsumer

        public OptionConsumer getOptionConsumer()
        Returns the object on which these options are being set. Rarely used by client code, since all options should be top-level methods on extending classes.
        Returns:
        target of option set calls
      • setOption

        protected void setOption​(int code)
      • setOption

        protected void setOption​(int code,
                                 byte[] param)
      • setOption

        protected void setOption​(int code,
                                 java.lang.String param)
      • setOption

        protected void setOption​(int code,
                                 long param)