com.basho.riak.client.query.indexes
Class KeyIndex
java.lang.Object
com.basho.riak.client.query.indexes.RiakIndex<String>
com.basho.riak.client.query.indexes.BinIndex
com.basho.riak.client.query.indexes.KeyIndex
public class KeyIndex
- extends BinIndex
Special BinIndex with no suffix, name $key, that provides raneg access to
keys in an index.
- Author:
- russell
Methods inherited from class com.basho.riak.client.query.indexes.BinIndex |
named |
index
public static final KeyIndex index
getSuffix
protected String getSuffix()
- Overrides:
getSuffix
in class BinIndex
getName
public String getName()
- Overrides:
getName
in class RiakIndex<String>
- Returns:
- the name
getFullname
public String getFullname()
- Overrides:
getFullname
in class RiakIndex<String>
- Returns:
- the fullname
Copyright © 2012. All Rights Reserved.