public interface ScanFilter
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
ScanFilter.ScanResult |
Returned by
checkKey(byte[]). |
| Modifier and Type | Method | Description |
|---|---|---|
ScanFilter.ScanResult |
checkKey(byte[] key) |
Called for each key to determine whether the key should be included or
excluded, and whether the scan should stop or continue.
|
ScanFilter.ScanResult checkKey(byte[] key)
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.