|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.DatabaseEntry com.sleepycat.db.MultipleEntry com.sleepycat.db.MultipleKeyNIODataEntry
public class MultipleKeyNIODataEntry
A DatabaseEntry that holds multiple key/data pairs returned by a single
Database
or Cursor
get call.
Constructor Summary | |
---|---|
MultipleKeyNIODataEntry()
Construct an entry with no data. |
|
MultipleKeyNIODataEntry(ByteBuffer data)
Construct an entry with a given java.nio.ByteBuffer. |
Method Summary | |
---|---|
boolean |
next(DatabaseEntry key,
DatabaseEntry data)
Get the next key/data pair in the returned set. |
Methods inherited from class com.sleepycat.db.MultipleEntry |
---|
append_internal, append_internal, setUserBuffer |
Methods inherited from class com.sleepycat.db.DatabaseEntry |
---|
equals, getData, getDataNIO, getOffset, getPartial, getPartialLength, getPartialOffset, getReadOnly, getRecordNumber, getReuseBuffer, getSize, getUserBuffer, getUserBufferLength, hashCode, setData, setData, setDataNIO, setDataNIO, setOffset, setPartial, setPartial, setPartialLength, setPartialOffset, setReadOnly, setRecordNumber, setReuseBuffer, setSize |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultipleKeyNIODataEntry()
DatabaseEntry.setDataNIO
method.
public MultipleKeyNIODataEntry(ByteBuffer data)
data
- ByteBuffer wrapped by the entry.Method Detail |
---|
public boolean next(DatabaseEntry key, DatabaseEntry data)
Database
or
Cursor
get method with this object as the data parameter.
key
- an entry that is set to refer to the next key element in the returned
set.
data
- an entry that is set to refer to the next data element in the returned
set.
false
indicates that the end of the set was reached.
|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |