|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.JoinCursor
public class JoinCursor
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Constructor Summary | |
---|---|
JoinCursor(Locker locker,
Database primaryDb,
Cursor[] cursors,
JoinConfig configParam)
Creates a join cursor without parameter checking. |
Method Summary | |
---|---|
void |
close()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
JoinConfig |
getConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Database |
getDatabase()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
OperationStatus |
getNext(DatabaseEntry key,
DatabaseEntry data,
LockMode lockMode)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
OperationStatus |
getNext(DatabaseEntry key,
LockMode lockMode)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
(package private) Cursor[] |
getSortedCursors()
For unit testing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
JoinCursor(Locker locker, Database primaryDb, Cursor[] cursors, JoinConfig configParam) throws DatabaseException
DatabaseException
Method Detail |
---|
public void close() throws DatabaseException
DatabaseException
Cursor[] getSortedCursors()
public Database getDatabase()
public JoinConfig getConfig()
public OperationStatus getNext(DatabaseEntry key, LockMode lockMode) throws DatabaseException
DatabaseException
public OperationStatus getNext(DatabaseEntry key, DatabaseEntry data, LockMode lockMode) throws DatabaseException
DatabaseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |