Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
Modifier and Type | Method and Description |
---|---|
static RedisClusterNode.Flag |
RedisClusterNode.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisClusterNode.Flag[] |
RedisClusterNode.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<RedisClusterNode.Flag> |
RedisClusterNode.getFlags() |
Modifier and Type | Method and Description |
---|---|
RedisClusterNode.RedisClusterNodeBuilder |
RedisClusterNode.RedisClusterNodeBuilder.withFlags(Set<RedisClusterNode.Flag> flags)
Set flags for node.
|
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.