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

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregationRecord.java42 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...]

Completed in 20 milliseconds