| Package | Description |
|---|---|
| com.spotify.folsom.client.ascii |
| Modifier and Type | Field and Description |
|---|---|
private SetRequest.Operation |
SetRequest.operation |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.EnumMap<SetRequest.Operation,byte[]> |
SetRequest.CMD |
| Modifier and Type | Method and Description |
|---|---|
static SetRequest.Operation |
SetRequest.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SetRequest.Operation[] |
SetRequest.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SetRequest |
SetRequest.create(SetRequest.Operation operation,
byte[] key,
byte[] value,
int ttl) |
| Constructor and Description |
|---|
SetRequest(SetRequest.Operation operation,
byte[] key,
byte[] value,
int ttl,
long cas) |
Copyright © 2020 Spotify AB. All Rights Reserved.