public static class SecondaryIndexQuery.Response.Entry<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Entry(Location riakObjectLocation,
BinaryValue indexKey,
SecondaryIndexQuery.IndexConverter<T> converter) |
| Modifier and Type | Method and Description |
|---|---|
T |
getIndexKey()
Get this 2i key for this entry.
|
Location |
getRiakObjectLocation()
Get the location for this entry.
|
protected Entry(Location riakObjectLocation, BinaryValue indexKey, SecondaryIndexQuery.IndexConverter<T> converter)
public Location getRiakObjectLocation()
public T getIndexKey()
Copyright © 2016. All rights reserved.