Redis
@Deprecated public class SortOptions extends Object
Modifier and Type | Field and Description |
---|---|
static SortOptions |
NONE
Deprecated.
|
Constructor and Description |
---|
SortOptions()
Deprecated.
|
SortOptions(JsonObject obj)
Deprecated.
|
SortOptions(SortOptions obj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SortOptions |
addGet(String pattern)
Deprecated.
|
SortOptions |
setAlpha(Boolean alpha)
Deprecated.
|
SortOptions |
setBy(String pattern)
Deprecated.
|
SortOptions |
setDescending(Boolean descending)
Deprecated.
|
SortOptions |
setLimit(long offset,
long count)
Deprecated.
|
SortOptions |
setStore(String store)
Deprecated.
|
JsonObject |
toJson()
Deprecated.
|
JsonArray |
toJsonArray()
Deprecated.
|
SortOptions |
useAlpha()
Deprecated.
|
SortOptions |
useDescending()
Deprecated.
|
public static final SortOptions NONE
public SortOptions()
public SortOptions(SortOptions obj)
public SortOptions(JsonObject obj)
public JsonObject toJson()
public SortOptions setLimit(long offset, long count)
public SortOptions setBy(String pattern)
public SortOptions addGet(String pattern)
public SortOptions setDescending(Boolean descending)
public SortOptions useDescending()
public SortOptions setAlpha(Boolean alpha)
public SortOptions useAlpha()
public SortOptions setStore(String store)
public JsonArray toJsonArray()
Copyright © 2023 Eclipse. All rights reserved.