com.basho.riak.client.http
Class IntIndex

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

public class IntIndex
extends RiakIndex<Integer>

Author:
russell

Field Summary
static String SUFFIX
           
 
Constructor Summary
IntIndex(String indexName, int value)
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class com.basho.riak.client.http.RiakIndex
getName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SUFFIX

public static final String SUFFIX
See Also:
Constant Field Values
Constructor Detail

IntIndex

public IntIndex(String indexName,
                int value)
Parameters:
indexName -
Method Detail

getValue

public Integer getValue()
Specified by:
getValue in class RiakIndex<Integer>

hashCode

public int hashCode()
Overrides:
hashCode in class RiakIndex<Integer>

equals

public boolean equals(Object obj)
Overrides:
equals in class RiakIndex<Integer>

toString

public String toString()
Overrides:
toString in class RiakIndex<Integer>


Copyright © 2012. All Rights Reserved.