Package | Description |
---|---|
org.jredis.connector |
Native Client Interface Specification.
|
Modifier and Type | Method and Description |
---|---|
static Connection.Flag |
Connection.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.Flag[] |
Connection.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
Connection.Flag.bitclear(int bitset,
Connection.Flag... flags) |
static int |
Connection.Flag.bitset(Connection.Flag... flags) |
static int |
Connection.Flag.bitset(int bitset,
Connection.Flag... flags) |
boolean |
ConnectionSpec.getConnectionFlag(Connection.Flag flag) |
boolean |
ConnectionSpec.RefImpl.getConnectionFlag(Connection.Flag flag) |
static boolean |
Connection.Flag.isSet(int bitset,
Connection.Flag flag) |
ConnectionSpec |
ConnectionSpec.setConnectionFlag(Connection.Flag flag,
Boolean value)
Sets the specified
Connection.Flag |
ConnectionSpec |
ConnectionSpec.RefImpl.setConnectionFlag(Connection.Flag flag,
Boolean value) |
Copyright © 2009–2015. All rights reserved.