public class ScanArgs extends Object
ScanArgs.Builder
and chain the method calls: matches("weight_*").limit(0, 2).| Modifier and Type | Class and Description |
|---|---|
static class |
ScanArgs.Builder
Static builder methods.
|
| Constructor and Description |
|---|
ScanArgs() |
| Modifier and Type | Method and Description |
|---|---|
ScanArgs |
limit(long count)
Limit the scan by count
|
ScanArgs |
match(String match)
Match filter
|
Copyright © 2016. All rights reserved.