com.basho.riak.client.http
Class RiakIndex<T>

java.lang.Object
  extended by com.basho.riak.client.http.RiakIndex<T>
Direct Known Subclasses:
BinIndex, IntIndex

public abstract class RiakIndex<T>
extends Object

Author:
russell

Constructor Summary
protected RiakIndex(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
abstract  T getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RiakIndex

protected RiakIndex(String name)
Parameters:
name -
Method Detail

getName

public String getName()
Returns:
the indexName

getValue

public abstract T getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.