public class BigIntIndex extends RiakIndex<BigInteger>
| Modifier and Type | Class and Description |
|---|---|
static class |
BigIntIndex.Name
Encapsulates the name and
IndexType for a BigIntIndex |
| Modifier and Type | Method and Description |
|---|---|
protected BinaryValue |
convert(BigInteger value)
Convert a value to a BinaryValue.
|
protected BigInteger |
convert(BinaryValue value)
Convert bytes to a value type.
|
static BigIntIndex.Name |
named(String name) |
add, add, equals, getFullname, getName, getType, hashCode, hasValue, isEmpty, iterator, rawValues, remove, remove, removeAll, size, toString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected BinaryValue convert(BigInteger value)
RiakIndexIndex values are stored internally as bytes. Concrete classes implement this method to convert values to bytes.
convert in class RiakIndex<BigInteger>value - the value to convertprotected BigInteger convert(BinaryValue value)
RiakIndexIndex values are stored internally as bytes. Concrete classes implement this method to convert bytes to values.
convert in class RiakIndex<BigInteger>value - the value to convertpublic static BigIntIndex.Name named(String name)
Copyright © 2016. All rights reserved.