Searched refs:aggregations (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| H A D | PrintaRecord.java | 36 * aggregations passed to {@code printa()} and records the formatted 37 * output associated with each {@link Tuple}. If multiple aggregations 63 * aggregations passed to {@code printa()}, then the resulting {@code 87 new String[] {"snaptime", "aggregations", 115 private List <Aggregation> aggregations; field in class:PrintaRecord 130 aggregations = new ArrayList <Aggregation> (); 139 * Creates a record with the given snaptime, aggregations, and 144 * @param aggs aggregations passed to the {@code printa()} action 147 * with each {@code Tuple} occurring in the aggregations belonging 160 * aggregations i [all...] |
| H A D | Aggregate.java | 35 * A consistent snapshot of all aggregations requested by a single 53 new String[] {"snaptime", "aggregations"}); 65 // ("aggregations"), otherwise it gets confused for a bean property 83 * Creates an aggregate with the given snaptime and aggregations. 88 * @param aggregations unordered collection of aggregations 91 * aggregations is {@code null} 93 * given aggregations are invalid 96 Aggregate(long snaptimeNanos, Collection <Aggregation> aggregations) argument 99 mapAggregations(aggregations); 105 mapAggregations(Collection <Aggregation> aggregations) argument [all...] |
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestBean.java | 337 List < Aggregation > aggregations = new ArrayList < Aggregation > (); 339 aggregations.add(a); 340 aggregations.add(a); 352 aggregations, formattedOutput, tuples,
|
Completed in 90 milliseconds