Searched refs:priKeyFormatId (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DRecordInput.java27 private int priKeyFormatId; field in class:RecordInput
35 int priKeyFormatId,
43 this.priKeyFormatId = priKeyFormatId;
51 other.priKeyFormatId, other.buf, offset, other.len);
60 other.priKeyFormatId, entry.getData(), entry.getOffset(),
126 assert priKeyEntry != null && priKeyFormatId > 0;
128 formatId = priKeyFormatId;
200 assert priKeyEntry != null && priKeyFormatId > 0;
202 formatId = priKeyFormatId;
32 RecordInput(Catalog catalog, boolean rawAccess, DatabaseEntry priKeyEntry, int priKeyFormatId, byte[] buffer, int offset, int length) argument
[all...]
H A DPersistKeyCreator.java41 private int priKeyFormatId; field in class:PersistKeyCreator
56 priKeyFormatId = priKeyFormat.getId();
154 (catalog, true /*rawAccess*/, priKey, priKeyFormatId,

Completed in 108 milliseconds