public abstract class AbstractRedisSortedSetScanner extends Object implements IRedisScanner<Set<org.rarefiedredis.redis.IRedisSortedSet.ZsetPair>>
| Constructor and Description |
|---|
AbstractRedisSortedSetScanner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext(org.rarefiedredis.redis.IRedisClient client,
String key) |
Set<org.rarefiedredis.redis.IRedisSortedSet.ZsetPair> |
next(org.rarefiedredis.redis.IRedisClient client,
String key,
String... options) |
String |
type() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrangepublic boolean hasNext(org.rarefiedredis.redis.IRedisClient client,
String key)
hasNext in interface IRedisScanner<Set<org.rarefiedredis.redis.IRedisSortedSet.ZsetPair>>public Set<org.rarefiedredis.redis.IRedisSortedSet.ZsetPair> next(org.rarefiedredis.redis.IRedisClient client, String key, String... options)
next in interface IRedisScanner<Set<org.rarefiedredis.redis.IRedisSortedSet.ZsetPair>>public String type()
type in interface IRedisScanner<Set<org.rarefiedredis.redis.IRedisSortedSet.ZsetPair>>Copyright © 2015. All rights reserved.