Searched refs:getAggregate (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumer.java36 * generate that output, use the {@link #getAggregate()} method.
499 * @see #getAggregate(Set includedAggregationNames, Set
502 public Aggregate getAggregate() throws DTraceException; method in interface:Consumer
522 * @see #getAggregate(Set includedAggregationNames, Set
525 public Aggregate getAggregate(Set <String> includedAggregationNames) method in interface:Consumer
538 * available to the {@code getAggregate()} method.
558 public Aggregate getAggregate(Set <String> includedAggregationNames, method in interface:Consumer
H A DLocalConsumer.java165 // the native consumer loop and the getAggregate() thread without
529 case STOPPED: // Allowed (may affect getAggregate())
933 getAggregate() throws DTraceException method in class:LocalConsumer
936 return getAggregate(null, Collections. <String> emptySet());
940 getAggregate(Set <String> includedAggregationNames) method in class:LocalConsumer
943 return getAggregate(includedAggregationNames,
948 getAggregate(Set <String> includedAggregationNames, method in class:LocalConsumer
972 return getAggregate(spec);
976 getAggregate(AggregateSpec spec) throws DTraceException method in class:LocalConsumer
/osnet-11/usr/src/lib/libdtrace_jni/java/docs/examples/
H A DTestAPI2.java70 a = consumer.getAggregate();
H A DTestTarget.java51 Aggregate a = consumer.getAggregate();

Completed in 19 milliseconds