|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntIndex | |
---|---|
com.basho.riak.client | Provides the top-level IRiakClient
and IRiakObject classes required to store data
in Riak, start here. |
com.basho.riak.client.query.indexes | |
com.basho.riak.client.raw.query.indexes | Inputs to the RawClient s for secondary
index querying. |
Uses of IntIndex in com.basho.riak.client |
---|
Methods in com.basho.riak.client that return types with arguments of type IntIndex | |
---|---|
Map<IntIndex,Set<Integer>> |
IRiakObject.allIntIndexes()
Secondary indexes for this object. |
Map<IntIndex,Set<Integer>> |
DefaultRiakObject.allIntIndexes()
|
Uses of IntIndex in com.basho.riak.client.query.indexes |
---|
Methods in com.basho.riak.client.query.indexes that return IntIndex | |
---|---|
static IntIndex |
IntIndex.named(String name)
Factory method, create a new IntIndex |
Methods in com.basho.riak.client.query.indexes that return types with arguments of type IntIndex | |
---|---|
Map<IntIndex,Set<Integer>> |
RiakIndexes.getIntIndexes()
|
Methods in com.basho.riak.client.query.indexes with parameters of type IntIndex | |
---|---|
RiakIndexes |
RiakIndexes.removeAll(IntIndex index)
Remove the IntIndex |
Constructor parameters in com.basho.riak.client.query.indexes with type arguments of type IntIndex | |
---|---|
RiakIndexes(Map<BinIndex,Set<String>> binIndexes,
Map<IntIndex,Set<Integer>> intIndexes)
|
Uses of IntIndex in com.basho.riak.client.raw.query.indexes |
---|
Constructors in com.basho.riak.client.raw.query.indexes with parameters of type IntIndex | |
---|---|
IntRangeQuery(IntIndex index,
String bucket,
Integer from,
Integer to)
Create a range query |
|
IntValueQuery(IntIndex index,
String bucket,
Integer value)
Create a query that matches value in index |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |