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

ngageoint / geowave / 1717
63%
master: 52%

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

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[] 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 1717.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 02:43AM UTC 0
62.63
Travis Job 1717.1
2 1717.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 02:46AM UTC 0
62.61
Travis Job 1717.2
3 1717.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 02:43AM UTC 0
62.61
Travis Job 1717.3
4 1717.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 02:43AM UTC 0
62.61
Travis Job 1717.4
Source Files on build 1717
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1717
  • 7d13b572 on github
  • Prev Build on simple-idx (#1704)
  • Next Build on simple-idx (#1719)
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