public interface HandleStorage2 extends HandleStorage
| Modifier and Type | Method and Description |
|---|---|
void |
scanHandlesFrom(byte[] startingPoint,
boolean inclusive,
ScanCallback callback)
Scan the database, calling a method in the specified callback for
every handle in the database.
|
void |
scanNAsFrom(byte[] startingPoint,
boolean inclusive,
ScanCallback callback)
Scan the homed prefix database, calling a method in the
specified callback for every prefix in the database.
|
checkpointDatabase, createHandle, deleteAllRecords, deleteHandle, getHandlesForNA, getRawHandleValues, haveNA, init, scanHandles, scanNAs, setHaveNA, shutdown, updateValuevoid scanHandlesFrom(byte[] startingPoint,
boolean inclusive,
ScanCallback callback)
throws HandleException
HandleExceptionvoid scanNAsFrom(byte[] startingPoint,
boolean inclusive,
ScanCallback callback)
throws HandleException
HandleException