Searched refs:AggregationRecord (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Aggregation.java | 48 * {@link AggregationValue} in an {@link AggregationRecord}. For 103 private transient Map <Tuple, AggregationRecord> map; 112 map = new HashMap <Tuple, AggregationRecord> (); 135 Collection <AggregationRecord> aggregationRecords) 145 mapRecords(Collection <AggregationRecord> records) 149 map = new HashMap <Tuple, AggregationRecord> (capacity, 1.0f); 150 for (AggregationRecord record : records) { 161 for (AggregationRecord r : map.values()) { 206 public List <AggregationRecord> 209 List <AggregationRecord> lis [all...] |
H A D | AggregationRecord.java | 42 public final class AggregationRecord implements Record, Serializable { class in inherits:Record,Serializable 47 BeanInfo info = Introspector.getBeanInfo(AggregationRecord.class); 86 * @see #AggregationRecord(Tuple tupleKey, AggregationValue 90 AggregationRecord(Tuple tupleKey, AggregationValue recordValue) method in class:AggregationRecord 118 AggregationRecord(Tuple tupleKey, AggregationValue recordValue, int n) method in class:AggregationRecord 170 * Gets the ordinal generated when this AggregationRecord was added 206 * {@code AggregationRecord} and both records have equal tuples as 213 if (o instanceof AggregationRecord) { 214 AggregationRecord r = (AggregationRecord) [all...] |
H A D | Aggregate.java | 123 for (AggregationRecord r : a.asMap().values()) { 215 public List <AggregationRecord> 218 List <AggregationRecord> list = 219 new ArrayList <AggregationRecord> (recordSequence); 228 * their {@link AggregationRecord#getOrdinal() ordinal} property. 233 * List <AggregationRecord> records = aggregate.getRecords(); 234 * Collections.sort(records, new Comparator <AggregationRecord> () { 235 * public int compare(AggregationRecord r1, AggregationRecord r2) { 247 public List <AggregationRecord> [all...] |
H A D | PrintaRecord.java | 364 * AggregationRecord with the same tuple key as the given record. 367 addRecord(String aggregationName, long aggid, AggregationRecord record) 384 Map <Tuple, AggregationRecord> map = aggregation.asMap(); 385 AggregationRecord r = map.get(record.getTuple());
|
H A D | ProbeData.java | 307 AggregationRecord rec)
|
/osnet-11/usr/src/lib/libdtrace_jni/java/docs/examples/ |
H A D | TestTarget.java | 53 for (AggregationRecord rec : agg.asMap().values()) {
|
/osnet-11/usr/src/lib/libdtrace_jni/java/ |
H A D | Makefile | 106 AggregationRecord \
|
Completed in 30 milliseconds