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.Configuration> implements io.dropwizard.ConfiguredBundle<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.setup.Bootstrap<?>); | |||
public void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce ption; | public void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce ption; | |||
public abstract io.dropwizard.cassandra.CassandraFactory getCassandraFact ory(T); | public abstract io.dropwizard.cassandra.CassandraFactory getCassandraFact ory(T); | |||
public com.datastax.driver.core.Session 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.setup.Environment) throws java.lang.Exception; | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 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/ |