Searched refs:keyFormat (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistKeyBinding.java23 Format keyFormat; field in class:PersistKeyBinding
33 keyFormat = catalog.getFormat(clsName);
34 if (keyFormat == null) {
38 if (!keyFormat.isSimple() &&
39 (keyFormat.getClassMetadata() == null ||
40 keyFormat.getClassMetadata().getCompositeKeyFields() == null)) {
57 keyFormat = new CompositeKeyFormat(cls, null, compositeFieldOrder);
60 keyFormat = catalog.getFormat(cls);
62 keyFormat.initializeIfNeeded(catalog);
70 return readKey(keyFormat, catalo
77 readKey(Format keyFormat, Catalog catalog, byte[] bytes, int offset, int length, boolean rawAccess) argument
[all...]
H A DPersistKeyCreator.java43 private Format keyFormat; field in class:PersistKeyCreator
58 keyFormat = catalog.getFormat(keyClassName);
59 if (keyFormat == null) {
63 if (keyFormat.isPrimitive()) {
66 keyFormat.getClassName());
106 loc.format.copySecMultiKey(loc.input, keyFormat, results);
129 (keyFormat, catalog, secKey.getData(), secKey.getOffset(),
H A DPersistKeyAssigner.java39 keyFieldFormat = keyBinding.keyFormat.getSequenceKeyFormat();
H A DCollectionProxy.java144 Format keyFormat,
157 output.writeKeyObject(elem, keyFormat);
142 copyElements(RecordInput input, Format format, Format keyFormat, Set results) argument
H A DProxiedFormat.java137 void copySecMultiKey(RecordInput input, Format keyFormat, Set results) { argument
138 CollectionProxy.copyElements(input, this, keyFormat, results);
H A DPrimitiveArrayFormat.java121 void copySecMultiKey(RecordInput input, Format keyFormat, Set results) { argument
H A DObjectArrayFormat.java161 void copySecMultiKey(RecordInput input, Format keyFormat, Set results) { argument
H A DComplexFormat.java439 if (addr.keyFormat.isPrimitive()) {
705 void copySecMultiKey(RecordInput input, Format keyFormat, Set results) { argument
706 CollectionProxy.copyElements(input, this, keyFormat, results);
722 return addr.keyFormat;
762 Format keyFormat; field in class:ComplexFormat.FieldAddress
768 Format keyFormat) {
773 this.keyFormat = keyFormat;
764 FieldAddress(boolean isSecField, int fieldNum, int superLevel, ComplexFormat clsFormat, Format keyFormat) argument
H A DFormat.java856 void copySecMultiKey(RecordInput input, Format keyFormat, Set results) { argument

Completed in 99 milliseconds