public interface ScanFilter
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScanFilter.ScanResult
Returned by
checkKey(byte[]). |
| Modifier and Type | Method and 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 © 2024. All rights reserved.