Spring Data Key-Value

org.springframework.data.keyvalue.redis.core
Interface ZSetOperations.TypedTuple<V>

Enclosing interface:
ZSetOperations<K,V>

public static interface ZSetOperations.TypedTuple<V>

Typed ZSet tuple.


Method Summary
 Double getScore()
           
 V getValue()
           
 

Method Detail

getValue

V getValue()

getScore

Double getScore()

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.