Package com.apple.foundationdb
Class ClusterOptions
java.lang.Object
com.apple.foundationdb.ClusterOptions
Deprecated.
There are no cluster options.
A set of options that can be set on a
Cluster
.-
Constructor Details
-
ClusterOptions
Deprecated.
-
-
Method Details
-
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
-
setOption
protected void setOption(int code, long param)
-