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

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

Build:
Build:
LAST BUILD BRANCH: GEOWAVE-1112
DEFAULT BRANCH: master
Ran 19 Jul 2015 03:20AM UTC
Files 589
Run time 30s
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

19 Jul 2015 02:29AM UTC coverage: 62.612%. Remained the same
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 NumericIndexStrategy

Created a simple 1-dimensional NumericIndexStrategy that
can index integer values. The strategy doesn't use any
binning. The ids are simply the byte array values of
the numbers. This index strategy won't work well for
inserting ranges since the data will be replicated for
each integer value in the range.

The SimpleNumericIndexStrategy is an abstract class that
uses a Short, Integer, or Long lexicoder to encode/decode
numbers. This allows for adjusting the size of the keys
(i.e. a 16 or 32 bit integer might give a large enough
range for some applications) to save space in the row ID.
Extended by SimpleShortIndexStrategy (for 16 bit keys),
SimpleIntegerIndexStrategy (for 32 bit keys), and
SimpleLongIndexStrategy (for 64 bit keys).

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.

16040 of 25618 relevant lines covered (62.61%)

0.63 hits per line

Source Files on job 1719.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 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1719
  • Travis Job 1719.4
  • 5d3a5951 on github
  • Prev 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 (#1717.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