Searched refs:EntityInput (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DReader.java26 Object newInstance(EntityInput input, boolean rawAccess);
28 void readPriKey(Object o, EntityInput input, boolean rawAccess);
30 Object readObject(Object o, EntityInput input, boolean rawAccess);
H A DEnhanced.java43 * public void bdbReadNonKeyFields(EntityInput input,
103 void bdbReadPriKeyField(EntityInput input, Format format);
113 void bdbReadSecKeyFields(EntityInput input,
126 void bdbReadNonKeyFields(EntityInput input,
H A DAccessor.java80 * Reads the primary key field value from the given EntityInput.
83 * EntityInput.readKeyObject.</p>
89 void readPriKeyField(Object o, EntityInput input);
105 * Reads a range of secondary key field values from the given EntityInput,
109 * EntityInput.registerPriKeyObject before reading any other fields.</p>
134 EntityInput input,
150 * Reads a range of non-key field values from the given EntityInput,
176 EntityInput input,
H A DAbstractInput.java12 * Base class for EntityInput implementations. RecordInput cannot use this
17 abstract class AbstractInput implements EntityInput {
H A DNonPersistentFormat.java43 public Object newInstance(EntityInput input, boolean rawAccess) {
49 public Object readObject(Object o, EntityInput input, boolean rawAccess) {
H A DEntityInput.java6 * $Id: EntityInput.java,v 1.1 2008/02/07 17:12:27 mark Exp $
21 public interface EntityInput { interface
H A DConverterReader.java36 public Object newInstance(EntityInput input, boolean rawAccess) {
41 public void readPriKey(Object o, EntityInput input, boolean rawAccess) {
46 public Object readObject(Object o, EntityInput input, boolean rawAccess) {
H A DSimpleFormat.java67 public Object readObject(Object o, EntityInput input, boolean rawAccess) {
80 Object newPrimitiveArray(int len, EntityInput input) {
92 void readPrimitiveField(Object o, EntityInput input, Field field)
136 public Object newInstance(EntityInput input, boolean rawAccess) {
156 Object newPrimitiveArray(int len, EntityInput input) {
180 void readPrimitiveField(Object o, EntityInput input, Field field)
208 public Object newInstance(EntityInput input, boolean rawAccess) {
228 Object newPrimitiveArray(int len, EntityInput input) {
252 void readPrimitiveField(Object o, EntityInput input, Field field)
285 public Object newInstance(EntityInput inpu
[all...]
H A DEnhancedAccessor.java129 public void readPriKeyField(Object o, EntityInput input) {
142 EntityInput input,
155 EntityInput input,
H A DPrimitiveArrayFormat.java67 public Object newInstance(EntityInput input, boolean rawAccess) {
77 public Object readObject(Object o, EntityInput input, boolean rawAccess) {
H A DPersistKeyAssigner.java61 EntityInput input = new RecordInput
H A DRawAccessor.java94 public void readPriKeyField(Object o, EntityInput input) {
119 EntityInput input,
154 EntityInput input,
226 private void readField(Object o, FieldInfo field, EntityInput input) {
H A DReflectionAccessor.java182 public void readPriKeyField(Object o, EntityInput input) {
213 EntityInput input,
256 EntityInput input,
340 abstract void read(Object o, EntityInput in)
372 void read(Object o, EntityInput in)
400 void read(Object o, EntityInput in)
427 void read(Object o, EntityInput in)
H A DEnumFormat.java80 public Object newInstance(EntityInput input, boolean rawAccess) {
90 public Object readObject(Object o, EntityInput input, boolean rawAccess) {
H A DObjectArrayFormat.java103 public Object newInstance(EntityInput input, boolean rawAccess) {
113 public Object readObject(Object o, EntityInput input, boolean rawAccess) {
H A DProxiedFormat.java86 public Object newInstance(EntityInput input, boolean rawAccess) {
99 public Object readObject(Object o, EntityInput input, boolean rawAccess) {
H A DPersistKeyBinding.java83 EntityInput input = new RecordInput
H A DCompositeKeyFormat.java204 public Object newInstance(EntityInput input, boolean rawAccess) {
210 public Object readObject(Object o, EntityInput input, boolean rawAccess) {
247 EntityInput in = new RawComplexInput
H A DFormat.java762 * EntityInput, and to write objects as data bytes via EntityOutput.
785 * the instance to be registered by EntityInput before reading the
802 public abstract Object newInstance(EntityInput input, boolean rawAccess);
815 EntityInput input,
898 public void readPriKey(Object o, EntityInput input, boolean rawAccess) {
H A DComplexFormat.java471 public Object newInstance(EntityInput input, boolean rawAccess) {
477 public Object readObject(Object o, EntityInput input, boolean rawAccess) {
615 EntityInput in = new RawComplexInput
638 public void readPriKey(Object o, EntityInput input, boolean rawAccess) {
1582 EntityInput input,
1626 EntityInput input,
1679 EntityInput input,
1747 EntityInput input,
1769 EntityInput rawInput = new RawSingleInput
1806 EntityInput inpu
[all...]
H A DRecordInput.java15 * Implements EntityInput to read record key-data pairs. Extends TupleInput to
17 * EntityInput interface.
21 class RecordInput extends TupleInput implements EntityInput {
66 * @see EntityInput#getCatalog
73 * @see EntityInput#isRawAccess
80 * @see EntityInput#setRawAccess
89 * @see EntityInput#readObject
174 * @see EntityInput#readKeyObject
215 * @see EntityInput#registerPriKeyObject
230 * @see EntityInput#skipFiel
[all...]
H A DWidenerInput.java44 private EntityInput input;
230 WidenerInput(EntityInput input, int fromFormatId, int toFormatId) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced2.java12 import com.sleepycat.persist.impl.EntityInput;
43 public void bdbReadPriKeyField(EntityInput input, Format format) {
51 public void bdbReadSecKeyFields(EntityInput input,
65 public void bdbReadNonKeyFields(EntityInput input,
H A DEnhanced1.java15 import com.sleepycat.persist.impl.EntityInput;
67 public void bdbReadPriKeyField(EntityInput input, Format format) {
80 public void bdbReadSecKeyFields(EntityInput input,
112 public void bdbReadNonKeyFields(EntityInput input,
H A DEnhanced3.java19 import com.sleepycat.persist.impl.EntityInput;
76 public void bdbReadPriKeyField(EntityInput input, Format format) {
82 public void bdbReadSecKeyFields(EntityInput input,
111 public void bdbReadNonKeyFields(EntityInput input,

Completed in 111 milliseconds

12