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

ngageoint / geowave / 1671 / 3
63%
master: 52%

Build:
Build:
LAST BUILD BRANCH: GEOWAVE-1112
DEFAULT BRANCH: master
Ran 13 Jul 2015 06:07PM UTC
Files 561
Run time 26s
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

13 Jul 2015 06:05PM UTC coverage: 62.954% (+0.07%) from 62.889%
ACCUMULO_VERSION='1.6.2' ACCUMULO_LEGACY='' HADOOP_VERSION='2.6.0' GEOTOOLS_VERSION='13.1' GEOSERVER_VERSION='2.7.1.1' PLATFORM_VERSION='""'

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.

15228 of 24189 relevant lines covered (62.95%)

0.63 hits per line

Source Files on job 1671.3 (ACCUMULO_VERSION='1.6.2' ACCUMULO_LEGACY='' HADOOP_VERSION='2.6.0' GEOTOOLS_VERSION='13.1' GEOSERVER_VERSION='2.7.1.1' PLATFORM_VERSION='""')
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1671
  • Travis Job 1671.3
  • cbb1ee9e on github
  • Prev Job for ACCUMULO_VERSION='1.6.2' ACCUMULO_LEGACY='' HADOOP_VERSION='2.6.0' GEOTOOLS_VERSION='13.1' GEOSERVER_VERSION='2.7.1.1' PLATFORM_VERSION='""' on simple-idx (#1661.3)
  • Next Job for ACCUMULO_VERSION='1.6.2' ACCUMULO_LEGACY='' HADOOP_VERSION='2.6.0' GEOTOOLS_VERSION='13.1' GEOSERVER_VERSION='2.7.1.1' PLATFORM_VERSION='""' on simple-idx (#1675.3)
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