Package | Description |
---|---|
com.basho.riak.client.api.convert.reflection | |
com.basho.riak.client.core.query |
Modifier and Type | Method and Description |
---|---|
static <T> RiakIndexes |
AnnotationUtil.getIndexes(RiakIndexes container,
T domainObject)
Attempts to get all the riak indexes from a domain object by looking for
a @RiakIndexes annotated member.
|
<T> RiakIndexes |
AnnotationInfo.getIndexes(RiakIndexes container,
T obj) |
<T> RiakIndexes |
AnnotationHelper.getIndexes(RiakIndexes container,
T obj) |
Modifier and Type | Method and Description |
---|---|
static <T> RiakIndexes |
AnnotationUtil.getIndexes(RiakIndexes container,
T domainObject)
Attempts to get all the riak indexes from a domain object by looking for
a @RiakIndexes annotated member.
|
<T> RiakIndexes |
AnnotationInfo.getIndexes(RiakIndexes container,
T obj) |
<T> RiakIndexes |
AnnotationHelper.getIndexes(RiakIndexes container,
T obj) |
static <T> T |
AnnotationUtil.populateIndexes(RiakIndexes indexes,
T domainObject)
Attempts to populate a domain object with the contents of the supplied
RiakIndexes by looking for a @RiakIndex annotated member
|
<T> void |
AnnotationInfo.setIndexes(RiakIndexes indexes,
T obj) |
<T> T |
AnnotationHelper.setIndexes(RiakIndexes indexes,
T obj) |
Modifier and Type | Method and Description |
---|---|
RiakIndexes |
RiakObject.getIndexes()
Returns the Secondary Indexes (2i) for this RiakObject
|
Copyright © 2016. All rights reserved.