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

Uses of ProbeData.KeyField in org.opensolaris.os.dtrace
 

Methods in org.opensolaris.os.dtrace that return ProbeData.KeyField
static ProbeData.KeyField ProbeData.KeyField.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProbeData.KeyField[] ProbeData.KeyField.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.opensolaris.os.dtrace with parameters of type ProbeData.KeyField
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.