Spring Data Key-Value

org.springframework.data.keyvalue.redis.support.collections
Interface RedisMap<K,V>

All Superinterfaces:
BoundKeyOperations<String>, ConcurrentMap<K,V>, Map<K,V>, RedisStore
All Known Implementing Classes:
DefaultRedisMap

public interface RedisMap<K,V>
extends RedisStore, ConcurrentMap<K,V>

Map view of a Redis hash.

Author:
Costin Leau

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 Long increment(K key, long delta)
           
 
Methods inherited from interface org.springframework.data.keyvalue.redis.support.collections.RedisStore
getOperations
 
Methods inherited from interface org.springframework.data.keyvalue.redis.core.BoundKeyOperations
expire, expireAt, getExpire, getKey, getType, persist, rename
 
Methods inherited from interface java.util.concurrent.ConcurrentMap
putIfAbsent, remove, replace, replace
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

increment

Long increment(K key,
               long delta)

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.