RecordLayerBundle | RecordLayerBundle | |||
---|---|---|---|---|
Compiled from "RecordLayerBundle.java" | Compiled from "RecordLayerBundle.java" | |||
public abstract class io.dropwizard.foundationdb.RecordLayerBundle<T extend s io.dropwizard.Configuration> implements io.dropwizard.ConfiguredBundle<T> { | public abstract class io.dropwizard.foundationdb.RecordLayerBundle<T extend s io.dropwizard.core.Configuration> implements io.dropwizard.core.Configure dBundle<T> { | |||
protected io.dropwizard.foundationdb.RecordLayerBundle(); | protected io.dropwizard.foundationdb.RecordLayerBundle(); | |||
protected io.dropwizard.foundationdb.RecordLayerBundle(java.util.concurre nt.Executor, java.util.concurrent.Executor); | protected io.dropwizard.foundationdb.RecordLayerBundle(java.util.concurre nt.Executor, java.util.concurrent.Executor); | |||
public void initialize(io.dropwizard.setup.Bootstrap<?>); | public void initialize(io.dropwizard.core.setup.Bootstrap<?>); | |||
public void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce | public void run(T, io.dropwizard.core.setup.Environment) throws java.lang | |||
ption; | .Exception; | |||
public abstract io.dropwizard.foundationdb.RecordLayerFactory getRecordLa yerFactory(T); | public abstract io.dropwizard.foundationdb.RecordLayerFactory getRecordLa yerFactory(T); | |||
public com.apple.foundationdb.record.provider.foundationdb.FDBDatabase ge tDatabase(); | public com.apple.foundationdb.record.provider.foundationdb.FDBDatabase ge tDatabase(); | |||
public void run(java.lang.Object, io.dropwizard.setup.Environment) throws java.lang.Exception; | public void run(java.lang.Object, io.dropwizard.core.setup.Environment) t hrows java.lang.Exception; | |||
} | } | |||
End of changes. 3 change blocks. | ||||
5 lines changed or deleted | 5 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/ |