| Package | Description |
|---|---|
| org.redisson.api | |
| org.redisson.connection |
| Modifier and Type | Method and Description |
|---|---|
static Node.InfoSection |
Node.InfoSection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.InfoSection[] |
Node.InfoSection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
Node.info(Node.InfoSection section) |
RFuture<Map<String,String>> |
NodeAsync.infoAsync(Node.InfoSection section) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
RedisClientEntry.info(Node.InfoSection section) |
RFuture<Map<String,String>> |
RedisClientEntry.infoAsync(Node.InfoSection section) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.