Uses of Interface
org.cojen.tupl.Database
Packages that use Database
-
Uses of Database in org.cojen.tupl
Methods in org.cojen.tupl that return DatabaseModifier and TypeMethodDescriptionstatic Database
Database.connect
(SocketAddress addr, SSLContext context, long... tokens) Establish a remote connection to a database which is running aserver
.static Database
Database.destroy
(DatabaseConfig config) Delete the contents of an existing database, and replace it with an empty one.static Database
Database.open
(DatabaseConfig config) Open a database, creating it if necessary.static Database
Database.rebuild
(DatabaseConfig oldConfig, DatabaseConfig newConfig, int numThreads) Open an existing database and copy all the data into a new database, which can have a different configuration.static Database
Database.restoreFromSnapshot
(DatabaseConfig config, InputStream in) Restore from a snapshot, into the data files defined by the given configuration. -
Uses of Database in org.cojen.tupl.ext
Methods in org.cojen.tupl.ext with parameters of type Database