Lines Matching defs:record

35  * A record generated by the DTrace {@code printa()} action.  Lists the
39 * record, then the DTrace library tabulates the output, using a default
61 * aggregation data available in this record. For example, if the
139 * Creates a record with the given snaptime, aggregations, and
143 * to create this {@code printa()} record
145 * that generated this record
148 * to this record, one formatted string per {@code Tuple}, or an
151 * record
215 * create this {@code printa()} record.
248 * rely on a non-null return value to indicate a non-zero record
260 * action that generated this record. The returned list is a copy,
261 * and modifying it has no effect on this record. Supports XML
265 * to this record (empty aggregations are excluded)
280 * exist in the aggregations belonging to this record or if it
281 * is omitted from this record due to an incomplete {@code printa()}
297 * Tuple} occurring in the aggregations belonging to this record,
299 * aggregation tuples are omitted from this record due to an
301 * copy and modifying it has no effect on this record. Supports XML
306 * from this record due to an incomplete {@code printa(}) format
321 * Gets an ordered list of this record's aggregation tuples. The
323 * record. Supports XML persistence.
325 * @return a non-null list of this record's aggregation tuples in
338 * Gets this record's formatted output. Supports XML persistence.
364 * AggregationRecord with the same tuple key as the given record.
367 addRecord(String aggregationName, long aggid, AggregationRecord record)
382 aggregation.addRecord(record);
385 AggregationRecord r = map.get(record.getTuple());
390 // we ignore the attempt to add the redundant record to the
393 if (!r.equals(record)) {
472 * Compares the formatted {@link #getOutput() output} of this record
473 * with that of the given record. Note that ordering {@code printa}
479 * record's formatted output is lexicographically less than, equal
480 * to, or greater than the given record's formatted output