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) |
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 © 2014. All rights reserved.