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

Uses of ProbeData in org.opensolaris.os.dtrace
 

Methods in org.opensolaris.os.dtrace that return ProbeData
 ProbeData DataEvent.getProbeData()
          Gets the data generated by DTrace from a single probe firing.
 

Methods in org.opensolaris.os.dtrace that return types with arguments of type ProbeData
static java.util.Comparator<ProbeData> ProbeData.getComparator(ProbeData.KeyField... f)
          Convenience method, gets a comparator that sorts multiple ProbeDescription instances by the specified field or fields.
 

Methods in org.opensolaris.os.dtrace with parameters of type ProbeData
 int ProbeData.compareTo(ProbeData d)
          Natural ordering of probe data.
 

Constructors in org.opensolaris.os.dtrace with parameters of type ProbeData
DataEvent(java.lang.Object source, ProbeData generatedData)
          Creates a dataReceived() event that conveys data generated by DTrace from a single probe firing.