Binary compatibility report for the dropwizard-foundationdb library between 1.6.1 and 2.0.0 versions
Test Info
Library Name | dropwizard-foundationdb |
Version #1 | 1.6.1 |
Version #2 | 2.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 125 / 12 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 6 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 6
dropwizard-foundationdb-2.0.0.jar, InstrumentedDatabase.class
package io.dropwizard.foundationdb.instrumented
InstrumentedDatabase.getMainThreadBusyness ( ) : double
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.getMainThreadBusyness:()D
InstrumentedDatabase.openTenant ( byte[ ] tenantName, Executor e ) : Tenant
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.openTenant:([BLjava/util/concurrent/Executor;)Lcom/apple/foundationdb/Tenant;
InstrumentedDatabase.openTenant ( byte[ ] tenantName, Executor e, EventKeeper eventKeeper ) : Tenant
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.openTenant:([BLjava/util/concurrent/Executor;Lcom/apple/foundationdb/EventKeeper;)Lcom/apple/foundationdb/Tenant;
InstrumentedDatabase.openTenant ( Tuple tenantName ) : Tenant
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.openTenant:(Lcom/apple/foundationdb/tuple/Tuple;)Lcom/apple/foundationdb/Tenant;
InstrumentedDatabase.openTenant ( Tuple tenantName, Executor e ) : Tenant
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.openTenant:(Lcom/apple/foundationdb/tuple/Tuple;Ljava/util/concurrent/Executor;)Lcom/apple/foundationdb/Tenant;
InstrumentedDatabase.openTenant ( Tuple tenantName, Executor e, EventKeeper eventKeeper ) : Tenant
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.openTenant:(Lcom/apple/foundationdb/tuple/Tuple;Ljava/util/concurrent/Executor;Lcom/apple/foundationdb/EventKeeper;)Lcom/apple/foundationdb/Tenant;
to the top
Java Archives 1
dropwizard-foundationdb-1.6.1.jar
to the top