public abstract class AbstractRedisSetScanner extends Object implements IRedisScanner<Set<String>>
| Constructor and Description |
|---|
AbstractRedisSetScanner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext(org.rarefiedredis.redis.IRedisClient client,
String key) |
Set<String> |
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<String>>public Set<String> next(org.rarefiedredis.redis.IRedisClient client, String key, String... options)
next in interface IRedisScanner<Set<String>>public String type()
type in interface IRedisScanner<Set<String>>Copyright © 2015. All rights reserved.