Source compatibility report for the dropwizard-cassandra library between 1.4.0 and 2.0.0 versions
Test Info
Library Name | dropwizard-cassandra |
Version #1 | 1.4.0 |
Version #2 | 2.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 450 / 71 |
Compatibility |
15.7% |
Problem Summary
| Severity | Count |
Added Methods | - | 215 |
Removed Methods | High | 168 |
Problems with Data Types | High | 37 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 7 |
Low | 0 |
Other Changes in Data Types | - | 5 |
Added Methods 215
dropwizard-cassandra-2.0.0.jar, AbstractCassandraOption.class
package io.dropwizard.cassandra.options
AbstractCassandraOption<T>.AbstractCassandraOption<T> ( )
io/dropwizard/cassandra/options/AbstractCassandraOption."<init>":()V
AbstractCassandraOption<T>.getName ( ) : String
io/dropwizard/cassandra/options/AbstractCassandraOption.getName:()Ljava/lang/String;
AbstractCassandraOption<T>.getValue ( ) : T
io/dropwizard/cassandra/options/AbstractCassandraOption.getValue:()Ljava/lang/Object;
AbstractCassandraOption<T>.setName ( String name ) : void
io/dropwizard/cassandra/options/AbstractCassandraOption.setName:(Ljava/lang/String;)V
AbstractCassandraOption<T>.setValue ( T value ) : void
io/dropwizard/cassandra/options/AbstractCassandraOption.setValue:(Ljava/lang/Object;)V
dropwizard-cassandra-2.0.0.jar, AbstractCassandraOptionsWithBuilder.class
package io.dropwizard.cassandra.options
AbstractCassandraOptionsWithBuilder<T>.AbstractCassandraOptionsWithBuilder<T> ( )
io/dropwizard/cassandra/options/AbstractCassandraOptionsWithBuilder."<init>":()V
AbstractCassandraOptionsWithBuilder<T>.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/options/AbstractCassandraOptionsWithBuilder.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
AbstractCassandraOptionsWithBuilder<T>.accept ( Object p1 ) : void
io/dropwizard/cassandra/options/AbstractCassandraOptionsWithBuilder.accept:(Ljava/lang/Object;)V
AbstractCassandraOptionsWithBuilder<T>.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder p1 ) [abstract] : BiConsumer<DriverOption,T>
io/dropwizard/cassandra/options/AbstractCassandraOptionsWithBuilder.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
dropwizard-cassandra-2.0.0.jar, AtomicMonotonicTimestampGeneratorFactory.class
package io.dropwizard.cassandra.timestamp
AtomicMonotonicTimestampGeneratorFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/timestamp/AtomicMonotonicTimestampGeneratorFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
AtomicMonotonicTimestampGeneratorFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/timestamp/AtomicMonotonicTimestampGeneratorFactory.accept:(Ljava/lang/Object;)V
dropwizard-cassandra-2.0.0.jar, BasicCassandraFactory.class
package io.dropwizard.cassandra
BasicCassandraFactory.build ( MetricRegistry metrics, LifecycleEnvironment lifecycle, HealthCheckRegistry healthChecks, Tracing tracing ) : CqlSession
io/dropwizard/cassandra/BasicCassandraFactory.build:(Lcom/codahale/metrics/MetricRegistry;Lio/dropwizard/lifecycle/setup/LifecycleEnvironment;Lcom/codahale/metrics/health/HealthCheckRegistry;Lbrave/Tracing;)Lcom/datastax/oss/driver/api/core/CqlSession;
dropwizard-cassandra-2.0.0.jar, BasicPolicyFactory.class
package io.dropwizard.cassandra.loadbalancing
BasicPolicyFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/loadbalancing/BasicPolicyFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
BasicPolicyFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/loadbalancing/BasicPolicyFactory.accept:(Ljava/lang/Object;)V
BasicPolicyFactory.BasicPolicyFactory ( )
io/dropwizard/cassandra/loadbalancing/BasicPolicyFactory."<init>":()V
BasicPolicyFactory.getDataCenterFailoverAllowLocalConsistencyLevels ( ) : Boolean
io/dropwizard/cassandra/loadbalancing/BasicPolicyFactory.getDataCenterFailoverAllowLocalConsistencyLevels:()Ljava/lang/Boolean;
BasicPolicyFactory.getDcFailoverMaxNodesPerRemoteDc ( ) : Integer
io/dropwizard/cassandra/loadbalancing/BasicPolicyFactory.getDcFailoverMaxNodesPerRemoteDc:()Ljava/lang/Integer;
BasicPolicyFactory.getLocalDataCenter ( ) : String
io/dropwizard/cassandra/loadbalancing/BasicPolicyFactory.getLocalDataCenter:()Ljava/lang/String;
BasicPolicyFactory.getSlowAvoidance ( ) : Boolean
io/dropwizard/cassandra/loadbalancing/BasicPolicyFactory.getSlowAvoidance:()Ljava/lang/Boolean;
BasicPolicyFactory.setDataCenterFailoverAllowLocalConsistencyLevels ( Boolean dataCenterFailoverAllowLocalConsistencyLevels ) : void
io/dropwizard/cassandra/loadbalancing/BasicPolicyFactory.setDataCenterFailoverAllowLocalConsistencyLevels:(Ljava/lang/Boolean;)V
BasicPolicyFactory.setDcFailoverMaxNodesPerRemoteDc ( Integer dcFailoverMaxNodesPerRemoteDc ) : void
io/dropwizard/cassandra/loadbalancing/BasicPolicyFactory.setDcFailoverMaxNodesPerRemoteDc:(Ljava/lang/Integer;)V
BasicPolicyFactory.setLocalDataCenter ( String localDataCenter ) : void
io/dropwizard/cassandra/loadbalancing/BasicPolicyFactory.setLocalDataCenter:(Ljava/lang/String;)V
BasicPolicyFactory.setSlowAvoidance ( Boolean slowAvoidance ) : void
io/dropwizard/cassandra/loadbalancing/BasicPolicyFactory.setSlowAvoidance:(Ljava/lang/Boolean;)V
dropwizard-cassandra-2.0.0.jar, BooleanCassandraOption.class
package io.dropwizard.cassandra.options
BooleanCassandraOption.BooleanCassandraOption ( )
io/dropwizard/cassandra/options/BooleanCassandraOption."<init>":()V
BooleanCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,Boolean>
io/dropwizard/cassandra/options/BooleanCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
dropwizard-cassandra-2.0.0.jar, BooleanListCassandraOption.class
package io.dropwizard.cassandra.options
BooleanListCassandraOption.BooleanListCassandraOption ( )
io/dropwizard/cassandra/options/BooleanListCassandraOption."<init>":()V
BooleanListCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,List<Boolean>>
io/dropwizard/cassandra/options/BooleanListCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
dropwizard-cassandra-2.0.0.jar, BytesCassandraOption.class
package io.dropwizard.cassandra.options
BytesCassandraOption.BytesCassandraOption ( )
io/dropwizard/cassandra/options/BytesCassandraOption."<init>":()V
BytesCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,Long>
io/dropwizard/cassandra/options/BytesCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
dropwizard-cassandra-2.0.0.jar, BytesListCassandraOption.class
package io.dropwizard.cassandra.options
BytesListCassandraOption.BytesListCassandraOption ( )
io/dropwizard/cassandra/options/BytesListCassandraOption."<init>":()V
BytesListCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,List<Long>>
io/dropwizard/cassandra/options/BytesListCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
dropwizard-cassandra-2.0.0.jar, CassandraBundle.class
package io.dropwizard.cassandra
CassandraBundle<T>.getSession ( ) : CqlSession
io/dropwizard/cassandra/CassandraBundle.getSession:()Lcom/datastax/oss/driver/api/core/CqlSession;
dropwizard-cassandra-2.0.0.jar, CassandraFactory.class
package io.dropwizard.cassandra
CassandraFactory.addAdditionalBuilderOptions ( ProgrammaticDriverConfigLoaderBuilder loader, MetricRegistry metrics ) : void
io/dropwizard/cassandra/CassandraFactory.addAdditionalBuilderOptions:(Lcom/datastax/oss/driver/api/core/config/ProgrammaticDriverConfigLoaderBuilder;Lcom/codahale/metrics/MetricRegistry;)V
CassandraFactory.build ( MetricRegistry p1, LifecycleEnvironment p2, HealthCheckRegistry p3, Tracing p4 ) [abstract] : CqlSession
io/dropwizard/cassandra/CassandraFactory.build:(Lcom/codahale/metrics/MetricRegistry;Lio/dropwizard/lifecycle/setup/LifecycleEnvironment;Lcom/codahale/metrics/health/HealthCheckRegistry;Lbrave/Tracing;)Lcom/datastax/oss/driver/api/core/CqlSession;
CassandraFactory.configBuilderHelper ( DropwizardCassandraConfigBuilder dropwizardCassandraConfigBuilder, DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : CassandraFactory
io/dropwizard/cassandra/CassandraFactory.configBuilderHelper:(Lio/dropwizard/cassandra/DropwizardCassandraConfigBuilder;Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Lio/dropwizard/cassandra/CassandraFactory;
CassandraFactory.getCassandraOptions ( ) : List<CassandraOption>
io/dropwizard/cassandra/CassandraFactory.getCassandraOptions:()Ljava/util/List;
CassandraFactory.getCompression ( ) : String
io/dropwizard/cassandra/CassandraFactory.getCompression:()Ljava/lang/String;
CassandraFactory.getConfig ( MetricRegistry metrics ) : DriverConfigLoader
io/dropwizard/cassandra/CassandraFactory.getConfig:(Lcom/codahale/metrics/MetricRegistry;)Lcom/datastax/oss/driver/api/core/config/DriverConfigLoader;
CassandraFactory.getNodeMetrics ( ) : List<String>
io/dropwizard/cassandra/CassandraFactory.getNodeMetrics:()Ljava/util/List;
CassandraFactory.getProtocolVersion ( ) : protocolVersion.ProtocolVersionFactory
io/dropwizard/cassandra/CassandraFactory.getProtocolVersion:()Lio/dropwizard/cassandra/protocolVersion/ProtocolVersionFactory;
CassandraFactory.getRequestOptionsFactory ( ) : RequestOptionsFactory
io/dropwizard/cassandra/CassandraFactory.getRequestOptionsFactory:()Lio/dropwizard/cassandra/request/RequestOptionsFactory;
CassandraFactory.getSessionKeyspaceName ( ) : String
io/dropwizard/cassandra/CassandraFactory.getSessionKeyspaceName:()Ljava/lang/String;
CassandraFactory.getSessionMetrics ( ) : List<String>
io/dropwizard/cassandra/CassandraFactory.getSessionMetrics:()Ljava/util/List;
CassandraFactory.getSessionName ( ) : String
io/dropwizard/cassandra/CassandraFactory.getSessionName:()Ljava/lang/String;
CassandraFactory.setCassandraOptions ( List<CassandraOption> cassandraOptions ) : void
io/dropwizard/cassandra/CassandraFactory.setCassandraOptions:(Ljava/util/List;)V
CassandraFactory.setCompression ( String compression ) : void
io/dropwizard/cassandra/CassandraFactory.setCompression:(Ljava/lang/String;)V
CassandraFactory.setNodeMetrics ( List<String> nodeMetrics ) : void
io/dropwizard/cassandra/CassandraFactory.setNodeMetrics:(Ljava/util/List;)V
CassandraFactory.setProtocolVersion ( protocolVersion.ProtocolVersionFactory protocolVersion ) : void
io/dropwizard/cassandra/CassandraFactory.setProtocolVersion:(Lio/dropwizard/cassandra/protocolVersion/ProtocolVersionFactory;)V
CassandraFactory.setRequestOptionsFactory ( RequestOptionsFactory requestOptionsFactory ) : void
io/dropwizard/cassandra/CassandraFactory.setRequestOptionsFactory:(Lio/dropwizard/cassandra/request/RequestOptionsFactory;)V
CassandraFactory.setSessionKeyspaceName ( String sessionKeyspaceName ) : void
io/dropwizard/cassandra/CassandraFactory.setSessionKeyspaceName:(Ljava/lang/String;)V
CassandraFactory.setSessionMetrics ( List<String> sessionMetrics ) : void
io/dropwizard/cassandra/CassandraFactory.setSessionMetrics:(Ljava/util/List;)V
CassandraFactory.setSessionName ( String sessionName ) : void
io/dropwizard/cassandra/CassandraFactory.setSessionName:(Ljava/lang/String;)V
CassandraFactory.setUpClusterBuilder ( MetricRegistry metrics ) : CqlSessionBuilder
io/dropwizard/cassandra/CassandraFactory.setUpClusterBuilder:(Lcom/codahale/metrics/MetricRegistry;)Lcom/datastax/oss/driver/api/core/CqlSessionBuilder;
CassandraFactory.setUpHealthChecks ( CqlSession session, HealthCheckRegistry healthChecks ) : void
io/dropwizard/cassandra/CassandraFactory.setUpHealthChecks:(Lcom/datastax/oss/driver/api/core/CqlSession;Lcom/codahale/metrics/health/HealthCheckRegistry;)V
CassandraFactory.setUpLifecycle ( CqlSession session, LifecycleEnvironment lifecycle ) : void
io/dropwizard/cassandra/CassandraFactory.setUpLifecycle:(Lcom/datastax/oss/driver/api/core/CqlSession;Lio/dropwizard/lifecycle/setup/LifecycleEnvironment;)V
dropwizard-cassandra-2.0.0.jar, CassandraHealthCheck.class
package io.dropwizard.cassandra.health
CassandraHealthCheck.CassandraHealthCheck ( CqlSession session, String validationQuery, Duration timeout )
io/dropwizard/cassandra/health/CassandraHealthCheck."<init>":(Lcom/datastax/oss/driver/api/core/CqlSession;Ljava/lang/String;Lio/dropwizard/util/Duration;)V
dropwizard-cassandra-2.0.0.jar, CassandraManager.class
package io.dropwizard.cassandra.managed
CassandraManager.CassandraManager ( CqlSession session, Duration shutdownGracePeriod )
io/dropwizard/cassandra/managed/CassandraManager."<init>":(Lcom/datastax/oss/driver/api/core/CqlSession;Lio/dropwizard/util/Duration;)V
dropwizard-cassandra-2.0.0.jar, CassandraOption.class
package io.dropwizard.cassandra.options
CassandraOption.getDriverOption ( String name ) : DriverOption
io/dropwizard/cassandra/options/CassandraOption.getDriverOption:(Ljava/lang/String;)Lcom/datastax/oss/driver/api/core/config/DriverOption;
dropwizard-cassandra-2.0.0.jar, ClassCassandraOption.class
package io.dropwizard.cassandra.options
ClassCassandraOption.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/options/ClassCassandraOption.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
ClassCassandraOption.accept ( Object p1 ) : void
io/dropwizard/cassandra/options/ClassCassandraOption.accept:(Ljava/lang/Object;)V
ClassCassandraOption.ClassCassandraOption ( )
io/dropwizard/cassandra/options/ClassCassandraOption."<init>":()V
dropwizard-cassandra-2.0.0.jar, ConsistencyDowngradingRetryPolicyFactory.class
package io.dropwizard.cassandra.retry
ConsistencyDowngradingRetryPolicyFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/retry/ConsistencyDowngradingRetryPolicyFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
ConsistencyDowngradingRetryPolicyFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/retry/ConsistencyDowngradingRetryPolicyFactory.accept:(Ljava/lang/Object;)V
ConsistencyDowngradingRetryPolicyFactory.ConsistencyDowngradingRetryPolicyFactory ( )
io/dropwizard/cassandra/retry/ConsistencyDowngradingRetryPolicyFactory."<init>":()V
dropwizard-cassandra-2.0.0.jar, ConstantReconnectionPolicyFactory.class
package io.dropwizard.cassandra.reconnection
ConstantReconnectionPolicyFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/reconnection/ConstantReconnectionPolicyFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
ConstantReconnectionPolicyFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/reconnection/ConstantReconnectionPolicyFactory.accept:(Ljava/lang/Object;)V
dropwizard-cassandra-2.0.0.jar, ConstantSpeculativeExecutionPolicyFactory.class
package io.dropwizard.cassandra.speculativeexecution
ConstantSpeculativeExecutionPolicyFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/speculativeexecution/ConstantSpeculativeExecutionPolicyFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
ConstantSpeculativeExecutionPolicyFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/speculativeexecution/ConstantSpeculativeExecutionPolicyFactory.accept:(Ljava/lang/Object;)V
dropwizard-cassandra-2.0.0.jar, ContactPoint.class
package io.dropwizard.cassandra
ContactPoint.ContactPoint ( )
io/dropwizard/cassandra/ContactPoint."<init>":()V
ContactPoint.getHost ( ) : String
io/dropwizard/cassandra/ContactPoint.getHost:()Ljava/lang/String;
ContactPoint.getPort ( ) : Integer
io/dropwizard/cassandra/ContactPoint.getPort:()Ljava/lang/Integer;
ContactPoint.setHost ( String host ) : void
io/dropwizard/cassandra/ContactPoint.setHost:(Ljava/lang/String;)V
ContactPoint.setPort ( Integer port ) : void
io/dropwizard/cassandra/ContactPoint.setPort:(Ljava/lang/Integer;)V
dropwizard-cassandra-2.0.0.jar, DataCenterInferringPolicyFactory.class
package io.dropwizard.cassandra.loadbalancing
DataCenterInferringPolicyFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/loadbalancing/DataCenterInferringPolicyFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
DataCenterInferringPolicyFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/loadbalancing/DataCenterInferringPolicyFactory.accept:(Ljava/lang/Object;)V
DataCenterInferringPolicyFactory.DataCenterInferringPolicyFactory ( )
io/dropwizard/cassandra/loadbalancing/DataCenterInferringPolicyFactory."<init>":()V
dropwizard-cassandra-2.0.0.jar, DefaultPolicyFactory.class
package io.dropwizard.cassandra.loadbalancing
DefaultPolicyFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/loadbalancing/DefaultPolicyFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
DefaultPolicyFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/loadbalancing/DefaultPolicyFactory.accept:(Ljava/lang/Object;)V
DefaultPolicyFactory.DefaultPolicyFactory ( )
io/dropwizard/cassandra/loadbalancing/DefaultPolicyFactory."<init>":()V
dropwizard-cassandra-2.0.0.jar, DefaultProtocolVersionFactory.class
package io.dropwizard.cassandra.protocolVersion
DefaultProtocolVersionFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder configLoaderBuilder ) : void
io/dropwizard/cassandra/protocolVersion/DefaultProtocolVersionFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
DefaultProtocolVersionFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/protocolVersion/DefaultProtocolVersionFactory.accept:(Ljava/lang/Object;)V
DefaultProtocolVersionFactory.DefaultProtocolVersionFactory ( )
io/dropwizard/cassandra/protocolVersion/DefaultProtocolVersionFactory."<init>":()V
DefaultProtocolVersionFactory.getVersion ( ) : DefaultProtocolVersion
io/dropwizard/cassandra/protocolVersion/DefaultProtocolVersionFactory.getVersion:()Lcom/datastax/oss/driver/api/core/DefaultProtocolVersion;
DefaultProtocolVersionFactory.setVersion ( DefaultProtocolVersion version ) : void
io/dropwizard/cassandra/protocolVersion/DefaultProtocolVersionFactory.setVersion:(Lcom/datastax/oss/driver/api/core/DefaultProtocolVersion;)V
dropwizard-cassandra-2.0.0.jar, DefaultRetryPolicyFactory.class
package io.dropwizard.cassandra.retry
DefaultRetryPolicyFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/retry/DefaultRetryPolicyFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
DefaultRetryPolicyFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/retry/DefaultRetryPolicyFactory.accept:(Ljava/lang/Object;)V
dropwizard-cassandra-2.0.0.jar, DefaultSslFactory.class
package io.dropwizard.cassandra.ssl
DefaultSslFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/ssl/DefaultSslFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
DefaultSslFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/ssl/DefaultSslFactory.accept:(Ljava/lang/Object;)V
DefaultSslFactory.DefaultSslFactory ( )
io/dropwizard/cassandra/ssl/DefaultSslFactory."<init>":()V
DefaultSslFactory.getCipherSuites ( ) : List<String>
io/dropwizard/cassandra/ssl/DefaultSslFactory.getCipherSuites:()Ljava/util/List;
DefaultSslFactory.getHostValidation ( ) : Boolean
io/dropwizard/cassandra/ssl/DefaultSslFactory.getHostValidation:()Ljava/lang/Boolean;
DefaultSslFactory.getKeyStorePassword ( ) : String
io/dropwizard/cassandra/ssl/DefaultSslFactory.getKeyStorePassword:()Ljava/lang/String;
DefaultSslFactory.getKeyStorePath ( ) : String
io/dropwizard/cassandra/ssl/DefaultSslFactory.getKeyStorePath:()Ljava/lang/String;
DefaultSslFactory.getTrustStorePassword ( ) : String
io/dropwizard/cassandra/ssl/DefaultSslFactory.getTrustStorePassword:()Ljava/lang/String;
DefaultSslFactory.getTrustStorePath ( ) : String
io/dropwizard/cassandra/ssl/DefaultSslFactory.getTrustStorePath:()Ljava/lang/String;
DefaultSslFactory.setCipherSuites ( List<String> cipherSuites ) : void
io/dropwizard/cassandra/ssl/DefaultSslFactory.setCipherSuites:(Ljava/util/List;)V
DefaultSslFactory.setHostValidation ( Boolean hostValidation ) : void
io/dropwizard/cassandra/ssl/DefaultSslFactory.setHostValidation:(Ljava/lang/Boolean;)V
DefaultSslFactory.setKeyStorePassword ( String keyStorePassword ) : void
io/dropwizard/cassandra/ssl/DefaultSslFactory.setKeyStorePassword:(Ljava/lang/String;)V
DefaultSslFactory.setKeyStorePath ( String keyStorePath ) : void
io/dropwizard/cassandra/ssl/DefaultSslFactory.setKeyStorePath:(Ljava/lang/String;)V
DefaultSslFactory.setTrustStorePassword ( String trustStorePassword ) : void
io/dropwizard/cassandra/ssl/DefaultSslFactory.setTrustStorePassword:(Ljava/lang/String;)V
DefaultSslFactory.setTrustStorePath ( String trustStorePath ) : void
io/dropwizard/cassandra/ssl/DefaultSslFactory.setTrustStorePath:(Ljava/lang/String;)V
dropwizard-cassandra-2.0.0.jar, DoubleCassandraOption.class
package io.dropwizard.cassandra.options
DoubleCassandraOption.DoubleCassandraOption ( )
io/dropwizard/cassandra/options/DoubleCassandraOption."<init>":()V
DoubleCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,Double>
io/dropwizard/cassandra/options/DoubleCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
dropwizard-cassandra-2.0.0.jar, DoubleListCassandraOption.class
package io.dropwizard.cassandra.options
DoubleListCassandraOption.DoubleListCassandraOption ( )
io/dropwizard/cassandra/options/DoubleListCassandraOption."<init>":()V
DoubleListCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,List<Double>>
io/dropwizard/cassandra/options/DoubleListCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
dropwizard-cassandra-2.0.0.jar, DropwizardProgrammaticDriverConfigLoaderBuilder.class
package io.dropwizard.cassandra
DropwizardProgrammaticDriverConfigLoaderBuilder.build ( ) : DriverConfigLoader
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.build:()Lcom/datastax/oss/driver/api/core/config/DriverConfigLoader;
DropwizardProgrammaticDriverConfigLoaderBuilder.endProfile ( ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.endProfile:()Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.endProfile ( ) : ProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.endProfile:()Lcom/datastax/oss/driver/api/core/config/ProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.newInstance ( ) [static] : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.newInstance:()Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.startProfile ( String p1 ) : ProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.startProfile:(Ljava/lang/String;)Lcom/datastax/oss/driver/api/core/config/ProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.startProfile ( String s ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.startProfile:(Ljava/lang/String;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withBoolean ( DriverOption driverOption, boolean b ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withBoolean:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Z)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withBoolean ( DriverOption p1, boolean p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withBoolean:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Z)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withBooleanList ( DriverOption driverOption, List<Boolean> list ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withBooleanList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withBooleanList ( DriverOption p1, List p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withBooleanList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withBytes ( DriverOption driverOption, long l ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withBytes:(Lcom/datastax/oss/driver/api/core/config/DriverOption;J)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withBytes ( DriverOption p1, long p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withBytes:(Lcom/datastax/oss/driver/api/core/config/DriverOption;J)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withBytesList ( DriverOption driverOption, List<Long> list ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withBytesList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withBytesList ( DriverOption p1, List p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withBytesList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withClass ( DriverOption option, Class<?> value ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withClass:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/lang/Class;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withClass ( DriverOption p1, Class p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withClass:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/lang/Class;)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withDouble ( DriverOption driverOption, double v ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withDouble:(Lcom/datastax/oss/driver/api/core/config/DriverOption;D)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withDouble ( DriverOption p1, double p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withDouble:(Lcom/datastax/oss/driver/api/core/config/DriverOption;D)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withDoubleList ( DriverOption driverOption, List<Double> list ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withDoubleList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withDoubleList ( DriverOption p1, List p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withDoubleList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withDuration ( DriverOption driverOption, Duration duration ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withDuration:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/time/Duration;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withDuration ( DriverOption p1, Duration p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withDuration:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/time/Duration;)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withDurationList ( DriverOption driverOption, List<Duration> list ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withDurationList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withDurationList ( DriverOption p1, List p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withDurationList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withInt ( DriverOption driverOption, int i ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withInt:(Lcom/datastax/oss/driver/api/core/config/DriverOption;I)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withInt ( DriverOption p1, int p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withInt:(Lcom/datastax/oss/driver/api/core/config/DriverOption;I)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withIntList ( DriverOption driverOption, List<Integer> list ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withIntList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withIntList ( DriverOption p1, List p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withIntList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withLong ( DriverOption driverOption, long l ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withLong:(Lcom/datastax/oss/driver/api/core/config/DriverOption;J)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withLong ( DriverOption p1, long p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withLong:(Lcom/datastax/oss/driver/api/core/config/DriverOption;J)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withLongList ( DriverOption driverOption, List<Long> list ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withLongList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withLongList ( DriverOption p1, List p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withLongList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeBoolean ( DefaultDriverOption option, Boolean val ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeBoolean:(Lcom/datastax/oss/driver/api/core/config/DefaultDriverOption;Ljava/lang/Boolean;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeClass ( DefaultDriverOption option, Class<?> val ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeClass:(Lcom/datastax/oss/driver/api/core/config/DefaultDriverOption;Ljava/lang/Class;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeClassString ( DefaultDriverOption option, String val ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeClassString:(Lcom/datastax/oss/driver/api/core/config/DefaultDriverOption;Ljava/lang/String;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeDuration ( DefaultDriverOption option, Duration val ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeDuration:(Lcom/datastax/oss/driver/api/core/config/DefaultDriverOption;Lio/dropwizard/util/Duration;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeInteger ( DefaultDriverOption option, Integer val ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeInteger:(Lcom/datastax/oss/driver/api/core/config/DefaultDriverOption;Ljava/lang/Integer;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeLong ( DefaultDriverOption option, Long val ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeLong:(Lcom/datastax/oss/driver/api/core/config/DefaultDriverOption;Ljava/lang/Long;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeString ( DefaultDriverOption option, String val ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeString:(Lcom/datastax/oss/driver/api/core/config/DefaultDriverOption;Ljava/lang/String;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeStringList ( DefaultDriverOption option, List<String> val ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withNullSafeStringList:(Lcom/datastax/oss/driver/api/core/config/DefaultDriverOption;Ljava/util/List;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.without ( DriverOption driverOption ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.without:(Lcom/datastax/oss/driver/api/core/config/DriverOption;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.without ( DriverOption p1 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.without:(Lcom/datastax/oss/driver/api/core/config/DriverOption;)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withString ( DriverOption driverOption, String s ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withString:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/lang/String;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withString ( DriverOption p1, String p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withString:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/lang/String;)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withStringList ( DriverOption driverOption, List<String> list ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withStringList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withStringList ( DriverOption p1, List p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withStringList:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/List;)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
DropwizardProgrammaticDriverConfigLoaderBuilder.withStringMap ( DriverOption driverOption, Map<String,String> map ) : DropwizardProgrammaticDriverConfigLoaderBuilder
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withStringMap:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/Map;)Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;
DropwizardProgrammaticDriverConfigLoaderBuilder.withStringMap ( DriverOption p1, Map p2 ) : OngoingConfigOptions
io/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder.withStringMap:(Lcom/datastax/oss/driver/api/core/config/DriverOption;Ljava/util/Map;)Lcom/datastax/oss/driver/api/core/config/OngoingConfigOptions;
dropwizard-cassandra-2.0.0.jar, DseProtocolVersionFactory.class
package io.dropwizard.cassandra.protocolVersion
DseProtocolVersionFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder configLoaderBuilder ) : void
io/dropwizard/cassandra/protocolVersion/DseProtocolVersionFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
DseProtocolVersionFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/protocolVersion/DseProtocolVersionFactory.accept:(Ljava/lang/Object;)V
DseProtocolVersionFactory.DseProtocolVersionFactory ( )
io/dropwizard/cassandra/protocolVersion/DseProtocolVersionFactory."<init>":()V
DseProtocolVersionFactory.getVersion ( ) : DseProtocolVersion
io/dropwizard/cassandra/protocolVersion/DseProtocolVersionFactory.getVersion:()Lcom/datastax/dse/driver/api/core/DseProtocolVersion;
DseProtocolVersionFactory.setVersion ( DseProtocolVersion version ) : void
io/dropwizard/cassandra/protocolVersion/DseProtocolVersionFactory.setVersion:(Lcom/datastax/dse/driver/api/core/DseProtocolVersion;)V
dropwizard-cassandra-2.0.0.jar, DurationCassandraOption.class
package io.dropwizard.cassandra.options
DurationCassandraOption.DurationCassandraOption ( )
io/dropwizard/cassandra/options/DurationCassandraOption."<init>":()V
DurationCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,Duration>
io/dropwizard/cassandra/options/DurationCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
dropwizard-cassandra-2.0.0.jar, DurationListCassandraOption.class
package io.dropwizard.cassandra.options
DurationListCassandraOption.DurationListCassandraOption ( )
io/dropwizard/cassandra/options/DurationListCassandraOption."<init>":()V
DurationListCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,List<Duration>>
io/dropwizard/cassandra/options/DurationListCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
dropwizard-cassandra-2.0.0.jar, EC2MultiRegionAddressTranslatorFactory.class
package io.dropwizard.cassandra.network
EC2MultiRegionAddressTranslatorFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/network/EC2MultiRegionAddressTranslatorFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
EC2MultiRegionAddressTranslatorFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/network/EC2MultiRegionAddressTranslatorFactory.accept:(Ljava/lang/Object;)V
dropwizard-cassandra-2.0.0.jar, ExponentialReconnectionPolicyFactory.class
package io.dropwizard.cassandra.reconnection
ExponentialReconnectionPolicyFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/reconnection/ExponentialReconnectionPolicyFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
ExponentialReconnectionPolicyFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/reconnection/ExponentialReconnectionPolicyFactory.accept:(Ljava/lang/Object;)V
dropwizard-cassandra-2.0.0.jar, IntegerCassandraOption.class
package io.dropwizard.cassandra.options
IntegerCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,Integer>
io/dropwizard/cassandra/options/IntegerCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
IntegerCassandraOption.IntegerCassandraOption ( )
io/dropwizard/cassandra/options/IntegerCassandraOption."<init>":()V
dropwizard-cassandra-2.0.0.jar, IntegerListCassandraOption.class
package io.dropwizard.cassandra.options
IntegerListCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,List<Integer>>
io/dropwizard/cassandra/options/IntegerListCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
IntegerListCassandraOption.IntegerListCassandraOption ( )
io/dropwizard/cassandra/options/IntegerListCassandraOption."<init>":()V
dropwizard-cassandra-2.0.0.jar, JdkSslFactory.class
package io.dropwizard.cassandra.ssl
JdkSslFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/ssl/JdkSslFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
JdkSslFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/ssl/JdkSslFactory.accept:(Ljava/lang/Object;)V
JdkSslFactory.JdkSslFactory ( )
io/dropwizard/cassandra/ssl/JdkSslFactory."<init>":()V
dropwizard-cassandra-2.0.0.jar, LongCassandraOption.class
package io.dropwizard.cassandra.options
LongCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,Long>
io/dropwizard/cassandra/options/LongCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
LongCassandraOption.LongCassandraOption ( )
io/dropwizard/cassandra/options/LongCassandraOption."<init>":()V
dropwizard-cassandra-2.0.0.jar, LongListCassandraOption.class
package io.dropwizard.cassandra.options
LongListCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,List<Long>>
io/dropwizard/cassandra/options/LongListCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
LongListCassandraOption.LongListCassandraOption ( )
io/dropwizard/cassandra/options/LongListCassandraOption."<init>":()V
dropwizard-cassandra-2.0.0.jar, NoSpeculativeExecutionPolicyFactory.class
package io.dropwizard.cassandra.speculativeexecution
NoSpeculativeExecutionPolicyFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/speculativeexecution/NoSpeculativeExecutionPolicyFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
NoSpeculativeExecutionPolicyFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/speculativeexecution/NoSpeculativeExecutionPolicyFactory.accept:(Ljava/lang/Object;)V
dropwizard-cassandra-2.0.0.jar, PlainTextAuthProviderFactory.class
package io.dropwizard.cassandra.auth
PlainTextAuthProviderFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/auth/PlainTextAuthProviderFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
PlainTextAuthProviderFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/auth/PlainTextAuthProviderFactory.accept:(Ljava/lang/Object;)V
dropwizard-cassandra-2.0.0.jar, PoolingOptionsFactory.class
package io.dropwizard.cassandra.pooling
PoolingOptionsFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
PoolingOptionsFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.accept:(Ljava/lang/Object;)V
PoolingOptionsFactory.getConnectionConnectTimeout ( ) : Duration
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.getConnectionConnectTimeout:()Lio/dropwizard/util/Duration;
PoolingOptionsFactory.getMaxLocalConnections ( ) : Integer
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.getMaxLocalConnections:()Ljava/lang/Integer;
PoolingOptionsFactory.getMaxRemoteConnections ( ) : Integer
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.getMaxRemoteConnections:()Ljava/lang/Integer;
PoolingOptionsFactory.getMaxRequestsPerConnection ( ) : Integer
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.getMaxRequestsPerConnection:()Ljava/lang/Integer;
PoolingOptionsFactory.setConnectionConnectTimeout ( Duration connectionConnectTimeout ) : void
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.setConnectionConnectTimeout:(Lio/dropwizard/util/Duration;)V
PoolingOptionsFactory.setMaxLocalConnections ( Integer maxLocalConnections ) : void
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.setMaxLocalConnections:(Ljava/lang/Integer;)V
PoolingOptionsFactory.setMaxRemoteConnections ( Integer maxRemoteConnections ) : void
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.setMaxRemoteConnections:(Ljava/lang/Integer;)V
PoolingOptionsFactory.setMaxRequestsPerConnection ( Integer maxRequestsPerConnection ) : void
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.setMaxRequestsPerConnection:(Ljava/lang/Integer;)V
dropwizard-cassandra-2.0.0.jar, RequestOptionsFactory.class
package io.dropwizard.cassandra.request
RequestOptionsFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/request/RequestOptionsFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
RequestOptionsFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/request/RequestOptionsFactory.accept:(Ljava/lang/Object;)V
RequestOptionsFactory.getRequestConsistency ( ) : String
io/dropwizard/cassandra/request/RequestOptionsFactory.getRequestConsistency:()Ljava/lang/String;
RequestOptionsFactory.getRequestDefaultIdempotence ( ) : Boolean
io/dropwizard/cassandra/request/RequestOptionsFactory.getRequestDefaultIdempotence:()Ljava/lang/Boolean;
RequestOptionsFactory.getRequestPageSize ( ) : Integer
io/dropwizard/cassandra/request/RequestOptionsFactory.getRequestPageSize:()Ljava/lang/Integer;
RequestOptionsFactory.getRequestSerialConsistency ( ) : String
io/dropwizard/cassandra/request/RequestOptionsFactory.getRequestSerialConsistency:()Ljava/lang/String;
RequestOptionsFactory.getRequestTimeout ( ) : Duration
io/dropwizard/cassandra/request/RequestOptionsFactory.getRequestTimeout:()Lio/dropwizard/util/Duration;
RequestOptionsFactory.RequestOptionsFactory ( )
io/dropwizard/cassandra/request/RequestOptionsFactory."<init>":()V
RequestOptionsFactory.setRequestConsistency ( String requestConsistency ) : void
io/dropwizard/cassandra/request/RequestOptionsFactory.setRequestConsistency:(Ljava/lang/String;)V
RequestOptionsFactory.setRequestDefaultIdempotence ( Boolean requestDefaultIdempotence ) : void
io/dropwizard/cassandra/request/RequestOptionsFactory.setRequestDefaultIdempotence:(Ljava/lang/Boolean;)V
RequestOptionsFactory.setRequestPageSize ( Integer requestPageSize ) : void
io/dropwizard/cassandra/request/RequestOptionsFactory.setRequestPageSize:(Ljava/lang/Integer;)V
RequestOptionsFactory.setRequestSerialConsistency ( String requestSerialConsistency ) : void
io/dropwizard/cassandra/request/RequestOptionsFactory.setRequestSerialConsistency:(Ljava/lang/String;)V
RequestOptionsFactory.setRequestTimeout ( Duration requestTimeout ) : void
io/dropwizard/cassandra/request/RequestOptionsFactory.setRequestTimeout:(Lio/dropwizard/util/Duration;)V
dropwizard-cassandra-2.0.0.jar, ServerSideTimestampGeneratorFactory.class
package io.dropwizard.cassandra.timestamp
ServerSideTimestampGeneratorFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/timestamp/ServerSideTimestampGeneratorFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
ServerSideTimestampGeneratorFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/timestamp/ServerSideTimestampGeneratorFactory.accept:(Ljava/lang/Object;)V
dropwizard-cassandra-2.0.0.jar, SniSslFactory.class
package io.dropwizard.cassandra.ssl
SniSslFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/ssl/SniSslFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
SniSslFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/ssl/SniSslFactory.accept:(Ljava/lang/Object;)V
SniSslFactory.SniSslFactory ( )
io/dropwizard/cassandra/ssl/SniSslFactory."<init>":()V
dropwizard-cassandra-2.0.0.jar, StringCassandraOption.class
package io.dropwizard.cassandra.options
StringCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,String>
io/dropwizard/cassandra/options/StringCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
StringCassandraOption.StringCassandraOption ( )
io/dropwizard/cassandra/options/StringCassandraOption."<init>":()V
dropwizard-cassandra-2.0.0.jar, StringListCassandraOption.class
package io.dropwizard.cassandra.options
StringListCassandraOption.getConfigConsumer ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : BiConsumer<DriverOption,List<String>>
io/dropwizard/cassandra/options/StringListCassandraOption.getConfigConsumer:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)Ljava/util/function/BiConsumer;
StringListCassandraOption.StringListCassandraOption ( )
io/dropwizard/cassandra/options/StringListCassandraOption."<init>":()V
dropwizard-cassandra-2.0.0.jar, ThreadLocalMonotonicTimestampGeneratorFactory.class
package io.dropwizard.cassandra.timestamp
ThreadLocalMonotonicTimestampGeneratorFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder ) : void
io/dropwizard/cassandra/timestamp/ThreadLocalMonotonicTimestampGeneratorFactory.accept:(Lio/dropwizard/cassandra/DropwizardProgrammaticDriverConfigLoaderBuilder;)V
ThreadLocalMonotonicTimestampGeneratorFactory.accept ( Object p1 ) : void
io/dropwizard/cassandra/timestamp/ThreadLocalMonotonicTimestampGeneratorFactory.accept:(Ljava/lang/Object;)V
to the top
Removed Methods 168
dropwizard-cassandra-1.4.0.jar, AddressTranslatorFactory.class
package io.dropwizard.cassandra.network
AddressTranslatorFactory.build ( ) [abstract] : AddressTranslator
io/dropwizard/cassandra/network/AddressTranslatorFactory.build:()Lcom/datastax/driver/core/policies/AddressTranslator;
dropwizard-cassandra-1.4.0.jar, AtomicMonotonicTimestampGeneratorFactory.class
package io.dropwizard.cassandra.timestamp
AtomicMonotonicTimestampGeneratorFactory.build ( ) : TimestampGenerator
io/dropwizard/cassandra/timestamp/AtomicMonotonicTimestampGeneratorFactory.build:()Lcom/datastax/driver/core/TimestampGenerator;
dropwizard-cassandra-1.4.0.jar, AuthProviderFactory.class
package io.dropwizard.cassandra.auth
AuthProviderFactory.build ( ) [abstract] : AuthProvider
io/dropwizard/cassandra/auth/AuthProviderFactory.build:()Lcom/datastax/driver/core/AuthProvider;
dropwizard-cassandra-1.4.0.jar, CassandraBundle.class
package io.dropwizard.cassandra
CassandraBundle<T>.getSession ( ) : Session
io/dropwizard/cassandra/CassandraBundle.getSession:()Lcom/datastax/driver/core/Session;
dropwizard-cassandra-1.4.0.jar, CassandraFactory.class
package io.dropwizard.cassandra
CassandraFactory.addAdditionalBuilderOptions ( Cluster.Builder builder, MetricRegistry metrics ) : void
io/dropwizard/cassandra/CassandraFactory.addAdditionalBuilderOptions:(Lcom/datastax/driver/core/Cluster$Builder;Lcom/codahale/metrics/MetricRegistry;)V
CassandraFactory.build ( MetricRegistry p1, LifecycleEnvironment p2, HealthCheckRegistry p3, Tracing p4 ) [abstract] : Session
io/dropwizard/cassandra/CassandraFactory.build:(Lcom/codahale/metrics/MetricRegistry;Lio/dropwizard/lifecycle/setup/LifecycleEnvironment;Lcom/codahale/metrics/health/HealthCheckRegistry;Lbrave/Tracing;)Lcom/datastax/driver/core/Session;
CassandraFactory.getClusterName ( ) : String
io/dropwizard/cassandra/CassandraFactory.getClusterName:()Ljava/lang/String;
CassandraFactory.getCompression ( ) : ProtocolOptions.Compression
io/dropwizard/cassandra/CassandraFactory.getCompression:()Lcom/datastax/driver/core/ProtocolOptions$Compression;
CassandraFactory.getConnectionString ( ) : String
io/dropwizard/cassandra/CassandraFactory.getConnectionString:()Ljava/lang/String;
CassandraFactory.getMaxSchemaAgreementWait ( ) : Duration
io/dropwizard/cassandra/CassandraFactory.getMaxSchemaAgreementWait:()Lio/dropwizard/util/Duration;
CassandraFactory.getName ( ) : String
io/dropwizard/cassandra/CassandraFactory.getName:()Ljava/lang/String;
CassandraFactory.getNettyOptions ( ) : NettyOptionsFactory
io/dropwizard/cassandra/CassandraFactory.getNettyOptions:()Lio/dropwizard/cassandra/netty/NettyOptionsFactory;
CassandraFactory.getPort ( ) : int
io/dropwizard/cassandra/CassandraFactory.getPort:()I
CassandraFactory.getProtocolVersion ( ) : ProtocolVersion
io/dropwizard/cassandra/CassandraFactory.getProtocolVersion:()Lcom/datastax/driver/core/ProtocolVersion;
CassandraFactory.getQueryOptions ( ) : QueryOptions
io/dropwizard/cassandra/CassandraFactory.getQueryOptions:()Lcom/datastax/driver/core/QueryOptions;
CassandraFactory.getReconnectionThreshold ( ) : Double
io/dropwizard/cassandra/CassandraFactory.getReconnectionThreshold:()Ljava/lang/Double;
CassandraFactory.getSocketOptions ( ) : SocketOptions
io/dropwizard/cassandra/CassandraFactory.getSocketOptions:()Lcom/datastax/driver/core/SocketOptions;
CassandraFactory.isJmxEnabled ( ) : boolean
io/dropwizard/cassandra/CassandraFactory.isJmxEnabled:()Z
CassandraFactory.setClusterName ( String clusterName ) : void
io/dropwizard/cassandra/CassandraFactory.setClusterName:(Ljava/lang/String;)V
CassandraFactory.setCompression ( ProtocolOptions.Compression compression ) : void
io/dropwizard/cassandra/CassandraFactory.setCompression:(Lcom/datastax/driver/core/ProtocolOptions$Compression;)V
CassandraFactory.setConnectionString ( String connectionString ) : void
io/dropwizard/cassandra/CassandraFactory.setConnectionString:(Ljava/lang/String;)V
CassandraFactory.setJmxEnabled ( boolean jmxEnabled ) : void
io/dropwizard/cassandra/CassandraFactory.setJmxEnabled:(Z)V
CassandraFactory.setMaxSchemaAgreementWait ( Duration maxSchemaAgreementWait ) : void
io/dropwizard/cassandra/CassandraFactory.setMaxSchemaAgreementWait:(Lio/dropwizard/util/Duration;)V
CassandraFactory.setName ( String name ) : void
io/dropwizard/cassandra/CassandraFactory.setName:(Ljava/lang/String;)V
CassandraFactory.setNettyOptions ( NettyOptionsFactory nettyOptions ) : void
io/dropwizard/cassandra/CassandraFactory.setNettyOptions:(Lio/dropwizard/cassandra/netty/NettyOptionsFactory;)V
CassandraFactory.setPort ( int port ) : void
io/dropwizard/cassandra/CassandraFactory.setPort:(I)V
CassandraFactory.setProtocolVersion ( ProtocolVersion protocolVersion ) : void
io/dropwizard/cassandra/CassandraFactory.setProtocolVersion:(Lcom/datastax/driver/core/ProtocolVersion;)V
CassandraFactory.setQueryOptions ( QueryOptions queryOptions ) : void
io/dropwizard/cassandra/CassandraFactory.setQueryOptions:(Lcom/datastax/driver/core/QueryOptions;)V
CassandraFactory.setReconnectionThreshold ( Double reconnectionThreshold ) : void
io/dropwizard/cassandra/CassandraFactory.setReconnectionThreshold:(Ljava/lang/Double;)V
CassandraFactory.setSocketOptions ( SocketOptions socketOptions ) : void
io/dropwizard/cassandra/CassandraFactory.setSocketOptions:(Lcom/datastax/driver/core/SocketOptions;)V
CassandraFactory.setUpClusterBuilder ( MetricRegistry metrics ) : Cluster.Builder
io/dropwizard/cassandra/CassandraFactory.setUpClusterBuilder:(Lcom/codahale/metrics/MetricRegistry;)Lcom/datastax/driver/core/Cluster$Builder;
CassandraFactory.setUpHealthChecks ( Session session, HealthCheckRegistry healthChecks ) : void
io/dropwizard/cassandra/CassandraFactory.setUpHealthChecks:(Lcom/datastax/driver/core/Session;Lcom/codahale/metrics/health/HealthCheckRegistry;)V
CassandraFactory.setUpLifecycle ( Cluster cluster, LifecycleEnvironment lifecycle ) : void
io/dropwizard/cassandra/CassandraFactory.setUpLifecycle:(Lcom/datastax/driver/core/Cluster;Lio/dropwizard/lifecycle/setup/LifecycleEnvironment;)V
CassandraFactory.setUpMetrics ( Cluster cluster, MetricRegistry metrics ) : void
io/dropwizard/cassandra/CassandraFactory.setUpMetrics:(Lcom/datastax/driver/core/Cluster;Lcom/codahale/metrics/MetricRegistry;)V
dropwizard-cassandra-1.4.0.jar, CassandraHealthCheck.class
package io.dropwizard.cassandra.health
CassandraHealthCheck.CassandraHealthCheck ( Session session, String validationQuery, Duration timeout )
io/dropwizard/cassandra/health/CassandraHealthCheck."<init>":(Lcom/datastax/driver/core/Session;Ljava/lang/String;Lio/dropwizard/util/Duration;)V
dropwizard-cassandra-1.4.0.jar, CassandraManager.class
package io.dropwizard.cassandra.managed
CassandraManager.CassandraManager ( Cluster cluster, Duration shutdownGracePeriod )
io/dropwizard/cassandra/managed/CassandraManager."<init>":(Lcom/datastax/driver/core/Cluster;Lio/dropwizard/util/Duration;)V
dropwizard-cassandra-1.4.0.jar, CassandraMetricRegistryListener.class
package io.dropwizard.cassandra.metrics
CassandraMetricRegistryListener.CassandraMetricRegistryListener ( MetricRegistry metrics, String metricPrefix )
io/dropwizard/cassandra/metrics/CassandraMetricRegistryListener."<init>":(Lcom/codahale/metrics/MetricRegistry;Ljava/lang/String;)V
CassandraMetricRegistryListener.onCounterAdded ( String name, Counter counter ) : void
io/dropwizard/cassandra/metrics/CassandraMetricRegistryListener.onCounterAdded:(Ljava/lang/String;Lcom/codahale/metrics/Counter;)V
CassandraMetricRegistryListener.onCounterRemoved ( String name ) : void
io/dropwizard/cassandra/metrics/CassandraMetricRegistryListener.onCounterRemoved:(Ljava/lang/String;)V
CassandraMetricRegistryListener.onGaugeAdded ( String name, Gauge<?> gauge ) : void
io/dropwizard/cassandra/metrics/CassandraMetricRegistryListener.onGaugeAdded:(Ljava/lang/String;Lcom/codahale/metrics/Gauge;)V
CassandraMetricRegistryListener.onGaugeRemoved ( String name ) : void
io/dropwizard/cassandra/metrics/CassandraMetricRegistryListener.onGaugeRemoved:(Ljava/lang/String;)V
CassandraMetricRegistryListener.onHistogramAdded ( String name, Histogram histogram ) : void
io/dropwizard/cassandra/metrics/CassandraMetricRegistryListener.onHistogramAdded:(Ljava/lang/String;Lcom/codahale/metrics/Histogram;)V
CassandraMetricRegistryListener.onHistogramRemoved ( String name ) : void
io/dropwizard/cassandra/metrics/CassandraMetricRegistryListener.onHistogramRemoved:(Ljava/lang/String;)V
CassandraMetricRegistryListener.onMeterAdded ( String name, Meter meter ) : void
io/dropwizard/cassandra/metrics/CassandraMetricRegistryListener.onMeterAdded:(Ljava/lang/String;Lcom/codahale/metrics/Meter;)V
CassandraMetricRegistryListener.onMeterRemoved ( String name ) : void
io/dropwizard/cassandra/metrics/CassandraMetricRegistryListener.onMeterRemoved:(Ljava/lang/String;)V
CassandraMetricRegistryListener.onTimerAdded ( String name, Timer timer ) : void
io/dropwizard/cassandra/metrics/CassandraMetricRegistryListener.onTimerAdded:(Ljava/lang/String;Lcom/codahale/metrics/Timer;)V
CassandraMetricRegistryListener.onTimerRemoved ( String name ) : void
io/dropwizard/cassandra/metrics/CassandraMetricRegistryListener.onTimerRemoved:(Ljava/lang/String;)V
dropwizard-cassandra-1.4.0.jar, ConfigurableRetryPolicy.class
package io.dropwizard.cassandra.retry
ConfigurableRetryPolicy.close ( ) : void
io/dropwizard/cassandra/retry/ConfigurableRetryPolicy.close:()V
ConfigurableRetryPolicy.ConfigurableRetryPolicy ( )
io/dropwizard/cassandra/retry/ConfigurableRetryPolicy."<init>":()V
ConfigurableRetryPolicy.ConfigurableRetryPolicy ( int readTimeoutRetries, int writeTimeoutRetries, int unavailableRetries )
io/dropwizard/cassandra/retry/ConfigurableRetryPolicy."<init>":(III)V
ConfigurableRetryPolicy.getReadTimeoutRetries ( ) : int
io/dropwizard/cassandra/retry/ConfigurableRetryPolicy.getReadTimeoutRetries:()I
ConfigurableRetryPolicy.getUnavailableRetries ( ) : int
io/dropwizard/cassandra/retry/ConfigurableRetryPolicy.getUnavailableRetries:()I
ConfigurableRetryPolicy.getWriteTimeoutRetries ( ) : int
io/dropwizard/cassandra/retry/ConfigurableRetryPolicy.getWriteTimeoutRetries:()I
ConfigurableRetryPolicy.init ( Cluster cluster ) : void
io/dropwizard/cassandra/retry/ConfigurableRetryPolicy.init:(Lcom/datastax/driver/core/Cluster;)V
ConfigurableRetryPolicy.isIdempotent ( Statement statement ) : boolean
io/dropwizard/cassandra/retry/ConfigurableRetryPolicy.isIdempotent:(Lcom/datastax/driver/core/Statement;)Z
ConfigurableRetryPolicy.onReadTimeout ( Statement statement, ConsistencyLevel cl, int requiredResponses, int receivedResponses, boolean dataRetrieved, int nbRetry ) : RetryPolicy.RetryDecision
io/dropwizard/cassandra/retry/ConfigurableRetryPolicy.onReadTimeout:(Lcom/datastax/driver/core/Statement;Lcom/datastax/driver/core/ConsistencyLevel;IIZI)Lcom/datastax/driver/core/policies/RetryPolicy$RetryDecision;
ConfigurableRetryPolicy.onRequestError ( Statement statement, ConsistencyLevel cl, DriverException e, int nbRetry ) : RetryPolicy.RetryDecision
io/dropwizard/cassandra/retry/ConfigurableRetryPolicy.onRequestError:(Lcom/datastax/driver/core/Statement;Lcom/datastax/driver/core/ConsistencyLevel;Lcom/datastax/driver/core/exceptions/DriverException;I)Lcom/datastax/driver/core/policies/RetryPolicy$RetryDecision;
ConfigurableRetryPolicy.onUnavailable ( Statement statement, ConsistencyLevel cl, int requiredReplica, int aliveReplica, int nbRetry ) : RetryPolicy.RetryDecision
io/dropwizard/cassandra/retry/ConfigurableRetryPolicy.onUnavailable:(Lcom/datastax/driver/core/Statement;Lcom/datastax/driver/core/ConsistencyLevel;III)Lcom/datastax/driver/core/policies/RetryPolicy$RetryDecision;
ConfigurableRetryPolicy.onWriteTimeout ( Statement statement, ConsistencyLevel cl, WriteType writeType, int requiredAcks, int receivedAcks, int nbRetry ) : RetryPolicy.RetryDecision
io/dropwizard/cassandra/retry/ConfigurableRetryPolicy.onWriteTimeout:(Lcom/datastax/driver/core/Statement;Lcom/datastax/driver/core/ConsistencyLevel;Lcom/datastax/driver/core/WriteType;III)Lcom/datastax/driver/core/policies/RetryPolicy$RetryDecision;
dropwizard-cassandra-1.4.0.jar, ConfigurableRetryPolicyFactory.class
package io.dropwizard.cassandra.retry
ConfigurableRetryPolicyFactory.build ( ) : RetryPolicy
io/dropwizard/cassandra/retry/ConfigurableRetryPolicyFactory.build:()Lcom/datastax/driver/core/policies/RetryPolicy;
ConfigurableRetryPolicyFactory.ConfigurableRetryPolicyFactory ( )
io/dropwizard/cassandra/retry/ConfigurableRetryPolicyFactory."<init>":()V
ConfigurableRetryPolicyFactory.getReadTimeoutRetries ( ) : Integer
io/dropwizard/cassandra/retry/ConfigurableRetryPolicyFactory.getReadTimeoutRetries:()Ljava/lang/Integer;
ConfigurableRetryPolicyFactory.getUnavailableRetries ( ) : Integer
io/dropwizard/cassandra/retry/ConfigurableRetryPolicyFactory.getUnavailableRetries:()Ljava/lang/Integer;
ConfigurableRetryPolicyFactory.getWriteTimeoutRetries ( ) : Integer
io/dropwizard/cassandra/retry/ConfigurableRetryPolicyFactory.getWriteTimeoutRetries:()Ljava/lang/Integer;
ConfigurableRetryPolicyFactory.setReadTimeoutRetries ( Integer readTimeoutRetries ) : void
io/dropwizard/cassandra/retry/ConfigurableRetryPolicyFactory.setReadTimeoutRetries:(Ljava/lang/Integer;)V
ConfigurableRetryPolicyFactory.setUnavailableRetries ( Integer unavailableRetries ) : void
io/dropwizard/cassandra/retry/ConfigurableRetryPolicyFactory.setUnavailableRetries:(Ljava/lang/Integer;)V
ConfigurableRetryPolicyFactory.setWriteTimeoutRetries ( Integer writeTimeoutRetries ) : void
io/dropwizard/cassandra/retry/ConfigurableRetryPolicyFactory.setWriteTimeoutRetries:(Ljava/lang/Integer;)V
dropwizard-cassandra-1.4.0.jar, ConstantReconnectionPolicyFactory.class
package io.dropwizard.cassandra.reconnection
ConstantReconnectionPolicyFactory.build ( ) : ReconnectionPolicy
io/dropwizard/cassandra/reconnection/ConstantReconnectionPolicyFactory.build:()Lcom/datastax/driver/core/policies/ReconnectionPolicy;
dropwizard-cassandra-1.4.0.jar, ConstantSpeculativeExecutionPolicyFactory.class
package io.dropwizard.cassandra.speculativeexecution
ConstantSpeculativeExecutionPolicyFactory.build ( ) : SpeculativeExecutionPolicy
io/dropwizard/cassandra/speculativeexecution/ConstantSpeculativeExecutionPolicyFactory.build:()Lcom/datastax/driver/core/policies/SpeculativeExecutionPolicy;
dropwizard-cassandra-1.4.0.jar, DCAwareRoundRobinPolicyFactory.class
package io.dropwizard.cassandra.loadbalancing
DCAwareRoundRobinPolicyFactory.build ( ) : LoadBalancingPolicy
io/dropwizard/cassandra/loadbalancing/DCAwareRoundRobinPolicyFactory.build:()Lcom/datastax/driver/core/policies/LoadBalancingPolicy;
DCAwareRoundRobinPolicyFactory.DCAwareRoundRobinPolicyFactory ( )
io/dropwizard/cassandra/loadbalancing/DCAwareRoundRobinPolicyFactory."<init>":()V
DCAwareRoundRobinPolicyFactory.getLocalDC ( ) : String
io/dropwizard/cassandra/loadbalancing/DCAwareRoundRobinPolicyFactory.getLocalDC:()Ljava/lang/String;
DCAwareRoundRobinPolicyFactory.setLocalDC ( String localDC ) : void
io/dropwizard/cassandra/loadbalancing/DCAwareRoundRobinPolicyFactory.setLocalDC:(Ljava/lang/String;)V
dropwizard-cassandra-1.4.0.jar, DefaultNettyOptionsFactory.class
package io.dropwizard.cassandra.netty
DefaultNettyOptionsFactory.build ( ) : NettyOptions
io/dropwizard/cassandra/netty/DefaultNettyOptionsFactory.build:()Lcom/datastax/driver/core/NettyOptions;
DefaultNettyOptionsFactory.DefaultNettyOptionsFactory ( )
io/dropwizard/cassandra/netty/DefaultNettyOptionsFactory."<init>":()V
dropwizard-cassandra-1.4.0.jar, DefaultRetryPolicyFactory.class
package io.dropwizard.cassandra.retry
DefaultRetryPolicyFactory.build ( ) : RetryPolicy
io/dropwizard/cassandra/retry/DefaultRetryPolicyFactory.build:()Lcom/datastax/driver/core/policies/RetryPolicy;
dropwizard-cassandra-1.4.0.jar, EC2MultiRegionAddressTranslatorFactory.class
package io.dropwizard.cassandra.network
EC2MultiRegionAddressTranslatorFactory.build ( ) : AddressTranslator
io/dropwizard/cassandra/network/EC2MultiRegionAddressTranslatorFactory.build:()Lcom/datastax/driver/core/policies/AddressTranslator;
dropwizard-cassandra-1.4.0.jar, ErrorAwarePolicyFactory.class
package io.dropwizard.cassandra.loadbalancing
ErrorAwarePolicyFactory.build ( ) : LoadBalancingPolicy
io/dropwizard/cassandra/loadbalancing/ErrorAwarePolicyFactory.build:()Lcom/datastax/driver/core/policies/LoadBalancingPolicy;
ErrorAwarePolicyFactory.ErrorAwarePolicyFactory ( )
io/dropwizard/cassandra/loadbalancing/ErrorAwarePolicyFactory."<init>":()V
ErrorAwarePolicyFactory.getMaxErrorsPerMinute ( ) : Integer
io/dropwizard/cassandra/loadbalancing/ErrorAwarePolicyFactory.getMaxErrorsPerMinute:()Ljava/lang/Integer;
ErrorAwarePolicyFactory.getRetryPeriod ( ) : Duration
io/dropwizard/cassandra/loadbalancing/ErrorAwarePolicyFactory.getRetryPeriod:()Lio/dropwizard/util/Duration;
ErrorAwarePolicyFactory.getSubPolicy ( ) : LoadBalancingPolicyFactory
io/dropwizard/cassandra/loadbalancing/ErrorAwarePolicyFactory.getSubPolicy:()Lio/dropwizard/cassandra/loadbalancing/LoadBalancingPolicyFactory;
ErrorAwarePolicyFactory.setMaxErrorsPerMinute ( Integer maxErrorsPerMinute ) : void
io/dropwizard/cassandra/loadbalancing/ErrorAwarePolicyFactory.setMaxErrorsPerMinute:(Ljava/lang/Integer;)V
ErrorAwarePolicyFactory.setRetryPeriod ( Duration retryPeriod ) : void
io/dropwizard/cassandra/loadbalancing/ErrorAwarePolicyFactory.setRetryPeriod:(Lio/dropwizard/util/Duration;)V
ErrorAwarePolicyFactory.setSubPolicy ( LoadBalancingPolicyFactory subPolicy ) : void
io/dropwizard/cassandra/loadbalancing/ErrorAwarePolicyFactory.setSubPolicy:(Lio/dropwizard/cassandra/loadbalancing/LoadBalancingPolicyFactory;)V
dropwizard-cassandra-1.4.0.jar, ExponentialReconnectionPolicyFactory.class
package io.dropwizard.cassandra.reconnection
ExponentialReconnectionPolicyFactory.build ( ) : ReconnectionPolicy
io/dropwizard/cassandra/reconnection/ExponentialReconnectionPolicyFactory.build:()Lcom/datastax/driver/core/policies/ReconnectionPolicy;
dropwizard-cassandra-1.4.0.jar, FallthroughRetryPolicyFactory.class
package io.dropwizard.cassandra.retry
FallthroughRetryPolicyFactory.build ( ) : RetryPolicy
io/dropwizard/cassandra/retry/FallthroughRetryPolicyFactory.build:()Lcom/datastax/driver/core/policies/RetryPolicy;
FallthroughRetryPolicyFactory.FallthroughRetryPolicyFactory ( )
io/dropwizard/cassandra/retry/FallthroughRetryPolicyFactory."<init>":()V
dropwizard-cassandra-1.4.0.jar, HostDistanceOptions.class
package io.dropwizard.cassandra.pooling
HostDistanceOptions.getCoreConnections ( ) : Integer
io/dropwizard/cassandra/pooling/HostDistanceOptions.getCoreConnections:()Ljava/lang/Integer;
HostDistanceOptions.getMaxConnections ( ) : Integer
io/dropwizard/cassandra/pooling/HostDistanceOptions.getMaxConnections:()Ljava/lang/Integer;
HostDistanceOptions.getMaxRequestsPerConnection ( ) : Integer
io/dropwizard/cassandra/pooling/HostDistanceOptions.getMaxRequestsPerConnection:()Ljava/lang/Integer;
HostDistanceOptions.getNewConnectionThreshold ( ) : Integer
io/dropwizard/cassandra/pooling/HostDistanceOptions.getNewConnectionThreshold:()Ljava/lang/Integer;
HostDistanceOptions.HostDistanceOptions ( )
io/dropwizard/cassandra/pooling/HostDistanceOptions."<init>":()V
HostDistanceOptions.setCoreConnections ( Integer coreConnections ) : void
io/dropwizard/cassandra/pooling/HostDistanceOptions.setCoreConnections:(Ljava/lang/Integer;)V
HostDistanceOptions.setMaxConnections ( Integer maxConnections ) : void
io/dropwizard/cassandra/pooling/HostDistanceOptions.setMaxConnections:(Ljava/lang/Integer;)V
HostDistanceOptions.setMaxRequestsPerConnection ( Integer maxRequestsPerConnection ) : void
io/dropwizard/cassandra/pooling/HostDistanceOptions.setMaxRequestsPerConnection:(Ljava/lang/Integer;)V
HostDistanceOptions.setNewConnectionThreshold ( Integer newConnectionThreshold ) : void
io/dropwizard/cassandra/pooling/HostDistanceOptions.setNewConnectionThreshold:(Ljava/lang/Integer;)V
dropwizard-cassandra-1.4.0.jar, LatencyAwarePolicyFactory.class
package io.dropwizard.cassandra.loadbalancing
LatencyAwarePolicyFactory.build ( ) : LoadBalancingPolicy
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.build:()Lcom/datastax/driver/core/policies/LoadBalancingPolicy;
LatencyAwarePolicyFactory.getExclusionThreshold ( ) : Double
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.getExclusionThreshold:()Ljava/lang/Double;
LatencyAwarePolicyFactory.getMinimumMeasurements ( ) : Integer
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.getMinimumMeasurements:()Ljava/lang/Integer;
LatencyAwarePolicyFactory.getRetryPeriod ( ) : Duration
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.getRetryPeriod:()Lio/dropwizard/util/Duration;
LatencyAwarePolicyFactory.getScale ( ) : Duration
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.getScale:()Lio/dropwizard/util/Duration;
LatencyAwarePolicyFactory.getSubPolicy ( ) : LoadBalancingPolicyFactory
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.getSubPolicy:()Lio/dropwizard/cassandra/loadbalancing/LoadBalancingPolicyFactory;
LatencyAwarePolicyFactory.getUpdateRate ( ) : Duration
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.getUpdateRate:()Lio/dropwizard/util/Duration;
LatencyAwarePolicyFactory.LatencyAwarePolicyFactory ( )
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory."<init>":()V
LatencyAwarePolicyFactory.setExclusionThreshold ( Double exclusionThreshold ) : void
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.setExclusionThreshold:(Ljava/lang/Double;)V
LatencyAwarePolicyFactory.setMinimumMeasurements ( Integer minimumMeasurements ) : void
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.setMinimumMeasurements:(Ljava/lang/Integer;)V
LatencyAwarePolicyFactory.setRetryPeriod ( Duration retryPeriod ) : void
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.setRetryPeriod:(Lio/dropwizard/util/Duration;)V
LatencyAwarePolicyFactory.setScale ( Duration scale ) : void
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.setScale:(Lio/dropwizard/util/Duration;)V
LatencyAwarePolicyFactory.setSubPolicy ( LoadBalancingPolicyFactory subPolicy ) : void
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.setSubPolicy:(Lio/dropwizard/cassandra/loadbalancing/LoadBalancingPolicyFactory;)V
LatencyAwarePolicyFactory.setUpdateRate ( Duration updateRate ) : void
io/dropwizard/cassandra/loadbalancing/LatencyAwarePolicyFactory.setUpdateRate:(Lio/dropwizard/util/Duration;)V
dropwizard-cassandra-1.4.0.jar, LoadBalancingPolicyFactory.class
package io.dropwizard.cassandra.loadbalancing
LoadBalancingPolicyFactory.build ( ) [abstract] : LoadBalancingPolicy
io/dropwizard/cassandra/loadbalancing/LoadBalancingPolicyFactory.build:()Lcom/datastax/driver/core/policies/LoadBalancingPolicy;
dropwizard-cassandra-1.4.0.jar, LoggingRetryPolicyFactory.class
package io.dropwizard.cassandra.retry
LoggingRetryPolicyFactory.build ( ) : RetryPolicy
io/dropwizard/cassandra/retry/LoggingRetryPolicyFactory.build:()Lcom/datastax/driver/core/policies/RetryPolicy;
LoggingRetryPolicyFactory.getSubPolicy ( ) : RetryPolicyFactory
io/dropwizard/cassandra/retry/LoggingRetryPolicyFactory.getSubPolicy:()Lio/dropwizard/cassandra/retry/RetryPolicyFactory;
LoggingRetryPolicyFactory.LoggingRetryPolicyFactory ( )
io/dropwizard/cassandra/retry/LoggingRetryPolicyFactory."<init>":()V
LoggingRetryPolicyFactory.setSubPolicy ( RetryPolicyFactory subPolicy ) : void
io/dropwizard/cassandra/retry/LoggingRetryPolicyFactory.setSubPolicy:(Lio/dropwizard/cassandra/retry/RetryPolicyFactory;)V
dropwizard-cassandra-1.4.0.jar, NettyOptionsFactory.class
package io.dropwizard.cassandra.netty
NettyOptionsFactory.build ( ) [abstract] : NettyOptions
io/dropwizard/cassandra/netty/NettyOptionsFactory.build:()Lcom/datastax/driver/core/NettyOptions;
dropwizard-cassandra-1.4.0.jar, NoSpeculativeExecutionPolicyFactory.class
package io.dropwizard.cassandra.speculativeexecution
NoSpeculativeExecutionPolicyFactory.build ( ) : SpeculativeExecutionPolicy
io/dropwizard/cassandra/speculativeexecution/NoSpeculativeExecutionPolicyFactory.build:()Lcom/datastax/driver/core/policies/SpeculativeExecutionPolicy;
dropwizard-cassandra-1.4.0.jar, PlainTextAuthProviderFactory.class
package io.dropwizard.cassandra.auth
PlainTextAuthProviderFactory.build ( ) : AuthProvider
io/dropwizard/cassandra/auth/PlainTextAuthProviderFactory.build:()Lcom/datastax/driver/core/AuthProvider;
dropwizard-cassandra-1.4.0.jar, PoolingOptionsFactory.class
package io.dropwizard.cassandra.pooling
PoolingOptionsFactory.build ( ) : PoolingOptions
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.build:()Lcom/datastax/driver/core/PoolingOptions;
PoolingOptionsFactory.getIdleTimeout ( ) : Duration
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.getIdleTimeout:()Lio/dropwizard/util/Duration;
PoolingOptionsFactory.getLocal ( ) : HostDistanceOptions
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.getLocal:()Lio/dropwizard/cassandra/pooling/HostDistanceOptions;
PoolingOptionsFactory.getPoolTimeout ( ) : Duration
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.getPoolTimeout:()Lio/dropwizard/util/Duration;
PoolingOptionsFactory.getRemote ( ) : HostDistanceOptions
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.getRemote:()Lio/dropwizard/cassandra/pooling/HostDistanceOptions;
PoolingOptionsFactory.setIdleTimeout ( Duration idleTimeout ) : void
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.setIdleTimeout:(Lio/dropwizard/util/Duration;)V
PoolingOptionsFactory.setLocal ( HostDistanceOptions local ) : void
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.setLocal:(Lio/dropwizard/cassandra/pooling/HostDistanceOptions;)V
PoolingOptionsFactory.setPoolTimeout ( Duration poolTimeout ) : void
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.setPoolTimeout:(Lio/dropwizard/util/Duration;)V
PoolingOptionsFactory.setRemote ( HostDistanceOptions remote ) : void
io/dropwizard/cassandra/pooling/PoolingOptionsFactory.setRemote:(Lio/dropwizard/cassandra/pooling/HostDistanceOptions;)V
dropwizard-cassandra-1.4.0.jar, ReconnectionPolicyFactory.class
package io.dropwizard.cassandra.reconnection
ReconnectionPolicyFactory.build ( ) [abstract] : ReconnectionPolicy
io/dropwizard/cassandra/reconnection/ReconnectionPolicyFactory.build:()Lcom/datastax/driver/core/policies/ReconnectionPolicy;
dropwizard-cassandra-1.4.0.jar, RemoteEndpointAwareJdkSSLOptionsFactory.class
package io.dropwizard.cassandra.ssl
RemoteEndpointAwareJdkSSLOptionsFactory.build ( ) : SSLOptions
io/dropwizard/cassandra/ssl/RemoteEndpointAwareJdkSSLOptionsFactory.build:()Lcom/datastax/driver/core/SSLOptions;
RemoteEndpointAwareJdkSSLOptionsFactory.RemoteEndpointAwareJdkSSLOptionsFactory ( )
io/dropwizard/cassandra/ssl/RemoteEndpointAwareJdkSSLOptionsFactory."<init>":()V
dropwizard-cassandra-1.4.0.jar, RemoteEndpointAwareNettySSLOptionsFactory.class
package io.dropwizard.cassandra.ssl
RemoteEndpointAwareNettySSLOptionsFactory.build ( ) : SSLOptions
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.build:()Lcom/datastax/driver/core/SSLOptions;
RemoteEndpointAwareNettySSLOptionsFactory.getCiphers ( ) : List<String>
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.getCiphers:()Ljava/util/List;
RemoteEndpointAwareNettySSLOptionsFactory.getClientAuth ( ) : ClientAuth
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.getClientAuth:()Lio/netty/handler/ssl/ClientAuth;
RemoteEndpointAwareNettySSLOptionsFactory.getKeyManager ( ) : RemoteEndpointAwareNettySSLOptionsFactory.KeyManagerConfig
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.getKeyManager:()Lio/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory$KeyManagerConfig;
RemoteEndpointAwareNettySSLOptionsFactory.getProvider ( ) : SslProvider
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.getProvider:()Lio/netty/handler/ssl/SslProvider;
RemoteEndpointAwareNettySSLOptionsFactory.getSessionCacheSize ( ) : Long
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.getSessionCacheSize:()Ljava/lang/Long;
RemoteEndpointAwareNettySSLOptionsFactory.getSessionTimeout ( ) : Duration
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.getSessionTimeout:()Lio/dropwizard/util/Duration;
RemoteEndpointAwareNettySSLOptionsFactory.getTrustCertChainFile ( ) : File
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.getTrustCertChainFile:()Ljava/io/File;
RemoteEndpointAwareNettySSLOptionsFactory.isClientAuthConfigValid ( ) : boolean
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.isClientAuthConfigValid:()Z
RemoteEndpointAwareNettySSLOptionsFactory.RemoteEndpointAwareNettySSLOptionsFactory ( )
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory."<init>":()V
RemoteEndpointAwareNettySSLOptionsFactory.setCiphers ( List<String> ciphers ) : void
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.setCiphers:(Ljava/util/List;)V
RemoteEndpointAwareNettySSLOptionsFactory.setClientAuth ( ClientAuth clientAuth ) : void
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.setClientAuth:(Lio/netty/handler/ssl/ClientAuth;)V
RemoteEndpointAwareNettySSLOptionsFactory.setKeyManager ( RemoteEndpointAwareNettySSLOptionsFactory.KeyManagerConfig keyManager ) : void
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.setKeyManager:(Lio/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory$KeyManagerConfig;)V
RemoteEndpointAwareNettySSLOptionsFactory.setProvider ( SslProvider provider ) : void
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.setProvider:(Lio/netty/handler/ssl/SslProvider;)V
RemoteEndpointAwareNettySSLOptionsFactory.setSessionCacheSize ( Long sessionCacheSize ) : void
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.setSessionCacheSize:(Ljava/lang/Long;)V
RemoteEndpointAwareNettySSLOptionsFactory.setSessionTimeout ( Duration sessionTimeout ) : void
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.setSessionTimeout:(Lio/dropwizard/util/Duration;)V
RemoteEndpointAwareNettySSLOptionsFactory.setTrustCertChainFile ( File trustCertChainFile ) : void
io/dropwizard/cassandra/ssl/RemoteEndpointAwareNettySSLOptionsFactory.setTrustCertChainFile:(Ljava/io/File;)V
dropwizard-cassandra-1.4.0.jar, RetryPolicyFactory.class
package io.dropwizard.cassandra.retry
RetryPolicyFactory.build ( ) [abstract] : RetryPolicy
io/dropwizard/cassandra/retry/RetryPolicyFactory.build:()Lcom/datastax/driver/core/policies/RetryPolicy;
dropwizard-cassandra-1.4.0.jar, RoundRobinPolicyFactory.class
package io.dropwizard.cassandra.loadbalancing
RoundRobinPolicyFactory.build ( ) : LoadBalancingPolicy
io/dropwizard/cassandra/loadbalancing/RoundRobinPolicyFactory.build:()Lcom/datastax/driver/core/policies/LoadBalancingPolicy;
RoundRobinPolicyFactory.RoundRobinPolicyFactory ( )
io/dropwizard/cassandra/loadbalancing/RoundRobinPolicyFactory."<init>":()V
dropwizard-cassandra-1.4.0.jar, ServerSideTimestampGeneratorFactory.class
package io.dropwizard.cassandra.timestamp
ServerSideTimestampGeneratorFactory.build ( ) : TimestampGenerator
io/dropwizard/cassandra/timestamp/ServerSideTimestampGeneratorFactory.build:()Lcom/datastax/driver/core/TimestampGenerator;
dropwizard-cassandra-1.4.0.jar, SpeculativeExecutionPolicyFactory.class
package io.dropwizard.cassandra.speculativeexecution
SpeculativeExecutionPolicyFactory.build ( ) [abstract] : SpeculativeExecutionPolicy
io/dropwizard/cassandra/speculativeexecution/SpeculativeExecutionPolicyFactory.build:()Lcom/datastax/driver/core/policies/SpeculativeExecutionPolicy;
dropwizard-cassandra-1.4.0.jar, SSLOptionsFactory.class
package io.dropwizard.cassandra.ssl
SSLOptionsFactory.build ( ) [abstract] : SSLOptions
io/dropwizard/cassandra/ssl/SSLOptionsFactory.build:()Lcom/datastax/driver/core/SSLOptions;
dropwizard-cassandra-1.4.0.jar, ThreadLocalMonotonicTimestampGeneratorFactory.class
package io.dropwizard.cassandra.timestamp
ThreadLocalMonotonicTimestampGeneratorFactory.build ( ) : TimestampGenerator
io/dropwizard/cassandra/timestamp/ThreadLocalMonotonicTimestampGeneratorFactory.build:()Lcom/datastax/driver/core/TimestampGenerator;
dropwizard-cassandra-1.4.0.jar, TimestampGeneratorFactory.class
package io.dropwizard.cassandra.timestamp
TimestampGeneratorFactory.build ( ) [abstract] : TimestampGenerator
io/dropwizard/cassandra/timestamp/TimestampGeneratorFactory.build:()Lcom/datastax/driver/core/TimestampGenerator;
dropwizard-cassandra-1.4.0.jar, TokenAwarePolicyFactory.class
package io.dropwizard.cassandra.loadbalancing
TokenAwarePolicyFactory.build ( ) : LoadBalancingPolicy
io/dropwizard/cassandra/loadbalancing/TokenAwarePolicyFactory.build:()Lcom/datastax/driver/core/policies/LoadBalancingPolicy;
TokenAwarePolicyFactory.getReplicaOrdering ( ) : TokenAwarePolicy.ReplicaOrdering
io/dropwizard/cassandra/loadbalancing/TokenAwarePolicyFactory.getReplicaOrdering:()Lcom/datastax/driver/core/policies/TokenAwarePolicy$ReplicaOrdering;
TokenAwarePolicyFactory.getSubPolicy ( ) : LoadBalancingPolicyFactory
io/dropwizard/cassandra/loadbalancing/TokenAwarePolicyFactory.getSubPolicy:()Lio/dropwizard/cassandra/loadbalancing/LoadBalancingPolicyFactory;
TokenAwarePolicyFactory.setReplicaOrdering ( TokenAwarePolicy.ReplicaOrdering replicaOrdering ) : void
io/dropwizard/cassandra/loadbalancing/TokenAwarePolicyFactory.setReplicaOrdering:(Lcom/datastax/driver/core/policies/TokenAwarePolicy$ReplicaOrdering;)V
TokenAwarePolicyFactory.setSubPolicy ( LoadBalancingPolicyFactory subPolicy ) : void
io/dropwizard/cassandra/loadbalancing/TokenAwarePolicyFactory.setSubPolicy:(Lio/dropwizard/cassandra/loadbalancing/LoadBalancingPolicyFactory;)V
TokenAwarePolicyFactory.TokenAwarePolicyFactory ( )
io/dropwizard/cassandra/loadbalancing/TokenAwarePolicyFactory."<init>":()V
dropwizard-cassandra-1.4.0.jar, WhiteListPolicyFactory.class
package io.dropwizard.cassandra.loadbalancing
WhiteListPolicyFactory.build ( ) : LoadBalancingPolicy
io/dropwizard/cassandra/loadbalancing/WhiteListPolicyFactory.build:()Lcom/datastax/driver/core/policies/LoadBalancingPolicy;
WhiteListPolicyFactory.getSubPolicy ( ) : LoadBalancingPolicyFactory
io/dropwizard/cassandra/loadbalancing/WhiteListPolicyFactory.getSubPolicy:()Lio/dropwizard/cassandra/loadbalancing/LoadBalancingPolicyFactory;
WhiteListPolicyFactory.getWhiteList ( ) : Collection<InetSocketAddress>
io/dropwizard/cassandra/loadbalancing/WhiteListPolicyFactory.getWhiteList:()Ljava/util/Collection;
WhiteListPolicyFactory.setSubPolicy ( LoadBalancingPolicyFactory subPolicy ) : void
io/dropwizard/cassandra/loadbalancing/WhiteListPolicyFactory.setSubPolicy:(Lio/dropwizard/cassandra/loadbalancing/LoadBalancingPolicyFactory;)V
WhiteListPolicyFactory.setWhiteList ( Collection<InetSocketAddress> whiteList ) : void
io/dropwizard/cassandra/loadbalancing/WhiteListPolicyFactory.setWhiteList:(Ljava/util/Collection;)V
WhiteListPolicyFactory.WhiteListPolicyFactory ( )
io/dropwizard/cassandra/loadbalancing/WhiteListPolicyFactory."<init>":()V
to the top
Problems with Data Types, High Severity 37
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra
[+] class CassandraFactory 13
| Change | Effect |
---|
1 |
Abstract method CqlSession build ( MetricRegistry, LifecycleEnvironment, HealthCheckRegistry, Tracing ) has been added to this class. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method build ( MetricRegistry, LifecycleEnvironment, HealthCheckRegistry, Tracing ) in CassandraFactory. |
2 |
Type of field compression has been changed from com.datastax.driver.core.ProtocolOptions.Compression to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.datastax.driver.core.ProtocolOptions.Compression, required: java.lang.String. |
3 |
Type of field protocolVersion has been changed from com.datastax.driver.core.ProtocolVersion to protocolVersion.ProtocolVersionFactory. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.datastax.driver.core.ProtocolVersion, required: protocolVersion.ProtocolVersionFactory. |
4 |
Abstract method Session build ( MetricRegistry, LifecycleEnvironment, HealthCheckRegistry, Tracing ) has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find method build ( MetricRegistry, LifecycleEnvironment, HealthCheckRegistry, Tracing ) in class CassandraFactory. |
5 |
Field clusterName of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable clusterName in CassandraFactory. |
6 |
Field connectionString of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable connectionString in CassandraFactory. |
7 |
Field maxSchemaAgreementWait of type io.dropwizard.util.Duration has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable maxSchemaAgreementWait in CassandraFactory. |
8 |
Field nettyOptions of type netty.NettyOptionsFactory has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable nettyOptions in CassandraFactory. |
9 |
Field port of type int has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable port in CassandraFactory. |
10 |
Field queryOptions of type com.datastax.driver.core.QueryOptions has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable queryOptions in CassandraFactory. |
11 |
Field reconnectionThreshold of type java.lang.Double has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable reconnectionThreshold in CassandraFactory. |
12 |
Field socketOptions of type com.datastax.driver.core.SocketOptions has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable socketOptions in CassandraFactory. |
13 |
Field name has been renamed to sessionName. |
Recompilation of a client program may be terminated with the message: cannot find variable name in CassandraFactory. |
[+] affected methods: 29 (6.4%)
CassandraBundle<T>.getCassandraFactory ( T p1 )Return value of this abstract method is of type 'CassandraFactory'.
CassandraConfiguration<T>.getCassandraFactory ( T p1 )Return value of this abstract method is of type 'CassandraFactory'.
CassandraFactory.CassandraFactory ( )This constructor is from 'CassandraFactory' abstract class.
CassandraFactory.getAddressTranslator ( )This method is from 'CassandraFactory' abstract class.
CassandraFactory.getAuthProvider ( )This method is from 'CassandraFactory' abstract class.
...
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra.auth
[+] interface AuthProviderFactory 1
| Change | Effect |
---|
1 |
Abstract method AuthProvider build ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method build ( ) in interface AuthProviderFactory. |
[+] affected methods: 29 (6.4%)
io.dropwizard.cassandra.CassandraBundle<T>.getCassandraFactory ( T p1 )Field 'retval.authProvider' in the return value of this abstract method is of type 'AuthProviderFactory'.
io.dropwizard.cassandra.CassandraConfiguration<T>.getCassandraFactory ( T p1 )Field 'retval.authProvider' in the return value of this abstract method is of type 'AuthProviderFactory'.
io.dropwizard.cassandra.CassandraFactory.CassandraFactory ( )Field 'this.authProvider' in the object of this method is of type 'AuthProviderFactory'.
io.dropwizard.cassandra.CassandraFactory.getAddressTranslator ( )Field 'this.authProvider' in the object of this method is of type 'AuthProviderFactory'.
io.dropwizard.cassandra.CassandraFactory.getAuthProvider ( )Return value of this method is of type 'AuthProviderFactory'.
...
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra.loadbalancing
[+] class DCAwareRoundRobinPolicyFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DCAwareRoundRobinPolicyFactory. |
[+] affected methods: 4 (0.9%)
DCAwareRoundRobinPolicyFactory.DCAwareRoundRobinPolicyFactory ( )This constructor is from 'DCAwareRoundRobinPolicyFactory' class.
DCAwareRoundRobinPolicyFactory.build ( )This method is from 'DCAwareRoundRobinPolicyFactory' class.
DCAwareRoundRobinPolicyFactory.getLocalDC ( )This method is from 'DCAwareRoundRobinPolicyFactory' class.
DCAwareRoundRobinPolicyFactory.setLocalDC ( String localDC )This method is from 'DCAwareRoundRobinPolicyFactory' class.
[+] class ErrorAwarePolicyFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ErrorAwarePolicyFactory. |
[+] affected methods: 8 (1.8%)
ErrorAwarePolicyFactory.ErrorAwarePolicyFactory ( )This constructor is from 'ErrorAwarePolicyFactory' class.
ErrorAwarePolicyFactory.build ( )This method is from 'ErrorAwarePolicyFactory' class.
ErrorAwarePolicyFactory.getMaxErrorsPerMinute ( )This method is from 'ErrorAwarePolicyFactory' class.
ErrorAwarePolicyFactory.getRetryPeriod ( )This method is from 'ErrorAwarePolicyFactory' class.
ErrorAwarePolicyFactory.getSubPolicy ( )This method is from 'ErrorAwarePolicyFactory' class.
...
[+] class LatencyAwarePolicyFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class LatencyAwarePolicyFactory. |
[+] affected methods: 14 (3.1%)
LatencyAwarePolicyFactory.LatencyAwarePolicyFactory ( )This constructor is from 'LatencyAwarePolicyFactory' class.
LatencyAwarePolicyFactory.build ( )This method is from 'LatencyAwarePolicyFactory' class.
LatencyAwarePolicyFactory.getExclusionThreshold ( )This method is from 'LatencyAwarePolicyFactory' class.
LatencyAwarePolicyFactory.getMinimumMeasurements ( )This method is from 'LatencyAwarePolicyFactory' class.
LatencyAwarePolicyFactory.getRetryPeriod ( )This method is from 'LatencyAwarePolicyFactory' class.
...
[+] class RoundRobinPolicyFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class RoundRobinPolicyFactory. |
[+] affected methods: 2 (0.4%)
RoundRobinPolicyFactory.RoundRobinPolicyFactory ( )This constructor is from 'RoundRobinPolicyFactory' class.
RoundRobinPolicyFactory.build ( )This method is from 'RoundRobinPolicyFactory' class.
[+] class TokenAwarePolicyFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class TokenAwarePolicyFactory. |
[+] affected methods: 6 (1.3%)
TokenAwarePolicyFactory.TokenAwarePolicyFactory ( )This constructor is from 'TokenAwarePolicyFactory' class.
TokenAwarePolicyFactory.build ( )This method is from 'TokenAwarePolicyFactory' class.
TokenAwarePolicyFactory.getReplicaOrdering ( )This method is from 'TokenAwarePolicyFactory' class.
TokenAwarePolicyFactory.getSubPolicy ( )This method is from 'TokenAwarePolicyFactory' class.
TokenAwarePolicyFactory.setReplicaOrdering ( TokenAwarePolicy.ReplicaOrdering replicaOrdering )This method is from 'TokenAwarePolicyFactory' class.
...
[+] class WhiteListPolicyFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class WhiteListPolicyFactory. |
[+] affected methods: 6 (1.3%)
WhiteListPolicyFactory.WhiteListPolicyFactory ( )This constructor is from 'WhiteListPolicyFactory' class.
WhiteListPolicyFactory.build ( )This method is from 'WhiteListPolicyFactory' class.
WhiteListPolicyFactory.getSubPolicy ( )This method is from 'WhiteListPolicyFactory' class.
WhiteListPolicyFactory.getWhiteList ( )This method is from 'WhiteListPolicyFactory' class.
WhiteListPolicyFactory.setSubPolicy ( LoadBalancingPolicyFactory subPolicy )This method is from 'WhiteListPolicyFactory' class.
...
[+] interface LoadBalancingPolicyFactory 1
| Change | Effect |
---|
1 |
Abstract method LoadBalancingPolicy build ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method build ( ) in interface LoadBalancingPolicyFactory. |
[+] affected methods: 29 (6.4%)
io.dropwizard.cassandra.CassandraBundle<T>.getCassandraFactory ( T p1 )Field 'retval.loadBalancingPolicy' in the return value of this abstract method is of type 'LoadBalancingPolicyFactory'.
io.dropwizard.cassandra.CassandraConfiguration<T>.getCassandraFactory ( T p1 )Field 'retval.loadBalancingPolicy' in the return value of this abstract method is of type 'LoadBalancingPolicyFactory'.
io.dropwizard.cassandra.CassandraFactory.CassandraFactory ( )Field 'this.loadBalancingPolicy' in the object of this method is of type 'LoadBalancingPolicyFactory'.
io.dropwizard.cassandra.CassandraFactory.getAddressTranslator ( )Field 'this.loadBalancingPolicy' in the object of this method is of type 'LoadBalancingPolicyFactory'.
io.dropwizard.cassandra.CassandraFactory.getAuthProvider ( )Field 'this.loadBalancingPolicy' in the object of this method is of type 'LoadBalancingPolicyFactory'.
...
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra.metrics
[+] class CassandraMetricRegistryListener 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class CassandraMetricRegistryListener. |
[+] affected methods: 11 (2.4%)
CassandraMetricRegistryListener.CassandraMetricRegistryListener ( MetricRegistry metrics, String metricPrefix )This constructor is from 'CassandraMetricRegistryListener' class.
CassandraMetricRegistryListener.onCounterAdded ( String name, Counter counter )This method is from 'CassandraMetricRegistryListener' class.
CassandraMetricRegistryListener.onCounterRemoved ( String name )This method is from 'CassandraMetricRegistryListener' class.
CassandraMetricRegistryListener.onGaugeAdded ( String name, Gauge<?> gauge )This method is from 'CassandraMetricRegistryListener' class.
CassandraMetricRegistryListener.onGaugeRemoved ( String name )This method is from 'CassandraMetricRegistryListener' class.
...
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra.netty
[+] class DefaultNettyOptionsFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DefaultNettyOptionsFactory. |
[+] affected methods: 2 (0.4%)
DefaultNettyOptionsFactory.DefaultNettyOptionsFactory ( )This constructor is from 'DefaultNettyOptionsFactory' class.
DefaultNettyOptionsFactory.build ( )This method is from 'DefaultNettyOptionsFactory' class.
[+] interface NettyOptionsFactory 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NettyOptionsFactory. |
[+] affected methods: 1 (0.2%)
NettyOptionsFactory.build ( )This abstract method is from 'NettyOptionsFactory' interface.
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra.network
[+] interface AddressTranslatorFactory 1
| Change | Effect |
---|
1 |
Abstract method AddressTranslator build ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method build ( ) in interface AddressTranslatorFactory. |
[+] affected methods: 29 (6.4%)
io.dropwizard.cassandra.CassandraBundle<T>.getCassandraFactory ( T p1 )Field 'retval.addressTranslator' in the return value of this abstract method is of type 'AddressTranslatorFactory'.
io.dropwizard.cassandra.CassandraConfiguration<T>.getCassandraFactory ( T p1 )Field 'retval.addressTranslator' in the return value of this abstract method is of type 'AddressTranslatorFactory'.
io.dropwizard.cassandra.CassandraFactory.CassandraFactory ( )Field 'this.addressTranslator' in the object of this method is of type 'AddressTranslatorFactory'.
io.dropwizard.cassandra.CassandraFactory.getAddressTranslator ( )Return value of this method is of type 'AddressTranslatorFactory'.
io.dropwizard.cassandra.CassandraFactory.getAuthProvider ( )Field 'this.addressTranslator' in the object of this method is of type 'AddressTranslatorFactory'.
...
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra.pooling
[+] class HostDistanceOptions 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HostDistanceOptions. |
[+] affected methods: 9 (2%)
HostDistanceOptions.HostDistanceOptions ( )This constructor is from 'HostDistanceOptions' class.
HostDistanceOptions.getCoreConnections ( )This method is from 'HostDistanceOptions' class.
HostDistanceOptions.getMaxConnections ( )This method is from 'HostDistanceOptions' class.
HostDistanceOptions.getMaxRequestsPerConnection ( )This method is from 'HostDistanceOptions' class.
HostDistanceOptions.getNewConnectionThreshold ( )This method is from 'HostDistanceOptions' class.
...
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra.reconnection
[+] interface ReconnectionPolicyFactory 1
| Change | Effect |
---|
1 |
Abstract method ReconnectionPolicy build ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method build ( ) in interface ReconnectionPolicyFactory. |
[+] affected methods: 29 (6.4%)
io.dropwizard.cassandra.CassandraBundle<T>.getCassandraFactory ( T p1 )Field 'retval.reconnectionPolicyFactory' in the return value of this abstract method is of type 'ReconnectionPolicyFactory'.
io.dropwizard.cassandra.CassandraConfiguration<T>.getCassandraFactory ( T p1 )Field 'retval.reconnectionPolicyFactory' in the return value of this abstract method is of type 'ReconnectionPolicyFactory'.
io.dropwizard.cassandra.CassandraFactory.CassandraFactory ( )Field 'this.reconnectionPolicyFactory' in the object of this method is of type 'ReconnectionPolicyFactory'.
io.dropwizard.cassandra.CassandraFactory.getAddressTranslator ( )Field 'this.reconnectionPolicyFactory' in the object of this method is of type 'ReconnectionPolicyFactory'.
io.dropwizard.cassandra.CassandraFactory.getAuthProvider ( )Field 'this.reconnectionPolicyFactory' in the object of this method is of type 'ReconnectionPolicyFactory'.
...
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra.retry
[+] class ConfigurableRetryPolicy 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ConfigurableRetryPolicy. |
[+] affected methods: 12 (2.7%)
ConfigurableRetryPolicy.ConfigurableRetryPolicy ( )This constructor is from 'ConfigurableRetryPolicy' class.
ConfigurableRetryPolicy.ConfigurableRetryPolicy ( int readTimeoutRetries, int writeTimeoutRetries, int unavailableRetries )This constructor is from 'ConfigurableRetryPolicy' class.
ConfigurableRetryPolicy.close ( )This method is from 'ConfigurableRetryPolicy' class.
ConfigurableRetryPolicy.getReadTimeoutRetries ( )This method is from 'ConfigurableRetryPolicy' class.
ConfigurableRetryPolicy.getUnavailableRetries ( )This method is from 'ConfigurableRetryPolicy' class.
...
[+] class ConfigurableRetryPolicyFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ConfigurableRetryPolicyFactory. |
[+] affected methods: 8 (1.8%)
ConfigurableRetryPolicyFactory.ConfigurableRetryPolicyFactory ( )This constructor is from 'ConfigurableRetryPolicyFactory' class.
ConfigurableRetryPolicyFactory.build ( )This method is from 'ConfigurableRetryPolicyFactory' class.
ConfigurableRetryPolicyFactory.getReadTimeoutRetries ( )This method is from 'ConfigurableRetryPolicyFactory' class.
ConfigurableRetryPolicyFactory.getUnavailableRetries ( )This method is from 'ConfigurableRetryPolicyFactory' class.
ConfigurableRetryPolicyFactory.getWriteTimeoutRetries ( )This method is from 'ConfigurableRetryPolicyFactory' class.
...
[+] class FallthroughRetryPolicyFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class FallthroughRetryPolicyFactory. |
[+] affected methods: 2 (0.4%)
FallthroughRetryPolicyFactory.FallthroughRetryPolicyFactory ( )This constructor is from 'FallthroughRetryPolicyFactory' class.
FallthroughRetryPolicyFactory.build ( )This method is from 'FallthroughRetryPolicyFactory' class.
[+] class LoggingRetryPolicyFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class LoggingRetryPolicyFactory. |
[+] affected methods: 4 (0.9%)
LoggingRetryPolicyFactory.LoggingRetryPolicyFactory ( )This constructor is from 'LoggingRetryPolicyFactory' class.
LoggingRetryPolicyFactory.build ( )This method is from 'LoggingRetryPolicyFactory' class.
LoggingRetryPolicyFactory.getSubPolicy ( )This method is from 'LoggingRetryPolicyFactory' class.
LoggingRetryPolicyFactory.setSubPolicy ( RetryPolicyFactory subPolicy )This method is from 'LoggingRetryPolicyFactory' class.
[+] interface RetryPolicyFactory 1
| Change | Effect |
---|
1 |
Abstract method RetryPolicy build ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method build ( ) in interface RetryPolicyFactory. |
[+] affected methods: 29 (6.4%)
io.dropwizard.cassandra.CassandraBundle<T>.getCassandraFactory ( T p1 )Field 'retval.retryPolicy' in the return value of this abstract method is of type 'RetryPolicyFactory'.
io.dropwizard.cassandra.CassandraConfiguration<T>.getCassandraFactory ( T p1 )Field 'retval.retryPolicy' in the return value of this abstract method is of type 'RetryPolicyFactory'.
io.dropwizard.cassandra.CassandraFactory.CassandraFactory ( )Field 'this.retryPolicy' in the object of this method is of type 'RetryPolicyFactory'.
io.dropwizard.cassandra.CassandraFactory.getAddressTranslator ( )Field 'this.retryPolicy' in the object of this method is of type 'RetryPolicyFactory'.
io.dropwizard.cassandra.CassandraFactory.getAuthProvider ( )Field 'this.retryPolicy' in the object of this method is of type 'RetryPolicyFactory'.
...
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra.speculativeexecution
[+] interface SpeculativeExecutionPolicyFactory 1
| Change | Effect |
---|
1 |
Abstract method SpeculativeExecutionPolicy build ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method build ( ) in interface SpeculativeExecutionPolicyFactory. |
[+] affected methods: 29 (6.4%)
io.dropwizard.cassandra.CassandraBundle<T>.getCassandraFactory ( T p1 )Field 'retval.speculativeExecutionPolicy' in the return value of this abstract method is of type 'SpeculativeExecutionPolicyFactory'.
io.dropwizard.cassandra.CassandraConfiguration<T>.getCassandraFactory ( T p1 )Field 'retval.speculativeExecutionPolicy' in the return value of this abstract method is of type 'SpeculativeExecutionPolicyFactory'.
io.dropwizard.cassandra.CassandraFactory.CassandraFactory ( )Field 'this.speculativeExecutionPolicy' in the object of this method is of type 'SpeculativeExecutionPolicyFactory'.
io.dropwizard.cassandra.CassandraFactory.getAddressTranslator ( )Field 'this.speculativeExecutionPolicy' in the object of this method is of type 'SpeculativeExecutionPolicyFactory'.
io.dropwizard.cassandra.CassandraFactory.getAuthProvider ( )Field 'this.speculativeExecutionPolicy' in the object of this method is of type 'SpeculativeExecutionPolicyFactory'.
...
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra.ssl
[+] class RemoteEndpointAwareJdkSSLOptionsFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class RemoteEndpointAwareJdkSSLOptionsFactory. |
[+] affected methods: 2 (0.4%)
RemoteEndpointAwareJdkSSLOptionsFactory.RemoteEndpointAwareJdkSSLOptionsFactory ( )This constructor is from 'RemoteEndpointAwareJdkSSLOptionsFactory' class.
RemoteEndpointAwareJdkSSLOptionsFactory.build ( )This method is from 'RemoteEndpointAwareJdkSSLOptionsFactory' class.
[+] class RemoteEndpointAwareNettySSLOptionsFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class RemoteEndpointAwareNettySSLOptionsFactory. |
[+] affected methods: 17 (3.8%)
RemoteEndpointAwareNettySSLOptionsFactory.RemoteEndpointAwareNettySSLOptionsFactory ( )This constructor is from 'RemoteEndpointAwareNettySSLOptionsFactory' class.
RemoteEndpointAwareNettySSLOptionsFactory.build ( )This method is from 'RemoteEndpointAwareNettySSLOptionsFactory' class.
RemoteEndpointAwareNettySSLOptionsFactory.getCiphers ( )This method is from 'RemoteEndpointAwareNettySSLOptionsFactory' class.
RemoteEndpointAwareNettySSLOptionsFactory.getClientAuth ( )This method is from 'RemoteEndpointAwareNettySSLOptionsFactory' class.
RemoteEndpointAwareNettySSLOptionsFactory.getKeyManager ( )This method is from 'RemoteEndpointAwareNettySSLOptionsFactory' class.
...
[+] interface SSLOptionsFactory 1
| Change | Effect |
---|
1 |
Abstract method SSLOptions build ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method build ( ) in interface SSLOptionsFactory. |
[+] affected methods: 29 (6.4%)
io.dropwizard.cassandra.CassandraBundle<T>.getCassandraFactory ( T p1 )Field 'retval.ssl' in the return value of this abstract method is of type 'SSLOptionsFactory'.
io.dropwizard.cassandra.CassandraConfiguration<T>.getCassandraFactory ( T p1 )Field 'retval.ssl' in the return value of this abstract method is of type 'SSLOptionsFactory'.
io.dropwizard.cassandra.CassandraFactory.CassandraFactory ( )Field 'this.ssl' in the object of this method is of type 'SSLOptionsFactory'.
io.dropwizard.cassandra.CassandraFactory.getAddressTranslator ( )Field 'this.ssl' in the object of this method is of type 'SSLOptionsFactory'.
io.dropwizard.cassandra.CassandraFactory.getAuthProvider ( )Field 'this.ssl' in the object of this method is of type 'SSLOptionsFactory'.
...
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra.timestamp
[+] interface TimestampGeneratorFactory 1
| Change | Effect |
---|
1 |
Abstract method TimestampGenerator build ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method build ( ) in interface TimestampGeneratorFactory. |
[+] affected methods: 29 (6.4%)
io.dropwizard.cassandra.CassandraBundle<T>.getCassandraFactory ( T p1 )Field 'retval.timestampGenerator' in the return value of this abstract method is of type 'TimestampGeneratorFactory'.
io.dropwizard.cassandra.CassandraConfiguration<T>.getCassandraFactory ( T p1 )Field 'retval.timestampGenerator' in the return value of this abstract method is of type 'TimestampGeneratorFactory'.
io.dropwizard.cassandra.CassandraFactory.CassandraFactory ( )Field 'this.timestampGenerator' in the object of this method is of type 'TimestampGeneratorFactory'.
io.dropwizard.cassandra.CassandraFactory.getAddressTranslator ( )Field 'this.timestampGenerator' in the object of this method is of type 'TimestampGeneratorFactory'.
io.dropwizard.cassandra.CassandraFactory.getAuthProvider ( )Field 'this.timestampGenerator' in the object of this method is of type 'TimestampGeneratorFactory'.
...
to the top
Problems with Methods, Medium Severity 7
dropwizard-cassandra-1.4.0.jar, BasicCassandraFactory.class
package io.dropwizard.cassandra
[+] BasicCassandraFactory.build ( MetricRegistry metrics, LifecycleEnvironment lifecycle, HealthCheckRegistry healthChecks, Tracing tracing ) : Session 1
io/dropwizard/cassandra/BasicCassandraFactory.build:(Lcom/codahale/metrics/MetricRegistry;Lio/dropwizard/lifecycle/setup/LifecycleEnvironment;Lcom/codahale/metrics/health/HealthCheckRegistry;Lbrave/Tracing;)Lcom/datastax/driver/core/Session;
| Change | Effect |
---|
1 |
Return value type has been changed from com.datastax.driver.core.Session to com.datastax.oss.driver.api.core.CqlSession. |
Recompilation of a client program may be terminated with the message: incompatible types: com.datastax.oss.driver.api.core.CqlSession cannot be converted to com.datastax.driver.core.Session. |
dropwizard-cassandra-1.4.0.jar, CassandraBundle.class
package io.dropwizard.cassandra
[+] CassandraBundle<T>.getSession ( ) : Session 1
io/dropwizard/cassandra/CassandraBundle.getSession:()Lcom/datastax/driver/core/Session;
| Change | Effect |
---|
1 |
Return value type has been changed from com.datastax.driver.core.Session to com.datastax.oss.driver.api.core.CqlSession. |
Recompilation of a client program may be terminated with the message: incompatible types: com.datastax.oss.driver.api.core.CqlSession cannot be converted to com.datastax.driver.core.Session. |
dropwizard-cassandra-1.4.0.jar, CassandraFactory.class
package io.dropwizard.cassandra
[+] CassandraFactory.build ( MetricRegistry p1, LifecycleEnvironment p2, HealthCheckRegistry p3, Tracing p4 ) [abstract] : Session 1
io/dropwizard/cassandra/CassandraFactory.build:(Lcom/codahale/metrics/MetricRegistry;Lio/dropwizard/lifecycle/setup/LifecycleEnvironment;Lcom/codahale/metrics/health/HealthCheckRegistry;Lbrave/Tracing;)Lcom/datastax/driver/core/Session;
| Change | Effect |
---|
1 |
Return value type has been changed from com.datastax.driver.core.Session to com.datastax.oss.driver.api.core.CqlSession. |
Recompilation of a client program may be terminated with the message: incompatible types: com.datastax.oss.driver.api.core.CqlSession cannot be converted to com.datastax.driver.core.Session. |
[+] CassandraFactory.getCompression ( ) : ProtocolOptions.Compression 1
io/dropwizard/cassandra/CassandraFactory.getCompression:()Lcom/datastax/driver/core/ProtocolOptions$Compression;
| Change | Effect |
---|
1 |
Return value type has been changed from com.datastax.driver.core.ProtocolOptions.Compression to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to com.datastax.driver.core.ProtocolOptions.Compression. |
[+] CassandraFactory.getProtocolVersion ( ) : ProtocolVersion 1
io/dropwizard/cassandra/CassandraFactory.getProtocolVersion:()Lcom/datastax/driver/core/ProtocolVersion;
| Change | Effect |
---|
1 |
Return value type has been changed from com.datastax.driver.core.ProtocolVersion to protocolVersion.ProtocolVersionFactory. |
Recompilation of a client program may be terminated with the message: incompatible types: protocolVersion.ProtocolVersionFactory cannot be converted to com.datastax.driver.core.ProtocolVersion. |
[+] CassandraFactory.setUpClusterBuilder ( MetricRegistry metrics ) : Cluster.Builder 1
io/dropwizard/cassandra/CassandraFactory.setUpClusterBuilder:(Lcom/codahale/metrics/MetricRegistry;)Lcom/datastax/driver/core/Cluster$Builder;
| Change | Effect |
---|
1 |
Return value type has been changed from com.datastax.driver.core.Cluster.Builder to com.datastax.oss.driver.api.core.CqlSessionBuilder. |
Recompilation of a client program may be terminated with the message: incompatible types: com.datastax.oss.driver.api.core.CqlSessionBuilder cannot be converted to com.datastax.driver.core.Cluster.Builder. |
dropwizard-cassandra-1.4.0.jar, CassandraHealthCheck.class
package io.dropwizard.cassandra.health
[+] CassandraHealthCheck.check ( ) : HealthCheck.Result 1
io/dropwizard/cassandra/health/CassandraHealthCheck.check:()Lcom/codahale/metrics/health/HealthCheck$Result;
| Change | Effect |
---|
1 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override check ( ) in CassandraHealthCheck; overridden method does not throw java.lang.Exception. |
to the top
Other Changes in Data Types 5
dropwizard-cassandra-1.4.0.jar
package io.dropwizard.cassandra
[+] class CassandraFactory 5
| Change | Effect |
---|
1 |
Field cassandraOptions has been added to this class. |
No effect. |
2 |
Field nodeMetrics has been added to this class. |
No effect. |
3 |
Field requestOptionsFactory has been added to this class. |
No effect. |
4 |
Field sessionKeyspaceName has been added to this class. |
No effect. |
5 |
Field sessionMetrics has been added to this class. |
No effect. |
[+] affected methods: 29 (6.4%)
CassandraBundle<T>.getCassandraFactory ( T p1 )Return value of this abstract method is of type 'CassandraFactory'.
CassandraConfiguration<T>.getCassandraFactory ( T p1 )Return value of this abstract method is of type 'CassandraFactory'.
CassandraFactory.CassandraFactory ( )This constructor is from 'CassandraFactory' abstract class.
CassandraFactory.getAddressTranslator ( )This method is from 'CassandraFactory' abstract class.
CassandraFactory.getAuthProvider ( )This method is from 'CassandraFactory' abstract class.
...
to the top
Java Archives 1
dropwizard-cassandra-1.4.0.jar
to the top