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

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumer.java39 * generate that output, use the {@link #getAggregate()} method.
502 * @see #getAggregate(Set includedAggregationNames, Set
505 public Aggregate getAggregate() throws DTraceException; method in interface:Consumer
525 * @see #getAggregate(Set includedAggregationNames, Set
528 public Aggregate getAggregate(Set <String> includedAggregationNames) method in interface:Consumer
541 * available to the {@code getAggregate()} method.
561 public Aggregate getAggregate(Set <String> includedAggregationNames, method in interface:Consumer
H A DLocalConsumer.java163 // the native consumer loop and the getAggregate() thread without
527 case STOPPED: // Allowed (may affect getAggregate())
931 getAggregate() throws DTraceException method in class:LocalConsumer
934 return getAggregate(null, Collections. <String> emptySet());
938 getAggregate(Set <String> includedAggregationNames) method in class:LocalConsumer
941 return getAggregate(includedAggregationNames,
946 getAggregate(Set <String> includedAggregationNames, method in class:LocalConsumer
970 return getAggregate(spec);
974 getAggregate(AggregateSpec spec) throws DTraceException method in class:LocalConsumer
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java386 getAggregate() method in class:TestBean

Completed in 69 milliseconds