public class DiskOrderedCursorImpl extends Object
| Constructor and Description |
|---|
DiskOrderedCursorImpl(DatabaseImpl[] dbImpls,
DiskOrderedCursorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkEnv() |
void |
close() |
int |
getCurrDb() |
OperationResult |
getCurrent(DatabaseEntry foundKey,
DatabaseEntry foundData) |
OperationResult |
getNext(DatabaseEntry foundKey,
DatabaseEntry foundData) |
int |
getNScannerIterations()
For testing and other internal use.
|
boolean |
isClosed() |
boolean |
isProcessorClosed() |
public DiskOrderedCursorImpl(DatabaseImpl[] dbImpls, DiskOrderedCursorConfig config)
public boolean isProcessorClosed()
public boolean isClosed()
public void close()
public void checkEnv()
public OperationResult getCurrent(DatabaseEntry foundKey, DatabaseEntry foundData)
public int getCurrDb()
public OperationResult getNext(DatabaseEntry foundKey, DatabaseEntry foundData)
public int getNScannerIterations()
Copyright © 2024. All rights reserved.