HandleStorage@Deprecated public interface HandleStorage2 extends HandleStorage
| Modifier and Type | Method | Description |
|---|---|---|
void |
scanHandlesFrom(byte[] startingPoint,
boolean inclusive,
ScanCallback callback) |
Deprecated.
Scan the database, calling a method in the specified callback for
every handle in the database.
|
void |
scanNAsFrom(byte[] startingPoint,
boolean inclusive,
ScanCallback callback) |
Deprecated.
Scan the homed prefix database, calling a method in the
specified callback for every prefix in the database.
|
default boolean |
supportsDumpResumption() |
Deprecated.
Returns true if
HandleStorage.scanHandlesFrom(byte[], boolean, ScanCallback) and
HandleStorage.scanNAsFrom(byte[], boolean, ScanCallback) are implemented;
otherwise false. |
checkpointDatabase, createHandle, createOrUpdateRecord, deleteAllRecords, deleteHandle, exists, getHandlesForNA, getRawHandleValues, haveNA, init, scanHandles, scanNAs, setHaveNA, shutdown, updateValuedefault boolean supportsDumpResumption()
HandleStorageHandleStorage.scanHandlesFrom(byte[], boolean, ScanCallback) and
HandleStorage.scanNAsFrom(byte[], boolean, ScanCallback) are implemented;
otherwise false.supportsDumpResumption in interface HandleStoragevoid scanHandlesFrom(byte[] startingPoint,
boolean inclusive,
ScanCallback callback)
throws HandleException
scanHandlesFrom in interface HandleStorageHandleExceptionvoid scanNAsFrom(byte[] startingPoint,
boolean inclusive,
ScanCallback callback)
throws HandleException
scanNAsFrom in interface HandleStorageHandleException