public class ScanFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
ScanOperator |
ekeyOp |
int |
limit |
ScanLimitBy |
limitBy |
int |
onlyKey |
long |
pscanf |
int |
reserved |
ScanOperator |
skeyOp |
int |
skipCount |
String |
streamFilter |
| Constructor and Description |
|---|
ScanFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
reset() |
void |
scanf_close(long pscanf) |
void |
scanf_reset(long pscanf) |
long |
scanfilter_init() |
void |
set_filter(int sop,
int eop,
int lBy,
int limit,
int onlyKey,
int reserved,
long pscanf) |
void |
setFilter() |
public ScanOperator skeyOp
public ScanOperator ekeyOp
public ScanLimitBy limitBy
public int limit
public int skipCount
public String streamFilter
public int onlyKey
public int reserved
public long pscanf
public long scanfilter_init()
public void scanf_reset(long pscanf)
public void set_filter(int sop,
int eop,
int lBy,
int limit,
int onlyKey,
int reserved,
long pscanf)
public void scanf_close(long pscanf)
public void reset()
public void setFilter()
public void close()
Copyright © 2021. All rights reserved.