| 组织ID: |
com.yahoo.datasketches |
| 项目ID: |
sketches-core |
| 版本: |
0.9.0 |
| 最后修改时间: |
2018-07-26 12:01:53 |
| 包类型: |
jar |
| 标题: |
${project.parent.groupId}:${project.artifactId} |
| 描述: |
Sketches-core contains the core algorithms used by other repositories in the DataSketches library. |
| 大小: |
446.21KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.yahoo.datasketches</groupId>
<artifactId>sketches-core</artifactId>
<version>0.9.0</version>
</dependency>
|
| Gradle引入代码: |
com.yahoo.datasketches:sketches-core:0.9.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>
<artifactId>sketches-core</artifactId>
<name>${project.parent.groupId}:${project.artifactId}</name>
<description>Sketches-core contains the core algorithms used by other repositories in the DataSketches library.</description>
<parent>
<groupId>com.yahoo.datasketches</groupId>
<artifactId>sketches</artifactId>
<version>0.9.0</version>
</parent>
<dependencies>
<dependency>
<groupId>com.yahoo.datasketches</groupId>
<artifactId>memory</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
<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>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
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.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.BucketIterator.class
com.yahoo.sketches.hll.CompositeBucketIterator.class
com.yahoo.sketches.hll.CompressedBucketUtils$1.class
com.yahoo.sketches.hll.CompressedBucketUtils.class
com.yahoo.sketches.hll.CouponHashMap.class
com.yahoo.sketches.hll.CouponsIterator.class
com.yahoo.sketches.hll.CouponTraverseMap.class
com.yahoo.sketches.hll.DenseCompressedFieldsFactory.class
com.yahoo.sketches.hll.DenseFieldsFactory.class
com.yahoo.sketches.hll.Fields$1.class
com.yahoo.sketches.hll.Fields$UpdateCallback.class
com.yahoo.sketches.hll.Fields.class
com.yahoo.sketches.hll.FieldsFactory.class
com.yahoo.sketches.hll.HarmonicNumbers.class
com.yahoo.sketches.hll.HashUtils.class
com.yahoo.sketches.hll.HipHllSketch$1.class
com.yahoo.sketches.hll.HipHllSketch.class
com.yahoo.sketches.hll.HllMap.class
com.yahoo.sketches.hll.HllSketch$1.class
com.yahoo.sketches.hll.HllSketch.class
com.yahoo.sketches.hll.HllSketchBuilder.class
com.yahoo.sketches.hll.HllUtils.class
com.yahoo.sketches.hll.Interpolation.class
com.yahoo.sketches.hll.Map.class
com.yahoo.sketches.hll.OnHeapCompressedFields$1.class
com.yahoo.sketches.hll.OnHeapCompressedFields$2.class
com.yahoo.sketches.hll.OnHeapCompressedFields.class
com.yahoo.sketches.hll.OnHeapFields$1.class
com.yahoo.sketches.hll.OnHeapFields.class
com.yahoo.sketches.hll.OnHeapHash$1.class
com.yahoo.sketches.hll.OnHeapHash.class
com.yahoo.sketches.hll.OnHeapHashFields.class
com.yahoo.sketches.hll.OnHeapImmutableCompactFields$1.class
com.yahoo.sketches.hll.OnHeapImmutableCompactFields$2.class
com.yahoo.sketches.hll.OnHeapImmutableCompactFields.class
com.yahoo.sketches.hll.Preamble$1.class
com.yahoo.sketches.hll.Preamble$Builder.class
com.yahoo.sketches.hll.Preamble.class
com.yahoo.sketches.hll.PreambleFlags$Builder.class
com.yahoo.sketches.hll.PreambleFlags.class
com.yahoo.sketches.hll.SingleCouponMap.class
com.yahoo.sketches.hll.UniqueCountMap.class
com.yahoo.sketches.quantiles.CompactDoublesSketch.class
com.yahoo.sketches.quantiles.DirectCompactDoublesSketch.class
com.yahoo.sketches.quantiles.DirectUpdateDoublesSketch.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.DoublesUpdateImpl.class
com.yahoo.sketches.quantiles.DoublesUtil.class
com.yahoo.sketches.quantiles.HeapCompactDoublesSketch.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.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.SamplingUtil.class
com.yahoo.sketches.sampling.VersionConverter.class
com.yahoo.sketches.SketchesArgumentException.class
com.yahoo.sketches.SketchesException.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.DirectQuickSelectSketch.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.HeapQuickSelectSketch.class
com.yahoo.sketches.theta.HeapUpdateSketch.class
com.yahoo.sketches.theta.Intersection.class
com.yahoo.sketches.theta.IntersectionImpl.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.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
com.yahoo.sketches.tuple.ArrayOfDoublesUpdatableSketch.class
com.yahoo.sketches.tuple.ArrayOfDoublesUpdatableSketchBuilder.class
com.yahoo.sketches.tuple.CompactSketch$Flags.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
memory-${project.parent.version}.jar
/com.yahoo.datasketches/memory/${project.parent.version}
查看memory所有版本文件
|