com.basho.riak.client.query.indexes
Class IntIndex
java.lang.Object
com.basho.riak.client.query.indexes.RiakIndex<Integer>
com.basho.riak.client.query.indexes.IntIndex
public final class IntIndex
- extends RiakIndex<Integer>
- Author:
- russell
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.