com.basho.riak.client.http
Class BinIndex

java.lang.Object
  extended by com.basho.riak.client.http.RiakIndex<String>
      extended by com.basho.riak.client.http.BinIndex

public class BinIndex
extends RiakIndex<String>

Author:
russell

Field Summary
static String SUFFIX
           
 
Constructor Summary
BinIndex(String indexName, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String 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

BinIndex

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

getValue

public String getValue()
Specified by:
getValue in class RiakIndex<String>
Returns:
the value

hashCode

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

equals

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

toString

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


Copyright © 2012. All Rights Reserved.