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

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintaRecord.java64 * PrintaRecord} will contain only one {@code Aggregation}. If no value
66 * completely specified, the resulting {@code PrintaRecord} will contain
78 public final class PrintaRecord implements Record, Serializable, class in inherits:Record,Serializable,Comparable
79 Comparable <PrintaRecord> {
84 BeanInfo info = Introspector.getBeanInfo(PrintaRecord.class);
127 PrintaRecord(long snaptimeNanos, boolean isFormatString) method in class:PrintaRecord
166 PrintaRecord(long snaptimeNanos, Collection <Aggregation> aggs, method in class:PrintaRecord
362 * @throws IllegalStateException if this PrintaRecord has an
427 * Compares the specified object with this {@code PrintaRecord} for
429 * object is also a {@code PrintaRecord} an
[all...]

Completed in 20 milliseconds