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, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected BinaryValue convert(BigInteger value)
RiakIndex
Index 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)
RiakIndex
Index 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.