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

java.lang.Object
  extended by com.basho.riak.client.query.indexes.RiakIndex<Integer>
      extended by com.basho.riak.client.query.indexes.IntIndex

public final class IntIndex
extends RiakIndex<Integer>

Author:
russell

Method Summary
protected  String getSuffix()
           
static IntIndex named(String name)
          Factory method, create a new IntIndex
 
Methods inherited from class com.basho.riak.client.query.indexes.RiakIndex
equals, getFullname, getName, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

named

public static IntIndex named(String name)
Factory method, create a new IntIndex

Parameters:
name - the index name (**WITHOUT** any Riak specific suffix! e.g. use "age" not "age_int")
Returns:
an IntIndex named name

getSuffix

protected String getSuffix()
Specified by:
getSuffix in class RiakIndex<Integer>


Copyright © 2012. All Rights Reserved.