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

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDrop.java45 public final class Drop implements Serializable { class in inherits:Serializable
50 BeanInfo info = Introspector.getBeanInfo(Drop.class);
59 Drop drop = (Drop)oldInstance;
79 /** Drop to principal buffer */
81 /** Drop to aggregation buffer */
134 * Creates a {@code Drop} instance with the given CPU, drop kind,
144 * @throws IllegalArgumentException if there is no {@code Drop.Kind}
147 * @throws NullPointerException if the given {@code Drop.Kind} name
151 Drop(in method in class:Drop
[all...]

Completed in 62 milliseconds