jar

com.newrelic : nrsketch

Maven & Gradle

Jan 07, 2023
7 stars

NrSketch · A scaled base2 exponential histogram supporting auto-scaling and lossless merge

Table Of Contents

Latest Version

Download com.newrelic : nrsketch JAR file - Latest Versions:

All Versions

Download com.newrelic : nrsketch JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nrsketch-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.newrelic.nrsketch

├─ com.newrelic.nrsketch.ComboNrSketch.class - [JAR]

├─ com.newrelic.nrsketch.ConcurrentNrSketch.class - [JAR]

├─ com.newrelic.nrsketch.MultiTypeCounterArray.class - [JAR]

├─ com.newrelic.nrsketch.NrSketch.class - [JAR]

├─ com.newrelic.nrsketch.NrSketchSerializer.class - [JAR]

├─ com.newrelic.nrsketch.SimpleNrSketch.class - [JAR]

├─ com.newrelic.nrsketch.WindowedCounterArray.class - [JAR]

├─ com.newrelic.nrsketch.WindowedCounterArraySerializer.class - [JAR]

com.newrelic.nrsketch.indexer

├─ com.newrelic.nrsketch.indexer.DoubleFormat.class - [JAR]

├─ com.newrelic.nrsketch.indexer.ExponentIndexer.class - [JAR]

├─ com.newrelic.nrsketch.indexer.IndexerOption.class - [JAR]

├─ com.newrelic.nrsketch.indexer.LogIndexer.class - [JAR]

├─ com.newrelic.nrsketch.indexer.ScaledExpIndexer.class - [JAR]

├─ com.newrelic.nrsketch.indexer.ScaledIndexer.class - [JAR]

├─ com.newrelic.nrsketch.indexer.SubBucketIndexer.class - [JAR]

├─ com.newrelic.nrsketch.indexer.SubBucketLogIndexer.class - [JAR]

├─ com.newrelic.nrsketch.indexer.SubBucketLookupIndexer.class - [JAR]

Advertisement