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

Uses of AggregationRecord in org.opensolaris.os.dtrace
 

Methods in org.opensolaris.os.dtrace that return AggregationRecord
 AggregationRecord Aggregation.getRecord(Tuple key)
          Gets the record associated with the given key, or the singleton record of an aggregation declared without square brackets if key is null or empty.
 

Methods in org.opensolaris.os.dtrace that return types with arguments of type AggregationRecord
 java.util.Map<Tuple,AggregationRecord> Aggregation.asMap()
          Gets a read-only Map view of this aggregation.
 java.util.List<AggregationRecord> Aggregate.getOrderedRecords()
          Gets an ordered list of this aggregate's records sequenced by their ordinal property.
 java.util.List<AggregationRecord> Aggregation.getRecords()
          Gets an unordered list of this aggregation's records.
 java.util.List<AggregationRecord> Aggregate.getRecords()
          Gets an unordered list of this aggregate's records.
 

Constructor parameters in org.opensolaris.os.dtrace with type arguments of type AggregationRecord
Aggregation(java.lang.String aggregationName, long aggregationID, java.util.Collection<AggregationRecord> aggregationRecords)
          Creates an aggregation with the given name, ID, and records.