Package | Description |
---|---|
com.basho.riak.client.core.query.indexes |
Low-level API for managing Riak Secondary Indexes (2i)
|
Modifier and Type | Class and Description |
---|---|
static class |
BigIntIndex.Name
Encapsulates the name and
IndexType for a BigIntIndex |
static class |
LongIntIndex.Name
Encapsulates the name and
IndexType for a LongIntIndex |
static class |
RawIndex.Name
Encapsulates the name and
IndexType for a RawIndex |
static class |
StringBinIndex.Name
Encapsulates the name, character asSet, and
IndexType for a StringBinIndex |
Modifier and Type | Method and Description |
---|---|
<V extends RiakIndex<?>,T extends RiakIndex.Name<V>> |
RiakIndexes.getIndex(T name)
Get the named RiakIndex
|
Modifier and Type | Method and Description |
---|---|
<T extends RiakIndex<?>> |
RiakIndexes.hasIndex(RiakIndex.Name<T> name)
Returns whether a specific RiakIndex is present
|
<V,T extends RiakIndex<V>> |
RiakIndexes.removeIndex(RiakIndex.Name<T> name)
Remove the named RiakIndex
|
Constructor and Description |
---|
RiakIndex(RiakIndex.Name<?> name)
Constructs a RiakIndex from the supplied RiakIndex.Name
|
Copyright © 2016. All rights reserved.