Searched refs:MAX_FIELD_NUM (Results 1 - 3 of 3) 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 DAccessor.java40 final int MAX_FIELD_NUM = Integer.MAX_VALUE - 1; field in interface:Accessor
112 * MAX_FIELD_NUM for endField. Fields from super classes are read
127 * To read all fields, the endField should be MAX_FIELD_NUM.
154 * MAX_FIELD_NUM for endField. Fields from super classes are read
169 * To read all fields, the endField should be MAX_FIELD_NUM.
H A DComplexFormat.java479 accessor.readSecKeyFields(o, input, 0, Accessor.MAX_FIELD_NUM, -1);
480 accessor.readNonKeyFields(o, input, 0, Accessor.MAX_FIELD_NUM, -1);
700 skipToSecKeyField(input, Accessor.MAX_FIELD_NUM);
701 skipToNonKeyField(input, Accessor.MAX_FIELD_NUM);
719 skipToSecKeyField(input, Accessor.MAX_FIELD_NUM);
737 superFormat.skipToSecKeyField(input, Accessor.MAX_FIELD_NUM);
748 superFormat.skipToNonKeyField(input, Accessor.MAX_FIELD_NUM);
1980 (o, input, 0, Accessor.MAX_FIELD_NUM, newLevel);
1992 (o, input, 0, Accessor.MAX_FIELD_NUM, newLevel);
H A DCompositeKeyFormat.java212 accessor.readNonKeyFields(o, input, 0, Accessor.MAX_FIELD_NUM, -1);

Completed in 103 milliseconds