• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ngageoint / geowave / 1661 / 4
63%
master: 52%

Build:
Build:
LAST BUILD BRANCH: GEOWAVE-1112
DEFAULT BRANCH: master
Ran 09 Jul 2015 02:10AM UTC
Files 561
Run time 13s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Jul 2015 01:27AM UTC coverage: 62.889%. First build
ACCUMULO_VERSION='1.6.1.2.2.4.0-2633' ACCUMULO_LEGACY='' HADOOP_VERSION='2.6.0.2.2.4.0-2633' GEOTOOLS_VERSION='13.1' GEOSERVER_VERSION='2.7.1.1' PLATFORM_VERSION='hortonworks'

push

travis-ci

meislerj
Implemented a Simple Integer Index Strategy

Created a simple 1-dimensional NumericIndexStrategy that
can index unsigned longs from 0 to 2^64. The strategy doesn't
use any binning. The ids are simply the byte[] values of
the longs. This index strategy won't work well for inserting
ranges since the data will be replicated for each integer value
in the range.

getQueryRanges always returns 1 range since the sort order of the
bytes is the same as the sort order of the values. This means that
a contiguous range of values can be represented by a single
contiguous ByteArrayRange.

getInsertionIds returns a single insertionId if you are inserting
a point. If you insert a range, you'll get back a list with the
size of the number of integers in the range (because there is no
binning). That is not the intended use of this index strategy.

Included a test for the lexicographical sorting of the byte arrays.
Can't support negative values since the lexicographical ordering
of the byte arrays wouldn't correspond to the natural order of
the values.

15077 of 23974 relevant lines covered (62.89%)

0.63 hits per line

Source Files on job 1661.4 (ACCUMULO_VERSION='1.6.1.2.2.4.0-2633' ACCUMULO_LEGACY='' HADOOP_VERSION='2.6.0.2.2.4.0-2633' GEOTOOLS_VERSION='13.1' GEOSERVER_VERSION='2.7.1.1' PLATFORM_VERSION='hortonworks')
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1661
  • Travis Job 1661.4
  • b946b0cb on github
  • Next Job for ACCUMULO_VERSION='1.6.1.2.2.4.0-2633' ACCUMULO_LEGACY='' HADOOP_VERSION='2.6.0.2.2.4.0-2633' GEOTOOLS_VERSION='13.1' GEOSERVER_VERSION='2.7.1.1' PLATFORM_VERSION='hortonworks' on simple-idx (#1671.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc