| CassandraBundle | CassandraBundle | |||
|---|---|---|---|---|
| Compiled from "CassandraBundle.java" | Compiled from "CassandraBundle.java" | |||
| public abstract class io.dropwizard.cassandra.CassandraBundle<T extends io. dropwizard.Configuration> implements io.dropwizard.ConfiguredBundle<T>, io. dropwizard.cassandra.CassandraConfiguration<T> { | public abstract class io.dropwizard.cassandra.CassandraBundle<T extends io. dropwizard.core.Configuration> implements io.dropwizard.core.ConfiguredBund le<T>, io.dropwizard.cassandra.CassandraConfiguration<T> { | |||
| public io.dropwizard.cassandra.CassandraBundle(); | public io.dropwizard.cassandra.CassandraBundle(); | |||
| 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.cassandra.CassandraFactory getCassandraFact ory(T); | public abstract io.dropwizard.cassandra.CassandraFactory getCassandraFact ory(T); | |||
| public com.datastax.oss.driver.api.core.CqlSession getSession(); | public com.datastax.oss.driver.api.core.CqlSession getSession(); | |||
| 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/ | ||||