Redis
@Deprecated public class SetOptions extends Object
Modifier and Type | Field and Description |
---|---|
static SetOptions |
NONE
Deprecated.
|
Constructor and Description |
---|
SetOptions()
Deprecated.
|
SetOptions(JsonObject json)
Deprecated.
|
SetOptions(SetOptions obj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SetOptions |
setEX(long seconds)
Deprecated.
|
SetOptions |
setNX(boolean unlessExists)
Deprecated.
|
SetOptions |
setPX(long millis)
Deprecated.
|
SetOptions |
setXX(boolean onlyIfExists)
Deprecated.
|
JsonObject |
toJson()
Deprecated.
|
JsonArray |
toJsonArray()
Deprecated.
|
public static final SetOptions NONE
public SetOptions()
public SetOptions(SetOptions obj)
public SetOptions(JsonObject json)
public JsonObject toJson()
public SetOptions setEX(long seconds)
public SetOptions setPX(long millis)
public SetOptions setNX(boolean unlessExists)
public SetOptions setXX(boolean onlyIfExists)
public JsonArray toJsonArray()
Copyright © 2023 Eclipse. All rights reserved.