public class ScanOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScanOptions.ScanOptionsBuilder |
| Modifier and Type | Field and Description |
|---|---|
static ScanOptions |
NONE
Constant to apply default
ScanOptions without setting a limit or matching a pattern. |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount() |
String |
getPattern() |
static ScanOptions.ScanOptionsBuilder |
scanOptions()
Static factory method that returns a new
ScanOptions.ScanOptionsBuilder. |
String |
toOptionString() |
public static ScanOptions NONE
ScanOptions without setting a limit or matching a pattern.public static ScanOptions.ScanOptionsBuilder scanOptions()
ScanOptions.ScanOptionsBuilder.public String toOptionString()
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.