
com.apple.foundationdb.ClusterOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fdb-java Show documentation
Show all versions of fdb-java Show documentation
Java bindings for the FoundationDB database. These bindings require the FoundationDB client, which is under a different license. The client can be obtained from https://www.foundationdb.org/download/.
package com.apple.foundationdb;
/**
* A set of options that can be set on a {@link Cluster}.
*
* There are currently no options available.
*/
public class ClusterOptions extends OptionsSet {
public ClusterOptions( OptionConsumer consumer ) { super(consumer); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy