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

ngageoint / geowave / 1719
63%
master: 52%

Build:
Build:
LAST BUILD BRANCH: GEOWAVE-1112
DEFAULT BRANCH: master
Ran 19 Jul 2015 03:13AM UTC
Jobs 4
Files 589
Run time 11min
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

pending completion
1719

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.

16234 of 25879 relevant lines covered (62.73%)

2.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1719.1 (ACCUMULO_VERSION='1.5.2' ACCUMULO_LEGACY='-Daccumulo.legacy' HADOOP_VERSION='2.6.0' GEOTOOLS_VERSION='12.4' GEOSERVER_VERSION='2.6.4' PLATFORM_VERSION='""') 19 Jul 2015 03:13AM UTC 0
62.63
Travis Job 1719.1
2 1719.2 (ACCUMULO_VERSION='1.6.0-cdh5.1.4' ACCUMULO_LEGACY='' HADOOP_VERSION='2.6.0-cdh5.4.0' GEOTOOLS_VERSION='13.1' GEOSERVER_VERSION='2.7.1.1' PLATFORM_VERSION='cloudera') 19 Jul 2015 03:17AM UTC 0
62.61
Travis Job 1719.2
3 1719.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='""') 19 Jul 2015 03:24AM UTC 0
62.61
Travis Job 1719.3
4 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') 19 Jul 2015 03:20AM UTC 0
62.61
Travis Job 1719.4
Source Files on build 1719
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1719
  • 5d3a5951 on github
  • Prev Build on simple-idx (#1717)
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