Redis
@Deprecated public class ScanOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ScanOptions |
NONE
Deprecated.
|
Constructor and Description |
---|
ScanOptions()
Deprecated.
|
ScanOptions(JsonObject obj)
Deprecated.
|
ScanOptions(ScanOptions copy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ScanOptions |
setCount(int count)
Deprecated.
|
ScanOptions |
setMatch(String pattern)
Deprecated.
|
JsonObject |
toJson()
Deprecated.
|
JsonArray |
toJsonArray()
Deprecated.
|
public static final ScanOptions NONE
public ScanOptions()
public ScanOptions(ScanOptions copy)
public ScanOptions(JsonObject obj)
public JsonObject toJson()
public ScanOptions setCount(int count)
public ScanOptions setMatch(String pattern)
public JsonArray toJsonArray()
Copyright © 2023 Eclipse. All rights reserved.