Binary compatibility report for the metrics-graphite library between 4.2.28 and 5.0.0 versions
Test Info
Library Name | metrics-graphite |
Version #1 | 4.2.28 |
Version #2 | 5.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 138 / 14 |
Compatibility |
0% |
Problem Summary
| Severity | Count |
Added Methods | - | 67 |
Removed Methods | High | 71 |
Problems with Data Types | High | 7 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 67
metrics-graphite-5.0.0.jar, Builder.class
package io.dropwizard.metrics5.graphite
GraphiteReporter.Builder.build ( Graphite graphite ) : GraphiteReporter
io/dropwizard/metrics5/graphite/GraphiteReporter.Builder.build:(Lio/dropwizard/metrics5/graphite/Graphite;)Lio/dropwizard/metrics5/graphite/GraphiteReporter;
GraphiteReporter.Builder.build ( GraphiteSender graphite ) : GraphiteReporter
io/dropwizard/metrics5/graphite/GraphiteReporter.Builder.build:(Lio/dropwizard/metrics5/graphite/GraphiteSender;)Lio/dropwizard/metrics5/graphite/GraphiteReporter;
GraphiteReporter.Builder.convertDurationsTo ( TimeUnit durationUnit ) : GraphiteReporter.Builder
io/dropwizard/metrics5/graphite/GraphiteReporter.Builder.convertDurationsTo:(Ljava/util/concurrent/TimeUnit;)Lio/dropwizard/metrics5/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.convertRatesTo ( TimeUnit rateUnit ) : GraphiteReporter.Builder
io/dropwizard/metrics5/graphite/GraphiteReporter.Builder.convertRatesTo:(Ljava/util/concurrent/TimeUnit;)Lio/dropwizard/metrics5/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.disabledMetricAttributes ( Set<MetricAttribute> disabledMetricAttributes ) : GraphiteReporter.Builder
io/dropwizard/metrics5/graphite/GraphiteReporter.Builder.disabledMetricAttributes:(Ljava/util/Set;)Lio/dropwizard/metrics5/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.filter ( MetricFilter filter ) : GraphiteReporter.Builder
io/dropwizard/metrics5/graphite/GraphiteReporter.Builder.filter:(Lio/dropwizard/metrics5/MetricFilter;)Lio/dropwizard/metrics5/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.prefixedWith ( String prefix ) : GraphiteReporter.Builder
io/dropwizard/metrics5/graphite/GraphiteReporter.Builder.prefixedWith:(Ljava/lang/String;)Lio/dropwizard/metrics5/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.scheduleOn ( ScheduledExecutorService executor ) : GraphiteReporter.Builder
io/dropwizard/metrics5/graphite/GraphiteReporter.Builder.scheduleOn:(Ljava/util/concurrent/ScheduledExecutorService;)Lio/dropwizard/metrics5/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.shutdownExecutorOnStop ( boolean shutdownExecutorOnStop ) : GraphiteReporter.Builder
io/dropwizard/metrics5/graphite/GraphiteReporter.Builder.shutdownExecutorOnStop:(Z)Lio/dropwizard/metrics5/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.withClock ( Clock clock ) : GraphiteReporter.Builder
io/dropwizard/metrics5/graphite/GraphiteReporter.Builder.withClock:(Lio/dropwizard/metrics5/Clock;)Lio/dropwizard/metrics5/graphite/GraphiteReporter$Builder;
metrics-graphite-5.0.0.jar, Graphite.class
package io.dropwizard.metrics5.graphite
Graphite.close ( ) : void
io/dropwizard/metrics5/graphite/Graphite.close:()V
Graphite.connect ( ) : void
io/dropwizard/metrics5/graphite/Graphite.connect:()V
Graphite.flush ( ) : void
io/dropwizard/metrics5/graphite/Graphite.flush:()V
Graphite.getFailures ( ) : int
io/dropwizard/metrics5/graphite/Graphite.getFailures:()I
Graphite.Graphite ( InetSocketAddress address )
io/dropwizard/metrics5/graphite/Graphite."<init>":(Ljava/net/InetSocketAddress;)V
Graphite.Graphite ( InetSocketAddress address, SocketFactory socketFactory )
io/dropwizard/metrics5/graphite/Graphite."<init>":(Ljava/net/InetSocketAddress;Ljavax/net/SocketFactory;)V
Graphite.Graphite ( InetSocketAddress address, SocketFactory socketFactory, Charset charset )
io/dropwizard/metrics5/graphite/Graphite."<init>":(Ljava/net/InetSocketAddress;Ljavax/net/SocketFactory;Ljava/nio/charset/Charset;)V
Graphite.Graphite ( String hostname, int port )
io/dropwizard/metrics5/graphite/Graphite."<init>":(Ljava/lang/String;I)V
Graphite.Graphite ( String hostname, int port, SocketFactory socketFactory )
io/dropwizard/metrics5/graphite/Graphite."<init>":(Ljava/lang/String;ILjavax/net/SocketFactory;)V
Graphite.Graphite ( String hostname, int port, SocketFactory socketFactory, Charset charset )
io/dropwizard/metrics5/graphite/Graphite."<init>":(Ljava/lang/String;ILjavax/net/SocketFactory;Ljava/nio/charset/Charset;)V
Graphite.isConnected ( ) : boolean
io/dropwizard/metrics5/graphite/Graphite.isConnected:()Z
Graphite.sanitize ( String s ) : String
io/dropwizard/metrics5/graphite/Graphite.sanitize:(Ljava/lang/String;)Ljava/lang/String;
Graphite.send ( String name, String value, long timestamp ) : void
io/dropwizard/metrics5/graphite/Graphite.send:(Ljava/lang/String;Ljava/lang/String;J)V
metrics-graphite-5.0.0.jar, GraphiteRabbitMQ.class
package io.dropwizard.metrics5.graphite
GraphiteRabbitMQ.close ( ) : void
io/dropwizard/metrics5/graphite/GraphiteRabbitMQ.close:()V
GraphiteRabbitMQ.connect ( ) : void
io/dropwizard/metrics5/graphite/GraphiteRabbitMQ.connect:()V
GraphiteRabbitMQ.flush ( ) : void
io/dropwizard/metrics5/graphite/GraphiteRabbitMQ.flush:()V
GraphiteRabbitMQ.getFailures ( ) : int
io/dropwizard/metrics5/graphite/GraphiteRabbitMQ.getFailures:()I
GraphiteRabbitMQ.GraphiteRabbitMQ ( ConnectionFactory connectionFactory, String exchange )
io/dropwizard/metrics5/graphite/GraphiteRabbitMQ."<init>":(Lcom/rabbitmq/client/ConnectionFactory;Ljava/lang/String;)V
GraphiteRabbitMQ.GraphiteRabbitMQ ( String rabbitHost, Integer rabbitPort, String rabbitUsername, String rabbitPassword, String exchange )
io/dropwizard/metrics5/graphite/GraphiteRabbitMQ."<init>":(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
GraphiteRabbitMQ.GraphiteRabbitMQ ( String rabbitHost, Integer rabbitPort, String rabbitUsername, String rabbitPassword, String exchange, Integer rabbitConnectionTimeoutMS, Integer rabbitSocketTimeoutMS, Integer rabbitRequestedHeartbeatInSeconds )
io/dropwizard/metrics5/graphite/GraphiteRabbitMQ."<init>":(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)V
GraphiteRabbitMQ.isConnected ( ) : boolean
io/dropwizard/metrics5/graphite/GraphiteRabbitMQ.isConnected:()Z
GraphiteRabbitMQ.sanitize ( String s ) : String
io/dropwizard/metrics5/graphite/GraphiteRabbitMQ.sanitize:(Ljava/lang/String;)Ljava/lang/String;
GraphiteRabbitMQ.send ( String name, String value, long timestamp ) : void
io/dropwizard/metrics5/graphite/GraphiteRabbitMQ.send:(Ljava/lang/String;Ljava/lang/String;J)V
metrics-graphite-5.0.0.jar, GraphiteReporter.class
package io.dropwizard.metrics5.graphite
GraphiteReporter.format ( double v ) : String
io/dropwizard/metrics5/graphite/GraphiteReporter.format:(D)Ljava/lang/String;
GraphiteReporter.forRegistry ( MetricRegistry registry ) [static] : GraphiteReporter.Builder
io/dropwizard/metrics5/graphite/GraphiteReporter.forRegistry:(Lio/dropwizard/metrics5/MetricRegistry;)Lio/dropwizard/metrics5/graphite/GraphiteReporter$Builder;
GraphiteReporter.GraphiteReporter ( MetricRegistry registry, GraphiteSender graphite, Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes )
io/dropwizard/metrics5/graphite/GraphiteReporter."<init>":(Lio/dropwizard/metrics5/MetricRegistry;Lio/dropwizard/metrics5/graphite/GraphiteSender;Lio/dropwizard/metrics5/Clock;Ljava/lang/String;Ljava/util/concurrent/TimeUnit;Ljava/util/concurrent/TimeUnit;Lio/dropwizard/metrics5/MetricFilter;Ljava/util/concurrent/ScheduledExecutorService;ZLjava/util/Set;)V
GraphiteReporter.report ( SortedMap<MetricName,Gauge> gauges, SortedMap<MetricName,Counter> counters, SortedMap<MetricName,Histogram> histograms, SortedMap<MetricName,Meter> meters, SortedMap<MetricName,Timer> timers ) : void
io/dropwizard/metrics5/graphite/GraphiteReporter.report:(Ljava/util/SortedMap;Ljava/util/SortedMap;Ljava/util/SortedMap;Ljava/util/SortedMap;Ljava/util/SortedMap;)V
GraphiteReporter.stop ( ) : void
io/dropwizard/metrics5/graphite/GraphiteReporter.stop:()V
metrics-graphite-5.0.0.jar, GraphiteSender.class
package io.dropwizard.metrics5.graphite
GraphiteSender.connect ( ) [abstract] : void
io/dropwizard/metrics5/graphite/GraphiteSender.connect:()V
GraphiteSender.flush ( ) [abstract] : void
io/dropwizard/metrics5/graphite/GraphiteSender.flush:()V
GraphiteSender.getFailures ( ) [abstract] : int
io/dropwizard/metrics5/graphite/GraphiteSender.getFailures:()I
GraphiteSender.isConnected ( ) [abstract] : boolean
io/dropwizard/metrics5/graphite/GraphiteSender.isConnected:()Z
GraphiteSender.send ( String p1, String p2, long p3 ) [abstract] : void
io/dropwizard/metrics5/graphite/GraphiteSender.send:(Ljava/lang/String;Ljava/lang/String;J)V
metrics-graphite-5.0.0.jar, GraphiteUDP.class
package io.dropwizard.metrics5.graphite
GraphiteUDP.close ( ) : void
io/dropwizard/metrics5/graphite/GraphiteUDP.close:()V
GraphiteUDP.connect ( ) : void
io/dropwizard/metrics5/graphite/GraphiteUDP.connect:()V
GraphiteUDP.flush ( ) : void
io/dropwizard/metrics5/graphite/GraphiteUDP.flush:()V
GraphiteUDP.getFailures ( ) : int
io/dropwizard/metrics5/graphite/GraphiteUDP.getFailures:()I
GraphiteUDP.GraphiteUDP ( InetSocketAddress address )
io/dropwizard/metrics5/graphite/GraphiteUDP."<init>":(Ljava/net/InetSocketAddress;)V
GraphiteUDP.GraphiteUDP ( String hostname, int port )
io/dropwizard/metrics5/graphite/GraphiteUDP."<init>":(Ljava/lang/String;I)V
GraphiteUDP.isConnected ( ) : boolean
io/dropwizard/metrics5/graphite/GraphiteUDP.isConnected:()Z
GraphiteUDP.sanitize ( String s ) : String
io/dropwizard/metrics5/graphite/GraphiteUDP.sanitize:(Ljava/lang/String;)Ljava/lang/String;
GraphiteUDP.send ( String name, String value, long timestamp ) : void
io/dropwizard/metrics5/graphite/GraphiteUDP.send:(Ljava/lang/String;Ljava/lang/String;J)V
metrics-graphite-5.0.0.jar, PickledGraphite.class
package io.dropwizard.metrics5.graphite
PickledGraphite.close ( ) : void
io/dropwizard/metrics5/graphite/PickledGraphite.close:()V
PickledGraphite.connect ( ) : void
io/dropwizard/metrics5/graphite/PickledGraphite.connect:()V
PickledGraphite.flush ( ) : void
io/dropwizard/metrics5/graphite/PickledGraphite.flush:()V
PickledGraphite.getFailures ( ) : int
io/dropwizard/metrics5/graphite/PickledGraphite.getFailures:()I
PickledGraphite.isConnected ( ) : boolean
io/dropwizard/metrics5/graphite/PickledGraphite.isConnected:()Z
PickledGraphite.PickledGraphite ( InetSocketAddress address )
io/dropwizard/metrics5/graphite/PickledGraphite."<init>":(Ljava/net/InetSocketAddress;)V
PickledGraphite.PickledGraphite ( InetSocketAddress address, int batchSize )
io/dropwizard/metrics5/graphite/PickledGraphite."<init>":(Ljava/net/InetSocketAddress;I)V
PickledGraphite.PickledGraphite ( InetSocketAddress address, SocketFactory socketFactory, Charset charset, int batchSize )
io/dropwizard/metrics5/graphite/PickledGraphite."<init>":(Ljava/net/InetSocketAddress;Ljavax/net/SocketFactory;Ljava/nio/charset/Charset;I)V
PickledGraphite.PickledGraphite ( InetSocketAddress address, SocketFactory socketFactory, int batchSize )
io/dropwizard/metrics5/graphite/PickledGraphite."<init>":(Ljava/net/InetSocketAddress;Ljavax/net/SocketFactory;I)V
PickledGraphite.PickledGraphite ( String hostname, int port )
io/dropwizard/metrics5/graphite/PickledGraphite."<init>":(Ljava/lang/String;I)V
PickledGraphite.PickledGraphite ( String hostname, int port, int batchSize )
io/dropwizard/metrics5/graphite/PickledGraphite."<init>":(Ljava/lang/String;II)V
PickledGraphite.PickledGraphite ( String hostname, int port, SocketFactory socketFactory, Charset charset, int batchSize )
io/dropwizard/metrics5/graphite/PickledGraphite."<init>":(Ljava/lang/String;ILjavax/net/SocketFactory;Ljava/nio/charset/Charset;I)V
PickledGraphite.PickledGraphite ( String hostname, int port, SocketFactory socketFactory, int batchSize )
io/dropwizard/metrics5/graphite/PickledGraphite."<init>":(Ljava/lang/String;ILjavax/net/SocketFactory;I)V
PickledGraphite.sanitize ( String s ) : String
io/dropwizard/metrics5/graphite/PickledGraphite.sanitize:(Ljava/lang/String;)Ljava/lang/String;
PickledGraphite.send ( String name, String value, long timestamp ) : void
io/dropwizard/metrics5/graphite/PickledGraphite.send:(Ljava/lang/String;Ljava/lang/String;J)V
to the top
Removed Methods 71
metrics-graphite-4.2.28.jar, Builder.class
package com.codahale.metrics.graphite
GraphiteReporter.Builder.addMetricAttributesAsTags ( boolean addMetricAttributesAsTags ) : GraphiteReporter.Builder
com/codahale/metrics/graphite/GraphiteReporter.Builder.addMetricAttributesAsTags:(Z)Lcom/codahale/metrics/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.build ( Graphite graphite ) : GraphiteReporter
com/codahale/metrics/graphite/GraphiteReporter.Builder.build:(Lcom/codahale/metrics/graphite/Graphite;)Lcom/codahale/metrics/graphite/GraphiteReporter;
GraphiteReporter.Builder.build ( GraphiteSender graphite ) : GraphiteReporter
com/codahale/metrics/graphite/GraphiteReporter.Builder.build:(Lcom/codahale/metrics/graphite/GraphiteSender;)Lcom/codahale/metrics/graphite/GraphiteReporter;
GraphiteReporter.Builder.convertDurationsTo ( TimeUnit durationUnit ) : GraphiteReporter.Builder
com/codahale/metrics/graphite/GraphiteReporter.Builder.convertDurationsTo:(Ljava/util/concurrent/TimeUnit;)Lcom/codahale/metrics/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.convertRatesTo ( TimeUnit rateUnit ) : GraphiteReporter.Builder
com/codahale/metrics/graphite/GraphiteReporter.Builder.convertRatesTo:(Ljava/util/concurrent/TimeUnit;)Lcom/codahale/metrics/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.disabledMetricAttributes ( Set<MetricAttribute> disabledMetricAttributes ) : GraphiteReporter.Builder
com/codahale/metrics/graphite/GraphiteReporter.Builder.disabledMetricAttributes:(Ljava/util/Set;)Lcom/codahale/metrics/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.filter ( MetricFilter filter ) : GraphiteReporter.Builder
com/codahale/metrics/graphite/GraphiteReporter.Builder.filter:(Lcom/codahale/metrics/MetricFilter;)Lcom/codahale/metrics/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.prefixedWith ( String prefix ) : GraphiteReporter.Builder
com/codahale/metrics/graphite/GraphiteReporter.Builder.prefixedWith:(Ljava/lang/String;)Lcom/codahale/metrics/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.scheduleOn ( ScheduledExecutorService executor ) : GraphiteReporter.Builder
com/codahale/metrics/graphite/GraphiteReporter.Builder.scheduleOn:(Ljava/util/concurrent/ScheduledExecutorService;)Lcom/codahale/metrics/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.shutdownExecutorOnStop ( boolean shutdownExecutorOnStop ) : GraphiteReporter.Builder
com/codahale/metrics/graphite/GraphiteReporter.Builder.shutdownExecutorOnStop:(Z)Lcom/codahale/metrics/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.withClock ( Clock clock ) : GraphiteReporter.Builder
com/codahale/metrics/graphite/GraphiteReporter.Builder.withClock:(Lcom/codahale/metrics/Clock;)Lcom/codahale/metrics/graphite/GraphiteReporter$Builder;
GraphiteReporter.Builder.withFloatingPointFormatter ( DoubleFunction<String> floatingPointFormatter ) : GraphiteReporter.Builder
com/codahale/metrics/graphite/GraphiteReporter.Builder.withFloatingPointFormatter:(Ljava/util/function/DoubleFunction;)Lcom/codahale/metrics/graphite/GraphiteReporter$Builder;
metrics-graphite-4.2.28.jar, Graphite.class
package com.codahale.metrics.graphite
Graphite.close ( ) : void
com/codahale/metrics/graphite/Graphite.close:()V
Graphite.connect ( ) : void
com/codahale/metrics/graphite/Graphite.connect:()V
Graphite.flush ( ) : void
com/codahale/metrics/graphite/Graphite.flush:()V
Graphite.getFailures ( ) : int
com/codahale/metrics/graphite/Graphite.getFailures:()I
Graphite.Graphite ( InetSocketAddress address )
com/codahale/metrics/graphite/Graphite."<init>":(Ljava/net/InetSocketAddress;)V
Graphite.Graphite ( InetSocketAddress address, SocketFactory socketFactory )
com/codahale/metrics/graphite/Graphite."<init>":(Ljava/net/InetSocketAddress;Ljavax/net/SocketFactory;)V
Graphite.Graphite ( InetSocketAddress address, SocketFactory socketFactory, Charset charset )
com/codahale/metrics/graphite/Graphite."<init>":(Ljava/net/InetSocketAddress;Ljavax/net/SocketFactory;Ljava/nio/charset/Charset;)V
Graphite.Graphite ( String hostname, int port )
com/codahale/metrics/graphite/Graphite."<init>":(Ljava/lang/String;I)V
Graphite.Graphite ( String hostname, int port, SocketFactory socketFactory )
com/codahale/metrics/graphite/Graphite."<init>":(Ljava/lang/String;ILjavax/net/SocketFactory;)V
Graphite.Graphite ( String hostname, int port, SocketFactory socketFactory, Charset charset )
com/codahale/metrics/graphite/Graphite."<init>":(Ljava/lang/String;ILjavax/net/SocketFactory;Ljava/nio/charset/Charset;)V
Graphite.isConnected ( ) : boolean
com/codahale/metrics/graphite/Graphite.isConnected:()Z
Graphite.sanitize ( String s ) : String
com/codahale/metrics/graphite/Graphite.sanitize:(Ljava/lang/String;)Ljava/lang/String;
Graphite.send ( String name, String value, long timestamp ) : void
com/codahale/metrics/graphite/Graphite.send:(Ljava/lang/String;Ljava/lang/String;J)V
metrics-graphite-4.2.28.jar, GraphiteRabbitMQ.class
package com.codahale.metrics.graphite
GraphiteRabbitMQ.close ( ) : void
com/codahale/metrics/graphite/GraphiteRabbitMQ.close:()V
GraphiteRabbitMQ.connect ( ) : void
com/codahale/metrics/graphite/GraphiteRabbitMQ.connect:()V
GraphiteRabbitMQ.flush ( ) : void
com/codahale/metrics/graphite/GraphiteRabbitMQ.flush:()V
GraphiteRabbitMQ.getFailures ( ) : int
com/codahale/metrics/graphite/GraphiteRabbitMQ.getFailures:()I
GraphiteRabbitMQ.GraphiteRabbitMQ ( ConnectionFactory connectionFactory, String exchange )
com/codahale/metrics/graphite/GraphiteRabbitMQ."<init>":(Lcom/rabbitmq/client/ConnectionFactory;Ljava/lang/String;)V
GraphiteRabbitMQ.GraphiteRabbitMQ ( String rabbitHost, Integer rabbitPort, String rabbitUsername, String rabbitPassword, String exchange )
com/codahale/metrics/graphite/GraphiteRabbitMQ."<init>":(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
GraphiteRabbitMQ.GraphiteRabbitMQ ( String rabbitHost, Integer rabbitPort, String rabbitUsername, String rabbitPassword, String exchange, Integer rabbitConnectionTimeoutMS, Integer rabbitSocketTimeoutMS, Integer rabbitRequestedHeartbeatInSeconds )
com/codahale/metrics/graphite/GraphiteRabbitMQ."<init>":(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)V
GraphiteRabbitMQ.isConnected ( ) : boolean
com/codahale/metrics/graphite/GraphiteRabbitMQ.isConnected:()Z
GraphiteRabbitMQ.sanitize ( String s ) : String
com/codahale/metrics/graphite/GraphiteRabbitMQ.sanitize:(Ljava/lang/String;)Ljava/lang/String;
GraphiteRabbitMQ.send ( String name, String value, long timestamp ) : void
com/codahale/metrics/graphite/GraphiteRabbitMQ.send:(Ljava/lang/String;Ljava/lang/String;J)V
metrics-graphite-4.2.28.jar, GraphiteReporter.class
package com.codahale.metrics.graphite
GraphiteReporter.format ( double v ) : String
com/codahale/metrics/graphite/GraphiteReporter.format:(D)Ljava/lang/String;
GraphiteReporter.forRegistry ( MetricRegistry registry ) [static] : GraphiteReporter.Builder
com/codahale/metrics/graphite/GraphiteReporter.forRegistry:(Lcom/codahale/metrics/MetricRegistry;)Lcom/codahale/metrics/graphite/GraphiteReporter$Builder;
GraphiteReporter.GraphiteReporter ( MetricRegistry registry, GraphiteSender graphite, Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes )
com/codahale/metrics/graphite/GraphiteReporter."<init>":(Lcom/codahale/metrics/MetricRegistry;Lcom/codahale/metrics/graphite/GraphiteSender;Lcom/codahale/metrics/Clock;Ljava/lang/String;Ljava/util/concurrent/TimeUnit;Ljava/util/concurrent/TimeUnit;Lcom/codahale/metrics/MetricFilter;Ljava/util/concurrent/ScheduledExecutorService;ZLjava/util/Set;)V
GraphiteReporter.GraphiteReporter ( MetricRegistry registry, GraphiteSender graphite, Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes, boolean addMetricAttributesAsTags )
com/codahale/metrics/graphite/GraphiteReporter."<init>":(Lcom/codahale/metrics/MetricRegistry;Lcom/codahale/metrics/graphite/GraphiteSender;Lcom/codahale/metrics/Clock;Ljava/lang/String;Ljava/util/concurrent/TimeUnit;Ljava/util/concurrent/TimeUnit;Lcom/codahale/metrics/MetricFilter;Ljava/util/concurrent/ScheduledExecutorService;ZLjava/util/Set;Z)V
GraphiteReporter.GraphiteReporter ( MetricRegistry registry, GraphiteSender graphite, Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes, boolean addMetricAttributesAsTags, DoubleFunction<String> floatingPointFormatter )
com/codahale/metrics/graphite/GraphiteReporter."<init>":(Lcom/codahale/metrics/MetricRegistry;Lcom/codahale/metrics/graphite/GraphiteSender;Lcom/codahale/metrics/Clock;Ljava/lang/String;Ljava/util/concurrent/TimeUnit;Ljava/util/concurrent/TimeUnit;Lcom/codahale/metrics/MetricFilter;Ljava/util/concurrent/ScheduledExecutorService;ZLjava/util/Set;ZLjava/util/function/DoubleFunction;)V
GraphiteReporter.report ( SortedMap<String,Gauge> gauges, SortedMap<String,Counter> counters, SortedMap<String,Histogram> histograms, SortedMap<String,Meter> meters, SortedMap<String,Timer> timers ) : void
com/codahale/metrics/graphite/GraphiteReporter.report:(Ljava/util/SortedMap;Ljava/util/SortedMap;Ljava/util/SortedMap;Ljava/util/SortedMap;Ljava/util/SortedMap;)V
GraphiteReporter.stop ( ) : void
com/codahale/metrics/graphite/GraphiteReporter.stop:()V
metrics-graphite-4.2.28.jar, GraphiteSender.class
package com.codahale.metrics.graphite
GraphiteSender.connect ( ) [abstract] : void
com/codahale/metrics/graphite/GraphiteSender.connect:()V
GraphiteSender.flush ( ) [abstract] : void
com/codahale/metrics/graphite/GraphiteSender.flush:()V
GraphiteSender.getFailures ( ) [abstract] : int
com/codahale/metrics/graphite/GraphiteSender.getFailures:()I
GraphiteSender.isConnected ( ) [abstract] : boolean
com/codahale/metrics/graphite/GraphiteSender.isConnected:()Z
GraphiteSender.send ( String p1, String p2, long p3 ) [abstract] : void
com/codahale/metrics/graphite/GraphiteSender.send:(Ljava/lang/String;Ljava/lang/String;J)V
metrics-graphite-4.2.28.jar, GraphiteUDP.class
package com.codahale.metrics.graphite
GraphiteUDP.close ( ) : void
com/codahale/metrics/graphite/GraphiteUDP.close:()V
GraphiteUDP.connect ( ) : void
com/codahale/metrics/graphite/GraphiteUDP.connect:()V
GraphiteUDP.flush ( ) : void
com/codahale/metrics/graphite/GraphiteUDP.flush:()V
GraphiteUDP.getFailures ( ) : int
com/codahale/metrics/graphite/GraphiteUDP.getFailures:()I
GraphiteUDP.GraphiteUDP ( InetSocketAddress address )
com/codahale/metrics/graphite/GraphiteUDP."<init>":(Ljava/net/InetSocketAddress;)V
GraphiteUDP.GraphiteUDP ( String hostname, int port )
com/codahale/metrics/graphite/GraphiteUDP."<init>":(Ljava/lang/String;I)V
GraphiteUDP.isConnected ( ) : boolean
com/codahale/metrics/graphite/GraphiteUDP.isConnected:()Z
GraphiteUDP.sanitize ( String s ) : String
com/codahale/metrics/graphite/GraphiteUDP.sanitize:(Ljava/lang/String;)Ljava/lang/String;
GraphiteUDP.send ( String name, String value, long timestamp ) : void
com/codahale/metrics/graphite/GraphiteUDP.send:(Ljava/lang/String;Ljava/lang/String;J)V
metrics-graphite-4.2.28.jar, PickledGraphite.class
package com.codahale.metrics.graphite
PickledGraphite.close ( ) : void
com/codahale/metrics/graphite/PickledGraphite.close:()V
PickledGraphite.connect ( ) : void
com/codahale/metrics/graphite/PickledGraphite.connect:()V
PickledGraphite.flush ( ) : void
com/codahale/metrics/graphite/PickledGraphite.flush:()V
PickledGraphite.getFailures ( ) : int
com/codahale/metrics/graphite/PickledGraphite.getFailures:()I
PickledGraphite.isConnected ( ) : boolean
com/codahale/metrics/graphite/PickledGraphite.isConnected:()Z
PickledGraphite.PickledGraphite ( InetSocketAddress address )
com/codahale/metrics/graphite/PickledGraphite."<init>":(Ljava/net/InetSocketAddress;)V
PickledGraphite.PickledGraphite ( InetSocketAddress address, int batchSize )
com/codahale/metrics/graphite/PickledGraphite."<init>":(Ljava/net/InetSocketAddress;I)V
PickledGraphite.PickledGraphite ( InetSocketAddress address, SocketFactory socketFactory, Charset charset, int batchSize )
com/codahale/metrics/graphite/PickledGraphite."<init>":(Ljava/net/InetSocketAddress;Ljavax/net/SocketFactory;Ljava/nio/charset/Charset;I)V
PickledGraphite.PickledGraphite ( InetSocketAddress address, SocketFactory socketFactory, int batchSize )
com/codahale/metrics/graphite/PickledGraphite."<init>":(Ljava/net/InetSocketAddress;Ljavax/net/SocketFactory;I)V
PickledGraphite.PickledGraphite ( String hostname, int port )
com/codahale/metrics/graphite/PickledGraphite."<init>":(Ljava/lang/String;I)V
PickledGraphite.PickledGraphite ( String hostname, int port, int batchSize )
com/codahale/metrics/graphite/PickledGraphite."<init>":(Ljava/lang/String;II)V
PickledGraphite.PickledGraphite ( String hostname, int port, SocketFactory socketFactory, Charset charset, int batchSize )
com/codahale/metrics/graphite/PickledGraphite."<init>":(Ljava/lang/String;ILjavax/net/SocketFactory;Ljava/nio/charset/Charset;I)V
PickledGraphite.PickledGraphite ( String hostname, int port, SocketFactory socketFactory, int batchSize )
com/codahale/metrics/graphite/PickledGraphite."<init>":(Ljava/lang/String;ILjavax/net/SocketFactory;I)V
PickledGraphite.sanitize ( String s ) : String
com/codahale/metrics/graphite/PickledGraphite.sanitize:(Ljava/lang/String;)Ljava/lang/String;
PickledGraphite.send ( String name, String value, long timestamp ) : void
com/codahale/metrics/graphite/PickledGraphite.send:(Ljava/lang/String;Ljava/lang/String;J)V
to the top
Problems with Data Types, High Severity 7
metrics-graphite-4.2.28.jar
package com.codahale.metrics.graphite
[+] class Graphite 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (9.4%)
Graphite.Graphite ( String hostname, int port )This constructor is from 'Graphite' class.
Graphite.Graphite ( String hostname, int port, SocketFactory socketFactory )This constructor is from 'Graphite' class.
Graphite.Graphite ( String hostname, int port, SocketFactory socketFactory, Charset charset )This constructor is from 'Graphite' class.
Graphite.Graphite ( InetSocketAddress address )This constructor is from 'Graphite' class.
Graphite.Graphite ( InetSocketAddress address, SocketFactory socketFactory )This constructor is from 'Graphite' class.
...
[+] class GraphiteRabbitMQ 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (7.2%)
GraphiteRabbitMQ.GraphiteRabbitMQ ( ConnectionFactory connectionFactory, String exchange )This constructor is from 'GraphiteRabbitMQ' class.
GraphiteRabbitMQ.GraphiteRabbitMQ ( String rabbitHost, Integer rabbitPort, String rabbitUsername, String rabbitPassword, String exchange )This constructor is from 'GraphiteRabbitMQ' class.
GraphiteRabbitMQ.GraphiteRabbitMQ ( String rabbitHost, Integer rabbitPort, String rabbitUsername, String rabbitPassword, String exchange, Integer rabbitConnectionTimeoutMS, Integer rabbitSocketTimeoutMS, Integer rabbitRequestedHeartbeatInSeconds )This constructor is from 'GraphiteRabbitMQ' class.
GraphiteRabbitMQ.close ( )This method is from 'GraphiteRabbitMQ' class.
GraphiteRabbitMQ.connect ( )This method is from 'GraphiteRabbitMQ' class.
...
[+] class GraphiteReporter 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (5.1%)
GraphiteReporter.GraphiteReporter ( MetricRegistry registry, GraphiteSender graphite, Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes )This constructor is from 'GraphiteReporter' class.
GraphiteReporter.GraphiteReporter ( MetricRegistry registry, GraphiteSender graphite, Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes, boolean addMetricAttributesAsTags )This constructor is from 'GraphiteReporter' class.
GraphiteReporter.GraphiteReporter ( MetricRegistry registry, GraphiteSender graphite, Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes, boolean addMetricAttributesAsTags, DoubleFunction<String> floatingPointFormatter )This constructor is from 'GraphiteReporter' class.
GraphiteReporter.format ( double v )This method is from 'GraphiteReporter' class.
GraphiteReporter.forRegistry ( MetricRegistry registry )This method is from 'GraphiteReporter' class.
...
[+] class GraphiteReporter.Builder 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (8.7%)
GraphiteReporter.Builder.addMetricAttributesAsTags ( boolean addMetricAttributesAsTags )This method is from 'GraphiteReporter.Builder' class.
GraphiteReporter.Builder.build ( Graphite graphite )This method is from 'GraphiteReporter.Builder' class.
GraphiteReporter.Builder.build ( GraphiteSender graphite )This method is from 'GraphiteReporter.Builder' class.
GraphiteReporter.Builder.convertDurationsTo ( TimeUnit durationUnit )This method is from 'GraphiteReporter.Builder' class.
GraphiteReporter.Builder.convertRatesTo ( TimeUnit rateUnit )This method is from 'GraphiteReporter.Builder' class.
...
[+] class GraphiteUDP 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (6.5%)
GraphiteUDP.GraphiteUDP ( String hostname, int port )This constructor is from 'GraphiteUDP' class.
GraphiteUDP.GraphiteUDP ( InetSocketAddress address )This constructor is from 'GraphiteUDP' class.
GraphiteUDP.close ( )This method is from 'GraphiteUDP' class.
GraphiteUDP.connect ( )This method is from 'GraphiteUDP' class.
GraphiteUDP.flush ( )This method is from 'GraphiteUDP' class.
...
[+] class PickledGraphite 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 15 (10.9%)
PickledGraphite.PickledGraphite ( String hostname, int port )This constructor is from 'PickledGraphite' class.
PickledGraphite.PickledGraphite ( String hostname, int port, int batchSize )This constructor is from 'PickledGraphite' class.
PickledGraphite.PickledGraphite ( String hostname, int port, SocketFactory socketFactory, int batchSize )This constructor is from 'PickledGraphite' class.
PickledGraphite.PickledGraphite ( String hostname, int port, SocketFactory socketFactory, Charset charset, int batchSize )This constructor is from 'PickledGraphite' class.
PickledGraphite.PickledGraphite ( InetSocketAddress address )This constructor is from 'PickledGraphite' class.
...
[+] interface GraphiteSender 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (3.6%)
GraphiteSender.connect ( )This abstract method is from 'GraphiteSender' interface.
GraphiteSender.flush ( )This abstract method is from 'GraphiteSender' interface.
GraphiteSender.getFailures ( )This abstract method is from 'GraphiteSender' interface.
GraphiteSender.isConnected ( )This abstract method is from 'GraphiteSender' interface.
GraphiteSender.send ( String p1, String p2, long p3 )This abstract method is from 'GraphiteSender' interface.
to the top
Java Archives 1
metrics-graphite-4.2.28.jar
to the top