Uses of Class
org.opensolaris.os.dtrace.Aggregate

Uses of Aggregate in org.opensolaris.os.dtrace
 

Methods in org.opensolaris.os.dtrace that return Aggregate
 Aggregate LocalConsumer.getAggregate()
           
 Aggregate Consumer.getAggregate()
          Gets a snapshot of all aggregations except those that have already been captured in a PrintaRecord.
 Aggregate LocalConsumer.getAggregate(java.util.Set<java.lang.String> includedAggregationNames)
           
 Aggregate Consumer.getAggregate(java.util.Set<java.lang.String> includedAggregationNames)
          Gets a snapshot of all the specified aggregations except those that have already been captured in a PrintaRecord.
 Aggregate LocalConsumer.getAggregate(java.util.Set<java.lang.String> includedAggregationNames, java.util.Set<java.lang.String> clearedAggregationNames)
           
 Aggregate Consumer.getAggregate(java.util.Set<java.lang.String> includedAggregationNames, java.util.Set<java.lang.String> clearedAggregationNames)
          Gets a snapshot of all the specified aggregations except those that have already been captured in a PrintaRecord, with the side effect of atomically clearing any subset of those aggregations.