public class DiskOrderedCursorImpl extends java.lang.Object implements EnvConfigObserver
Constructor and Description |
---|
DiskOrderedCursorImpl(DatabaseImpl dbImpl,
DiskOrderedCursorConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
checkEnv() |
void |
close() |
void |
envConfigUpdate(DbConfigManager cm,
EnvironmentMutableConfig ignore)
Process notifications of mutable property changes.
|
OperationStatus |
getCurrent(DatabaseEntry foundKey,
DatabaseEntry foundData) |
OperationStatus |
getNext(DatabaseEntry foundKey,
DatabaseEntry foundData) |
boolean |
isClosed() |
public DiskOrderedCursorImpl(DatabaseImpl dbImpl, DiskOrderedCursorConfig config) throws DatabaseException
DatabaseException
public void envConfigUpdate(DbConfigManager cm, EnvironmentMutableConfig ignore) throws DatabaseException
envConfigUpdate
in interface EnvConfigObserver
java.lang.IllegalArgumentException
- via Environment ctor and
setMutableConfig.DatabaseException
public boolean isClosed()
public void close()
public void checkEnv()
public OperationStatus getCurrent(DatabaseEntry foundKey, DatabaseEntry foundData)
public OperationStatus getNext(DatabaseEntry foundKey, DatabaseEntry foundData)
Copyright (c) 2004-2012 Oracle. All rights reserved.