Searched defs:aggregations (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregate.java35 * 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...]
H A DPrintaRecord.java36 * 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...]

Completed in 59 milliseconds