Searched refs:Tuple (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DTuple.java38 * Tuple equality is based on the length of each tuple and the equality
48 public final class Tuple implements Serializable, Comparable <Tuple>, class in inherits:Serializable,Comparable,Iterable
60 public static final Tuple EMPTY = new Tuple();
64 BeanInfo info = Introspector.getBeanInfo(Tuple.class);
95 Tuple() method in class:Tuple
111 Tuple(ValueRecord ... tupleElements) method in class:Tuple
134 Tuple(List <ValueRecord> tupleElements) method in class:Tuple
208 * @see Tuple#EMPT
[all...]
H A DPrintaRecord.java37 * output associated with each {@link Tuple}. If multiple aggregations
41 * string associated with a given {@code Tuple} includes a value from
43 * associated with that {@code Tuple}. For example, the D statements
117 private Map <Tuple, String> formattedStrings;
119 private List <Tuple> tuples;
131 formattedStrings = new HashMap <Tuple, String> ();
132 tuples = new ArrayList <Tuple> ();
147 * with each {@code Tuple} occurring in the aggregations belonging
148 * to this record, one formatted string per {@code Tuple}, or an
167 Map <Tuple, Strin
166 PrintaRecord(long snaptimeNanos, Collection <Aggregation> aggs, Map <Tuple, String> formattedOutput, List <Tuple> orderedTuples, String formattedOutputString) argument
[all...]
H A DAggregation.java47 * Tuple}. Each tuple instance is associated with its accumulated
52 * each pairing a {@link CountValue} to a three-element {@code Tuple}.
56 * keyed to the empty tuple ({@link Tuple#EMPTY}).
103 private transient Map <Tuple, AggregationRecord> map;
112 map = new HashMap <Tuple, AggregationRecord> ();
130 * uses {@link Tuple#EMPTY} as a key)
131 * @see #getRecord(Tuple key)
149 map = new HashMap <Tuple, AggregationRecord> (capacity, 1.0f);
223 Tuple key = record.getTuple();
235 public Map <Tuple, AggregationRecor
[all...]
H A DAggregationRecord.java75 private Tuple tuple;
86 * @see #AggregationRecord(Tuple tupleKey, AggregationValue
90 AggregationRecord(Tuple tupleKey, AggregationValue recordValue)
106 * Tuple#EMPTY}) to indicate that this record's value belongs to an
118 AggregationRecord(Tuple tupleKey, AggregationValue recordValue, int n)
145 * @see Aggregation#getRecord(Tuple key)
147 public Tuple
207 * defined by {@link Tuple#equals(Object o)} and equal values as
H A DProbeData.java335 addPrintaFormattedString(Tuple tuple, String s)
/osnet-11/usr/src/lib/libdtrace_jni/java/
H A DMakefile153 Tuple \

Completed in 31 milliseconds