|
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.MultipleNIODataEntry
public class MultipleNIODataEntry
A DatabaseEntry that holds multiple data items returned by a single
Database
or Cursor
get call.
Constructor Summary | |
---|---|
MultipleNIODataEntry()
Construct an entry with no data. |
|
MultipleNIODataEntry(ByteBuffer data)
Construct an entry with a given java.nio.ByteBuffer. |
Method Summary | |
---|---|
boolean |
next(DatabaseEntry data)
Get the next data element 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 MultipleNIODataEntry()
DatabaseEntry.setDataNIO
method.
public MultipleNIODataEntry(ByteBuffer data)
data
- java.nio.ByteBuffer wrapped by the entry.Method Detail |
---|
public boolean next(DatabaseEntry data)
Database
or
Cursor
get method with this object as the data parameter.
When used with the Queue and Recno access methods,
data.getData()
will return
null
for deleted
records.
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 |