com.netflix.astyanax.recipes
Interface ReverseIndexQuery.IndexEntryCallback<K,V>

Enclosing class:
ReverseIndexQuery<K,C,V>

public static interface ReverseIndexQuery.IndexEntryCallback<K,V>


Method Summary
 boolean handleEntry(K key, V value, ByteBuffer meta)
           
 

Method Detail

handleEntry

boolean handleEntry(K key,
                    V value,
                    ByteBuffer meta)


Copyright © 2012. All Rights Reserved.