Class ClusterOptions

java.lang.Object
com.apple.foundationdb.ClusterOptions

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

    • ClusterOptions

      public ClusterOptions(OptionConsumer consumer)
      Deprecated.
  • Method Details

    • 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, String param)
    • setOption

      protected void setOption(int code, long param)