com.basho.riak.client.raw.query.indexes
Interface ValueQuery<T>

All Superinterfaces:
IndexQuery
All Known Implementing Classes:
AbstractValueQuery, BinValueQuery, IntValueQuery

public interface ValueQuery<T>
extends IndexQuery

Marker interface for a 2i value match query

Author:
russell

Method Summary
 T getValue()
          The value to match
 
Methods inherited from interface com.basho.riak.client.raw.query.indexes.IndexQuery
getBucket, getIndex, write
 

Method Detail

getValue

T getValue()
The value to match

Returns:
a value of type T


Copyright © 2012. All Rights Reserved.