• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/

Lines Matching defs:partial

69 partial use of a byte array, the Offset and Size may be set to non-default
331 Return the byte length of the partial record being read or written by
338 The byte length of the partial record being read or written by the
348 Return the offset of the partial record being read or written by the
355 The offset of the partial record being read or written by the
365 Return whether this DatabaseEntry is configured to read or write partial
372 Whether this DatabaseEntry is configured to read or write partial
382 Set the offset of the partial record being read or written by the
389 The offset of the partial record being read or written by the
399 Set the byte length of the partial record being read or written by
406 The byte length of the partial record being read or written by the
416 Configure this DatabaseEntry to read or write partial records.
421 @param partial
422 Whether this DatabaseEntry is configured to read or write partial
427 public void setPartial(final boolean partial) {
428 if (partial)
435 Configures this DatabaseEntry to read or write partial records.
437 Do partial retrieval or storage of an item. If the calling
446 and a partial retrieval was done using a DatabaseEntry having a partial
447 length of 20 and a partial offset of 85, the retrieval would succeed and
453 by the data specified by the DatabaseEntry. If the partial length is
454 smaller than the data, the record will grow; if the partial length is
459 It is an error to specify a partial key when performing a put
462 It is an error to attempt a partial store using the {@link com.sleepycat.db.Database#put Database.put} method in a database that supports duplicate records. Partial
470 The offset of the partial record being read or written by the
474 The byte length of the partial record being read or written by the
477 @param partial
478 Whether this DatabaseEntry is configured to read or write partial
483 final boolean partial) {
486 setPartial(partial);
646 * <p>If the partial property is set in either entry, then to be considered
647 * equal both entries must have the same partial properties: partial,