Berkeley DB
version 5.3.28

Uses of Class
com.sleepycat.db.HeapRecordId

Packages that use HeapRecordId
com.sleepycat.db Berkeley DB Java API
[reference guide] [Java programming notes]
 

Uses of HeapRecordId in com.sleepycat.db
 

Methods in com.sleepycat.db that return HeapRecordId
static HeapRecordId HeapRecordId.fromArray(byte[] data)
          Construct a HeapRecordId from a byte array, typically from a DatabaseEntry.
static HeapRecordId HeapRecordId.fromArray(byte[] data, ByteOrder order)
          Construct a HeapRecordId from a byte array, typically from a DatabaseEntry.
 


Berkeley DB
version 5.3.28

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