| 组织ID: |
com.yahoo.datasketches |
| 项目ID: |
sketches-core |
| 版本: |
0.11.0 |
| 最后修改时间: |
2018-09-14 11:51:36 |
| 包类型: |
jar |
| 标题: |
${project.groupId}:${project.artifactId} |
| 描述: |
Core sketch algorithms used alone and by other repositories in the DataSketches library. |
| 相关URL: |
https://datasketches.github.io/ |
| 大小: |
554.01KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.yahoo.datasketches</groupId>
<artifactId>sketches-core</artifactId>
<version>0.11.0</version>
</dependency>
|
| Gradle引入代码: |
com.yahoo.datasketches:sketches-core:0.11.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015, Yahoo! Inc.
Licensed under the terms of the Apache License 2.0.
See LICENSE file at the project root for terms. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yahoo.datasketches</groupId>
<artifactId>sketches-core</artifactId>
<packaging>jar</packaging> <!-- jar is the default -->
<version>0.11.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Core sketch algorithms used alone and by other repositories in the DataSketches library.</description>
<url>https://datasketches.github.io/</url>
<inceptionYear>2015</inceptionYear>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>DataSketchesDevelopers</name>
<organization>DataSketches</organization>
<organizationUrl>https://github.com/orgs/DataSketches/people</organizationUrl>
</developer>
<developer>
<name>DataSketchesCollaborators</name>
<organization>DataSketches</organization>
<organizationUrl>https://github.com/orgs/DataSketches/outside-collaborators</organizationUrl>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>sketches-user</name>
<archive>https://groups.google.com/forum/#!forum/sketches-user</archive>
<subscribe>mailto:sketches-user%2Bsubscribe@googlegroups.com</subscribe>
<unsubscribe>mailto:sketches-user%2Bunsubscribe@googlegroups.com</unsubscribe>
<post>mailto:sketches-user@googlegroups.com</post>
</mailingList>
</mailingLists>
<properties>
<!-- System-wide properties -->
<argLine>-Xmx1024m -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8</argLine>
<charset.encoding>UTF-8</charset.encoding>
<project.build.sourceEncoding>${charset.encoding}</project.build.sourceEncoding>
<project.build.resourceEncoding>${charset.encoding}</project.build.resourceEncoding>
<project.reporting.outputEncoding>${charset.encoding}</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<!-- Dependencies -->
<memory.version>0.10.3</memory.version>
<testng.version>6.13.1</testng.version>
<!-- Maven Plugins -->
<maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
<maven-clean-plugin.version>3.0.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<maven-help-plugin.version>2.2</maven-help-plugin.version>
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
<maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<maven-resources-plugin.version>3.0.2</maven-resources-plugin.version>
<maven-shade-plugin.version>3.1.0</maven-shade-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<maven-surefire-plugin.version>2.20.1</maven-surefire-plugin.version>
<!-- Codehaus.org Plugins -->
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<license-maven-plugin.version>1.14</license-maven-plugin.version>
<plexus-compiler-javac-errorprone.version>2.8.2</plexus-compiler-javac-errorprone.version>
<!-- Jacoco.org Plugins -->
<jacoco-maven-plugin.version>0.7.9</jacoco-maven-plugin.version>
<!-- Sonatype.org Plugins -->
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<!-- Versioneye.com Plugins -->
<versioneye-maven-plugin.version>3.11.4</versioneye-maven-plugin.version>
</properties>
<prerequisites>
<maven>3.0.4</maven>
</prerequisites>
<scm>
<connection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</connection>
<developerConnection>scm:git:ssh://git@github.com/DataSketches/sketches-core.git</developerConnection>
<url>https://github.com/DataSketches/sketches-core.git</url>
<tag>sketches-core-0.11.0</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/DataSketches/sketches-core/issues</url>
</issueManagement>
<ciManagement>
<system>travis</system>
<url>https://travis-ci.org/DataSketches/sketches-core</url>
</ciManagement>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>com.yahoo.datasketches</groupId>
<artifactId>memory</artifactId>
<version>${memory.version}</version>
</dependency>
<!-- Test Scope -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testng.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>jcenter</id>
<name>bintray</name>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<pattern>com.yahoo.memory</pattern>
<shadedPattern>shaded.com.yahoo.memory</shadedPattern>
</relocation>
</relocations>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>with-shaded-memory</shadedClassifierName>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!--
<show>private</show>
-->
<stylesheetfile>src/main/javadoc/stylesheet.css</stylesheetfile>
<docfilessubdirs>true</docfilessubdirs>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
<goal>test-jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId> <!-- from ~/.m2/settings.xml -->
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<!-- Code coverage plugin, generates coverage report to target/site/jacoco/
To skip coverage generation add -Djacoco.skip=true -->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<!-- ORG.APACHE.MAVEN -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>${maven-clean-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven-dependency-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven-gpg-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-help-plugin</artifactId>
<version>${maven-help-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>${maven-install-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
</plugin>
<!-- OTHER -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${exec-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>${license-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${nexus-staging-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>com.versioneye</groupId>
<artifactId>versioneye-maven-plugin</artifactId>
<version>${versioneye-maven-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<reporting />
<profiles>
<profile>
<id>strict</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerId>javac-with-errorprone</compilerId>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
</configuration>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-javac-errorprone</artifactId>
<version>${plexus-compiler-javac-errorprone.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.yahoo.sketches.ArrayOfBooleansSerDe.class
com.yahoo.sketches.ArrayOfDoublesSerDe.class
com.yahoo.sketches.ArrayOfItemsSerDe.class
com.yahoo.sketches.ArrayOfLongsSerDe.class
com.yahoo.sketches.ArrayOfNumbersSerDe.class
com.yahoo.sketches.ArrayOfStringsSerDe.class
com.yahoo.sketches.ArrayOfUtf16StringsSerDe.class
com.yahoo.sketches.BinomialBoundsN.class
com.yahoo.sketches.BoundsOnBinomialProportions.class
com.yahoo.sketches.BoundsOnRatiosInSampledSets.class
com.yahoo.sketches.BoundsOnRatiosInThetaSketchedSets.class
com.yahoo.sketches.ByteArrayUtil.class
com.yahoo.sketches.EquivTables.class
com.yahoo.sketches.Family.class
com.yahoo.sketches.frequencies.ErrorType.class
com.yahoo.sketches.frequencies.ItemsSketch$1.class
com.yahoo.sketches.frequencies.ItemsSketch$Row.class
com.yahoo.sketches.frequencies.ItemsSketch.class
com.yahoo.sketches.frequencies.LongsSketch$1.class
com.yahoo.sketches.frequencies.LongsSketch$Row.class
com.yahoo.sketches.frequencies.LongsSketch.class
com.yahoo.sketches.frequencies.PreambleUtil.class
com.yahoo.sketches.frequencies.ReversePurgeItemHashMap$Iterator.class
com.yahoo.sketches.frequencies.ReversePurgeItemHashMap.class
com.yahoo.sketches.frequencies.ReversePurgeLongHashMap$Iterator.class
com.yahoo.sketches.frequencies.ReversePurgeLongHashMap.class
com.yahoo.sketches.frequencies.Util.class
com.yahoo.sketches.hash.MurmurHash3$HashState.class
com.yahoo.sketches.hash.MurmurHash3.class
com.yahoo.sketches.hash.MurmurHash3Adaptor.class
com.yahoo.sketches.HashOperations.class
com.yahoo.sketches.hll.AbstractCoupons.class
com.yahoo.sketches.hll.AbstractHllArray.class
com.yahoo.sketches.hll.AuxHashMap.class
com.yahoo.sketches.hll.BaseHllSketch.class
com.yahoo.sketches.hll.CompositeInterpolationXTable.class
com.yahoo.sketches.hll.Conversions.class
com.yahoo.sketches.hll.CouponHashSet.class
com.yahoo.sketches.hll.CouponList.class
com.yahoo.sketches.hll.CouponMapping.class
com.yahoo.sketches.hll.CubicInterpolation.class
com.yahoo.sketches.hll.CurMode.class
com.yahoo.sketches.hll.DirectAuxHashMap.class
com.yahoo.sketches.hll.DirectCouponHashSet.class
com.yahoo.sketches.hll.DirectCouponList.class
com.yahoo.sketches.hll.DirectHll4Array$DirectHll4Iterator.class
com.yahoo.sketches.hll.DirectHll4Array.class
com.yahoo.sketches.hll.DirectHll6Array$DirectHll6Iterator.class
com.yahoo.sketches.hll.DirectHll6Array.class
com.yahoo.sketches.hll.DirectHll8Array$DirectHll8Iterator.class
com.yahoo.sketches.hll.DirectHll8Array.class
com.yahoo.sketches.hll.DirectHllArray.class
com.yahoo.sketches.hll.HarmonicNumbers.class
com.yahoo.sketches.hll.HeapAuxHashMap.class
com.yahoo.sketches.hll.Hll4Array$HeapHll4Iterator.class
com.yahoo.sketches.hll.Hll4Array.class
com.yahoo.sketches.hll.Hll4Update.class
com.yahoo.sketches.hll.Hll6Array$HeapHll6Iterator.class
com.yahoo.sketches.hll.Hll6Array.class
com.yahoo.sketches.hll.Hll8Array$HeapHll8Iterator.class
com.yahoo.sketches.hll.Hll8Array.class
com.yahoo.sketches.hll.HllArray.class
com.yahoo.sketches.hll.HllEstimators.class
com.yahoo.sketches.hll.HllPairIterator.class
com.yahoo.sketches.hll.HllSketch.class
com.yahoo.sketches.hll.HllSketchImpl.class
com.yahoo.sketches.hll.HllUtil.class
com.yahoo.sketches.hll.IntArrayPairIterator.class
com.yahoo.sketches.hll.IntMemoryPairIterator.class
com.yahoo.sketches.hll.PairIterator.class
com.yahoo.sketches.hll.PreambleUtil.class
com.yahoo.sketches.hll.RelativeErrorTables.class
com.yahoo.sketches.hll.TgtHllType.class
com.yahoo.sketches.hll.ToByteArrayImpl.class
com.yahoo.sketches.hll.Union.class
com.yahoo.sketches.hllmap.CouponHashMap.class
com.yahoo.sketches.hllmap.CouponsIterator.class
com.yahoo.sketches.hllmap.CouponTraverseMap.class
com.yahoo.sketches.hllmap.HllMap.class
com.yahoo.sketches.hllmap.Map.class
com.yahoo.sketches.hllmap.SingleCouponMap.class
com.yahoo.sketches.hllmap.UniqueCountMap.class
com.yahoo.sketches.kll.KllFloatsQuantileCalculator.class
com.yahoo.sketches.kll.KllFloatsSketch$Flags.class
com.yahoo.sketches.kll.KllFloatsSketch.class
com.yahoo.sketches.kll.KllHelper.class
com.yahoo.sketches.quantiles.CompactDoublesSketch.class
com.yahoo.sketches.quantiles.DirectCompactDoublesSketch.class
com.yahoo.sketches.quantiles.DirectDoublesSketchAccessor.class
com.yahoo.sketches.quantiles.DirectUpdateDoublesSketch.class
com.yahoo.sketches.quantiles.DirectUpdateDoublesSketchR.class
com.yahoo.sketches.quantiles.DoublesArrayAccessor.class
com.yahoo.sketches.quantiles.DoublesAuxiliary.class
com.yahoo.sketches.quantiles.DoublesBufferAccessor.class
com.yahoo.sketches.quantiles.DoublesByteArrayImpl.class
com.yahoo.sketches.quantiles.DoublesMergeImpl.class
com.yahoo.sketches.quantiles.DoublesPmfCdfImpl.class
com.yahoo.sketches.quantiles.DoublesSketch.class
com.yahoo.sketches.quantiles.DoublesSketchAccessor.class
com.yahoo.sketches.quantiles.DoublesSketchBuilder.class
com.yahoo.sketches.quantiles.DoublesUnion.class
com.yahoo.sketches.quantiles.DoublesUnionBuilder.class
com.yahoo.sketches.quantiles.DoublesUnionImpl.class
com.yahoo.sketches.quantiles.DoublesUnionImplR.class
com.yahoo.sketches.quantiles.DoublesUpdateImpl.class
com.yahoo.sketches.quantiles.DoublesUtil.class
com.yahoo.sketches.quantiles.HeapCompactDoublesSketch.class
com.yahoo.sketches.quantiles.HeapDoublesSketchAccessor.class
com.yahoo.sketches.quantiles.HeapUpdateDoublesSketch.class
com.yahoo.sketches.quantiles.ItemsAuxiliary.class
com.yahoo.sketches.quantiles.ItemsByteArrayImpl.class
com.yahoo.sketches.quantiles.ItemsMergeImpl.class
com.yahoo.sketches.quantiles.ItemsPmfCdfImpl.class
com.yahoo.sketches.quantiles.ItemsSketch.class
com.yahoo.sketches.quantiles.ItemsUnion.class
com.yahoo.sketches.quantiles.ItemsUpdateImpl.class
com.yahoo.sketches.quantiles.ItemsUtil.class
com.yahoo.sketches.quantiles.PreambleUtil.class
com.yahoo.sketches.quantiles.UpdateDoublesSketch.class
com.yahoo.sketches.quantiles.Util$EpsilonFromK.class
com.yahoo.sketches.quantiles.Util.class
com.yahoo.sketches.QuantilesHelper.class
com.yahoo.sketches.QuickSelect.class
com.yahoo.sketches.ResizeFactor.class
com.yahoo.sketches.sampling.PreambleUtil$1.class
com.yahoo.sketches.sampling.PreambleUtil.class
com.yahoo.sketches.sampling.ReservoirItemsSketch.class
com.yahoo.sketches.sampling.ReservoirItemsUnion.class
com.yahoo.sketches.sampling.ReservoirLongsSketch.class
com.yahoo.sketches.sampling.ReservoirLongsUnion.class
com.yahoo.sketches.sampling.ReservoirSize.class
com.yahoo.sketches.sampling.SampleSubsetSummary.class
com.yahoo.sketches.sampling.SamplingUtil.class
com.yahoo.sketches.sampling.VarOptItemsSamples$1.class
com.yahoo.sketches.sampling.VarOptItemsSamples$VarOptItemsIterator.class
com.yahoo.sketches.sampling.VarOptItemsSamples$WeightCorrectingRRegionIterator.class
com.yahoo.sketches.sampling.VarOptItemsSamples$WeightedSample.class
com.yahoo.sketches.sampling.VarOptItemsSamples.class
com.yahoo.sketches.sampling.VarOptItemsSketch$Result.class
com.yahoo.sketches.sampling.VarOptItemsSketch.class
com.yahoo.sketches.sampling.VarOptItemsUnion.class
com.yahoo.sketches.SketchesArgumentException.class
com.yahoo.sketches.SketchesException.class
com.yahoo.sketches.SketchesReadOnlyException.class
com.yahoo.sketches.SketchesStateException.class
com.yahoo.sketches.theta.AnotB.class
com.yahoo.sketches.theta.CompactSketch.class
com.yahoo.sketches.theta.DirectCompactOrderedSketch.class
com.yahoo.sketches.theta.DirectCompactSketch.class
com.yahoo.sketches.theta.DirectCompactUnorderedSketch.class
com.yahoo.sketches.theta.DirectQuickSelectSketch.class
com.yahoo.sketches.theta.DirectQuickSelectSketchR.class
com.yahoo.sketches.theta.ForwardCompatibility.class
com.yahoo.sketches.theta.HeapAlphaSketch.class
com.yahoo.sketches.theta.HeapAnotB.class
com.yahoo.sketches.theta.HeapCompactOrderedSketch.class
com.yahoo.sketches.theta.HeapCompactSketch.class
com.yahoo.sketches.theta.HeapCompactUnorderedSketch.class
com.yahoo.sketches.theta.HeapQuickSelectSketch.class
com.yahoo.sketches.theta.HeapUpdateSketch.class
com.yahoo.sketches.theta.Intersection.class
com.yahoo.sketches.theta.IntersectionImpl.class
com.yahoo.sketches.theta.IntersectionImplR.class
com.yahoo.sketches.theta.JaccardSimilarity.class
com.yahoo.sketches.theta.PairwiseSetOperations.class
com.yahoo.sketches.theta.PreambleUtil.class
com.yahoo.sketches.theta.Rebuilder.class
com.yahoo.sketches.theta.SetOperation$1.class
com.yahoo.sketches.theta.SetOperation.class
com.yahoo.sketches.theta.SetOperationBuilder$1.class
com.yahoo.sketches.theta.SetOperationBuilder.class
com.yahoo.sketches.theta.SingleItemSketch.class
com.yahoo.sketches.theta.Sketch$1.class
com.yahoo.sketches.theta.Sketch.class
com.yahoo.sketches.theta.Sketches.class
com.yahoo.sketches.theta.Union.class
com.yahoo.sketches.theta.UnionImpl.class
com.yahoo.sketches.theta.UpdateReturnState.class
com.yahoo.sketches.theta.UpdateSketch.class
com.yahoo.sketches.theta.UpdateSketchBuilder$1.class
com.yahoo.sketches.theta.UpdateSketchBuilder.class
com.yahoo.sketches.tuple.AnotB.class
com.yahoo.sketches.tuple.ArrayOfDoublesAnotB.class
com.yahoo.sketches.tuple.ArrayOfDoublesCombiner.class
com.yahoo.sketches.tuple.ArrayOfDoublesCompactSketch.class
com.yahoo.sketches.tuple.ArrayOfDoublesIntersection.class
com.yahoo.sketches.tuple.ArrayOfDoublesQuickSelectSketch.class
com.yahoo.sketches.tuple.ArrayOfDoublesSetOperationBuilder.class
com.yahoo.sketches.tuple.ArrayOfDoublesSketch$Flags.class
com.yahoo.sketches.tuple.ArrayOfDoublesSketch.class
com.yahoo.sketches.tuple.ArrayOfDoublesSketches.class
com.yahoo.sketches.tuple.ArrayOfDoublesSketchIterator.class
com.yahoo.sketches.tuple.ArrayOfDoublesUnion.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
memory-${memory.version}.jar
/com.yahoo.datasketches/memory/${memory.version}
查看memory所有版本文件
testng-${testng.version}.jar
/org.testng/testng/${testng.version}
查看testng所有版本文件
|