com.basho.riak.client.query.indexes
Class KeyIndex

java.lang.Object
  extended by com.basho.riak.client.query.indexes.RiakIndex<String>
      extended by com.basho.riak.client.query.indexes.BinIndex
          extended by 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

Field Summary
static KeyIndex index
           
 
Method Summary
 String getFullname()
           
 String getName()
           
protected  String getSuffix()
           
 
Methods inherited from class com.basho.riak.client.query.indexes.BinIndex
named
 
Methods inherited from class com.basho.riak.client.query.indexes.RiakIndex
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public static final KeyIndex index
Method Detail

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.