Spring Data Key-Value

org.springframework.data.keyvalue.redis.core
Interface BulkMapper<T,V>


public interface BulkMapper<T,V>

Mapper translating Redis bulk value responses (typically returned by a sort query) to actual objects. Implementations of this interface do not have to worry about exception or connection handling.

Typically used by RedisTemplate sort methods.

Author:
Costin Leau

Method Summary
 T mapBulk(List<V> tuple)
           
 

Method Detail

mapBulk

T mapBulk(List<V> tuple)

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.