InstrumentedDatabase | InstrumentedDatabase | |||
---|---|---|---|---|
Compiled from "InstrumentedDatabase.java" | Compiled from "InstrumentedDatabase.java" | |||
public class io.dropwizard.foundationdb.instrumented.InstrumentedDatabase i mplements com.apple.foundationdb.Database { | public class io.dropwizard.foundationdb.instrumented.InstrumentedDatabase i mplements com.apple.foundationdb.Database { | |||
public io.dropwizard.foundationdb.instrumented.InstrumentedDatabase(com.a pple.foundationdb.Database, com.codahale.metrics.MetricRegistry, java.lang. String); | public io.dropwizard.foundationdb.instrumented.InstrumentedDatabase(com.a pple.foundationdb.Database, com.codahale.metrics.MetricRegistry, java.lang. String); | |||
public com.apple.foundationdb.Transaction createTransaction(); | public com.apple.foundationdb.Transaction createTransaction(); | |||
public com.apple.foundationdb.Transaction createTransaction(java.util.con current.Executor); | public com.apple.foundationdb.Transaction createTransaction(java.util.con current.Executor); | |||
public com.apple.foundationdb.Transaction createTransaction(java.util.con current.Executor, com.apple.foundationdb.EventKeeper); | public com.apple.foundationdb.Transaction createTransaction(java.util.con current.Executor, com.apple.foundationdb.EventKeeper); | |||
public com.apple.foundationdb.DatabaseOptions options(); | public com.apple.foundationdb.DatabaseOptions options(); | |||
public double getMainThreadBusyness(); | ||||
public com.apple.foundationdb.Tenant openTenant(com.apple.foundationdb.tu | ||||
ple.Tuple); | ||||
public com.apple.foundationdb.Tenant openTenant(byte[], java.util.concurr | ||||
ent.Executor); | ||||
public com.apple.foundationdb.Tenant openTenant(com.apple.foundationdb.tu | ||||
ple.Tuple, java.util.concurrent.Executor); | ||||
public com.apple.foundationdb.Tenant openTenant(byte[], java.util.concurr | ||||
ent.Executor, com.apple.foundationdb.EventKeeper); | ||||
public com.apple.foundationdb.Tenant openTenant(com.apple.foundationdb.tu | ||||
ple.Tuple, java.util.concurrent.Executor, com.apple.foundationdb.EventKeepe | ||||
r); | ||||
public <T> T read(java.util.function.Function<? super com.apple.foundatio ndb.ReadTransaction, T>, java.util.concurrent.Executor); | public <T> T read(java.util.function.Function<? super com.apple.foundatio ndb.ReadTransaction, T>, java.util.concurrent.Executor); | |||
public <T> java.util.concurrent.CompletableFuture<T> readAsync(java.util. function.Function<? super com.apple.foundationdb.ReadTransaction, ? extends java.util.concurrent.CompletableFuture<T>>, java.util.concurrent.Executor) ; | public <T> java.util.concurrent.CompletableFuture<T> readAsync(java.util. function.Function<? super com.apple.foundationdb.ReadTransaction, ? extends java.util.concurrent.CompletableFuture<T>>, java.util.concurrent.Executor) ; | |||
public <T> T run(java.util.function.Function<? super com.apple.foundation db.Transaction, T>, java.util.concurrent.Executor); | public <T> T run(java.util.function.Function<? super com.apple.foundation db.Transaction, T>, java.util.concurrent.Executor); | |||
public <T> java.util.concurrent.CompletableFuture<T> runAsync(java.util.f unction.Function<? super com.apple.foundationdb.Transaction, ? extends java .util.concurrent.CompletableFuture<T>>, java.util.concurrent.Executor); | public <T> java.util.concurrent.CompletableFuture<T> runAsync(java.util.f unction.Function<? super com.apple.foundationdb.Transaction, ? extends java .util.concurrent.CompletableFuture<T>>, java.util.concurrent.Executor); | |||
public void close(); | public void close(); | |||
public java.util.concurrent.Executor getExecutor(); | public java.util.concurrent.Executor getExecutor(); | |||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 12 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |