HomeSort by relevance Sort by last modified time
    Searched defs:Aggregate (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
AggregateSpec.java 77 * Specifies which aggregations to include in an aggregate snapshot.
90 Aggregate.filterUnnamedAggregationName(name));
95 * aggregate. If none are specified, no aggregations are cleared.
110 Aggregate.filterUnnamedAggregationName(name));
137 Aggregate.filterUnnamedAggregationName(aggregationName)));
146 Aggregate.filterUnnamedAggregationName(aggregationName)));
Aggregate.java 44 public final class Aggregate implements Serializable
50 BeanInfo info = Introspector.getBeanInfo(Aggregate.class);
76 Aggregate(long snaptimeNanos)
83 * Creates an aggregate with the given snaptime and aggregations.
86 * @param snaptimeNanos nanosecond timestamp when this aggregate was
89 * belonging to this aggregate
96 Aggregate(long snaptimeNanos, Collection <Aggregation> aggregations)
145 * Gets the nanosecond timestamp of this aggregate snapshot.
147 * @return nanosecond timestamp of this aggregate snapshot
156 * Gets an unordered list of all aggregations in this aggregate
    [all...]

Completed in 60 milliseconds