From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../com/sleepycat/db/class-use/DatabaseEntry.html | 3558 +++++++++----------- 1 file changed, 1579 insertions(+), 1979 deletions(-) (limited to 'docs/java/com/sleepycat/db/class-use/DatabaseEntry.html') diff --git a/docs/java/com/sleepycat/db/class-use/DatabaseEntry.html b/docs/java/com/sleepycat/db/class-use/DatabaseEntry.html index 706dd1e1..90b12ced 100644 --- a/docs/java/com/sleepycat/db/class-use/DatabaseEntry.html +++ b/docs/java/com/sleepycat/db/class-use/DatabaseEntry.html @@ -1,2001 +1,1601 @@ - - - - - -Uses of Class com.sleepycat.db.DatabaseEntry (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.db.DatabaseEntry

-
- - - - - - - - - - - - - - - - - - - - - - - - - -
-Packages that use DatabaseEntry
com.sleepycat.bindBindings between database entries and Java objects. 
com.sleepycat.bind.serialBindings that use Java serialization. 
com.sleepycat.bind.tupleBindings that use sequences of primitive fields, or tuples. 
com.sleepycat.collectionsData access based on the standard Java collections API. 
com.sleepycat.dbBerkeley DB Java API
-[reference guide] [Java programming notes]
-  -

- - - - - -
-Uses of DatabaseEntry in com.sleepycat.bind
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.bind with parameters of type DatabaseEntry
- byte[]ByteArrayBinding.entryToObject(DatabaseEntry entry) - -
-           
- LongRecordNumberBinding.entryToObject(DatabaseEntry entry) - -
-           
- EEntryBinding.entryToObject(DatabaseEntry entry) - -
-          Converts a entry buffer into an Object.
- EEntityBinding.entryToObject(DatabaseEntry key, - DatabaseEntry data) - -
-          Converts key and data entry buffers into an entity Object.
-static longRecordNumberBinding.entryToRecordNumber(DatabaseEntry entry) - -
-          Utility method for use by bindings to translate a entry buffer to an - record number integer.
- voidEntityBinding.objectToData(E object, - DatabaseEntry data) - -
-          Extracts the data entry from an entity Object.
- voidByteArrayBinding.objectToEntry(byte[] object, - DatabaseEntry entry) - -
-           
- voidEntryBinding.objectToEntry(E object, - DatabaseEntry entry) - -
-          Converts an Object into a entry buffer.
- voidRecordNumberBinding.objectToEntry(Object object, - DatabaseEntry entry) - -
-           
- voidEntityBinding.objectToKey(E object, - DatabaseEntry key) - -
-          Extracts the key entry from an entity Object.
-static voidRecordNumberBinding.recordNumberToEntry(long recordNumber, - DatabaseEntry entry) - -
-          Utility method for use by bindings to translate a record number integer - to a entry buffer.
-  -

- - - - - -
-Uses of DatabaseEntry in com.sleepycat.bind.serial
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.bind.serial with parameters of type DatabaseEntry
- booleanTupleSerialKeyCreator.createSecondaryKey(SecondaryDatabase db, - DatabaseEntry primaryKeyEntry, - DatabaseEntry dataEntry, - DatabaseEntry indexKeyEntry) - -
-           
- booleanSerialSerialKeyCreator.createSecondaryKey(SecondaryDatabase db, - DatabaseEntry primaryKeyEntry, - DatabaseEntry dataEntry, - DatabaseEntry indexKeyEntry) - -
-           
- ESerialBinding.entryToObject(DatabaseEntry entry) - -
-          Deserialize an object from an entry buffer.
- ESerialSerialBinding.entryToObject(DatabaseEntry key, - DatabaseEntry data) - -
-           
- ETupleSerialBinding.entryToObject(DatabaseEntry key, - DatabaseEntry data) - -
-           
- booleanTupleSerialKeyCreator.nullifyForeignKey(SecondaryDatabase db, - DatabaseEntry dataEntry) - -
-           
- booleanSerialSerialKeyCreator.nullifyForeignKey(SecondaryDatabase db, - DatabaseEntry dataEntry) - -
-           
- voidSerialSerialBinding.objectToData(E object, - DatabaseEntry data) - -
-           
- voidTupleSerialBinding.objectToData(E object, - DatabaseEntry data) - -
-           
- voidSerialBinding.objectToEntry(E object, - DatabaseEntry entry) - -
-          Serialize an object into an entry buffer.
- voidSerialSerialBinding.objectToKey(E object, - DatabaseEntry key) - -
-           
- voidTupleSerialBinding.objectToKey(E object, - DatabaseEntry key) - -
-           
-  -

- - - - - -
-Uses of DatabaseEntry in com.sleepycat.bind.tuple
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.bind.tuple with parameters of type DatabaseEntry
-static voidBigDecimalBinding.bigDecimalToEntry(BigDecimal val, - DatabaseEntry entry) - -
-          Converts a BigDecimal value into an entry buffer.
-static voidSortedBigDecimalBinding.bigDecimalToEntry(BigDecimal val, - DatabaseEntry entry) - -
-          Converts a BigDecimal value into an entry buffer.
-static voidBigIntegerBinding.bigIntegerToEntry(BigInteger val, - DatabaseEntry entry) - -
-          Converts a BigInteger value into an entry buffer.
-static voidBooleanBinding.booleanToEntry(boolean val, - DatabaseEntry entry) - -
-          Converts a simple boolean value into an entry buffer.
-static voidByteBinding.byteToEntry(byte val, - DatabaseEntry entry) - -
-          Converts a simple byte value into an entry buffer.
-static voidCharacterBinding.charToEntry(char val, - DatabaseEntry entry) - -
-          Converts a simple char value into an entry buffer.
- booleanTupleTupleKeyCreator.createSecondaryKey(SecondaryDatabase db, - DatabaseEntry primaryKeyEntry, - DatabaseEntry dataEntry, - DatabaseEntry indexKeyEntry) - -
-           
-static voidDoubleBinding.doubleToEntry(double val, - DatabaseEntry entry) - -
-          Converts a simple double value into an entry buffer.
-static voidSortedDoubleBinding.doubleToEntry(double val, - DatabaseEntry entry) - -
-          Converts a simple double value into an entry buffer.
-static BigDecimalBigDecimalBinding.entryToBigDecimal(DatabaseEntry entry) - -
-          Converts an entry buffer into a BigDecimal value.
-static BigDecimalSortedBigDecimalBinding.entryToBigDecimal(DatabaseEntry entry) - -
-          Converts an entry buffer into a BigDecimal value.
-static BigIntegerBigIntegerBinding.entryToBigInteger(DatabaseEntry entry) - -
-          Converts an entry buffer into a BigInteger value.
-static booleanBooleanBinding.entryToBoolean(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple boolean value.
-static byteByteBinding.entryToByte(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple byte value.
-static charCharacterBinding.entryToChar(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple char value.
-static doubleDoubleBinding.entryToDouble(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple double value.
-static doubleSortedDoubleBinding.entryToDouble(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple double value.
-static floatSortedFloatBinding.entryToFloat(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple float value.
-static floatFloatBinding.entryToFloat(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple float value.
-static TupleInputTupleBase.entryToInput(DatabaseEntry entry) - -
-          Utility method to create a new tuple input object for reading the data - from a given buffer.
-static intSortedPackedIntegerBinding.entryToInt(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple int value.
-static intPackedIntegerBinding.entryToInt(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple int value.
-static intIntegerBinding.entryToInt(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple int value.
-static LongSortedPackedLongBinding.entryToLong(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple Long value.
-static LongPackedLongBinding.entryToLong(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple Long value.
-static longLongBinding.entryToLong(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple long value.
- ETupleBinding.entryToObject(DatabaseEntry entry) - -
-           
- TupleInputTupleInputBinding.entryToObject(DatabaseEntry entry) - -
-           
- ETupleTupleBinding.entryToObject(DatabaseEntry key, - DatabaseEntry data) - -
-           
-static shortShortBinding.entryToShort(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple short value.
-static StringStringBinding.entryToString(DatabaseEntry entry) - -
-          Converts an entry buffer into a simple String value.
-static voidSortedFloatBinding.floatToEntry(float val, - DatabaseEntry entry) - -
-          Converts a simple float value into an entry buffer.
-static voidFloatBinding.floatToEntry(float val, - DatabaseEntry entry) - -
-          Converts a simple float value into an entry buffer.
-static voidTupleBase.inputToEntry(TupleInput input, - DatabaseEntry entry) - -
-          Utility method to set the data in a entry buffer to the data in a tuple - input object.
-static voidSortedPackedIntegerBinding.intToEntry(int val, - DatabaseEntry entry) - -
-          Converts a simple int value into an entry buffer, using - SortedPackedInteger format.
-static voidPackedIntegerBinding.intToEntry(int val, - DatabaseEntry entry) - -
-          Converts a simple int value into an entry buffer, using - PackedInteger format.
-static voidIntegerBinding.intToEntry(int val, - DatabaseEntry entry) - -
-          Converts a simple int value into an entry buffer.
-static voidSortedPackedLongBinding.longToEntry(long val, - DatabaseEntry entry) - -
-          Converts a simple Long value into an entry buffer, using - SortedPackedLong format.
-static voidPackedLongBinding.longToEntry(long val, - DatabaseEntry entry) - -
-          Converts a simple Long value into an entry buffer, using - PackedLong format.
-static voidLongBinding.longToEntry(long val, - DatabaseEntry entry) - -
-          Converts a simple long value into an entry buffer.
- booleanTupleTupleKeyCreator.nullifyForeignKey(SecondaryDatabase db, - DatabaseEntry dataEntry) - -
-           
- voidTupleTupleBinding.objectToData(E object, - DatabaseEntry data) - -
-           
- voidTupleBinding.objectToEntry(E object, - DatabaseEntry entry) - -
-           
- voidTupleInputBinding.objectToEntry(TupleInput object, - DatabaseEntry entry) - -
-           
- voidTupleTupleBinding.objectToKey(E object, - DatabaseEntry key) - -
-           
-static voidTupleBase.outputToEntry(TupleOutput output, - DatabaseEntry entry) - -
-          Utility method to set the data in a entry buffer to the data in a tuple - output object.
-static voidShortBinding.shortToEntry(short val, - DatabaseEntry entry) - -
-          Converts a simple short value into an entry buffer.
-static voidStringBinding.stringToEntry(String val, - DatabaseEntry entry) - -
-          Converts a simple String value into an entry buffer.
-  -

- - - - - -
-Uses of DatabaseEntry in com.sleepycat.collections
-  -

- - - - - - - - - -
Methods in com.sleepycat.collections with parameters of type DatabaseEntry
- voidPrimaryKeyAssigner.assignKey(DatabaseEntry keyData) - -
-          Assigns a new primary key value into the given data buffer.
-  -

- - - - - -
-Uses of DatabaseEntry in com.sleepycat.db
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Subclasses of DatabaseEntry in com.sleepycat.db
- classMultipleDataEntry - -
-          A DatabaseEntry that holds multiple data items returned by a single -Database or Cursor get call.
- classMultipleEntry - -
-          An abstract class representing a DatabaseEntry that holds multiple results -returned by a single Cursor get method.
- classMultipleKeyDataEntry - -
-          A DatabaseEntry that holds multiple key/data pairs returned by a single -Database or Cursor get call.
- classMultipleKeyNIODataEntry - -
-          A DatabaseEntry that holds multiple key/data pairs returned by a single -Database or Cursor get call.
- classMultipleNIODataEntry - -
-          A DatabaseEntry that holds multiple data items returned by a single -Database or Cursor get call.
- classMultipleRecnoDataEntry - -
-          A DatabaseEntry that holds multiple record number/data pairs returned by a -single Database or Cursor get call.
- classMultipleRecnoNIODataEntry - -
-          A DatabaseEntry that holds multiple record number/data pairs returned by a -single Database or Cursor get call.
-  -

- - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.sleepycat.db that return DatabaseEntry
- DatabaseEntryReplicationStatus.getCData() - -
-          Whenever the system receives contact information from a new +
+

Uses of Class
com.sleepycat.db.DatabaseEntry

+
+
+
+
OperationStatusDatabaseStream.read(DatabaseEntry data, + long offset, + int size) +
Read from the blob accessed by this database stream.
+
voidDatabase.removeSequence(Transaction txn, + DatabaseEntry key, + SequenceConfig config) +
Remove the sequence from the database.
+
intReplicationTransport.send(Environment environment, + DatabaseEntry control, + DatabaseEntry rec, + LogSequenceNumber lsn, + int envid, + boolean noBuffer, + boolean permanent, + boolean anywhere, + boolean isRetry) +
The callback used when Berkeley DB needs to transmit a replication message.
+
voidReplicationChannel.sendRequest(java.util.Set messages, + DatabaseEntry response, + long timeout) +
Send request on the message channel.
+
OperationStatusLogCursor.set(LogSequenceNumber lsn, + DatabaseEntry data) +
Return a specific log record.
+
voidLockRequest.setObj(DatabaseEntry obj) +
Set the lock object.
+
voidEnvironment.startReplication(DatabaseEntry cdata, + boolean master) +
Configure the database environment as a client or master in a group + of replicated database environments.
+
OperationStatusDatabaseStream.write(DatabaseEntry data, + long offset) +
Write to the blob accessed by the database stream.
+
+ + + + + + + + + + + + + + + + +
Constructors in com.sleepycat.db with parameters of type DatabaseEntry 
Constructor and Description
LockRequest(LockOperation op, + LockRequestMode mode, + DatabaseEntry obj) +
Construct a LockRequest with the specified operation and mode for the + specified object.
+
LockRequest(LockOperation op, + LockRequestMode mode, + DatabaseEntry obj, + Lock lock) +
Construct a LockRequest with the specified operation, mode and lock, + for the specified object.
+
LockRequest(LockOperation op, + LockRequestMode mode, + DatabaseEntry obj, + Lock lock, + int timeout) +
Construct a LockRequest with the specified operation, mode, lock and + timeout for the specified object.
+
+ + + + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -


-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1