Package com.apple.foundationdb
Class ClusterOptions
- java.lang.Object
-
- com.apple.foundationdb.ClusterOptions
-
@Deprecated public class ClusterOptions extends java.lang.ObjectDeprecated.There are no cluster options.A set of options that can be set on aCluster.
-
-
Constructor Summary
Constructors Constructor Description ClusterOptions(OptionConsumer consumer)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OptionConsumergetOptionConsumer()Returns the object on which these options are being set.protected voidsetOption(int code)protected voidsetOption(int code, byte[] param)protected voidsetOption(int code, long param)protected voidsetOption(int code, java.lang.String param)
-
-
-
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)
-
-