|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Tuple in org.opensolaris.os.dtrace |
---|
Fields in org.opensolaris.os.dtrace declared as Tuple | |
---|---|
static Tuple |
Tuple.EMPTY
The empty tuple has zero elements and may be used to obtain the singleton AggregationRecord of a non-keyed Aggregation , such as the one derived from the D statement
@a = count() . |
Methods in org.opensolaris.os.dtrace that return Tuple | |
---|---|
Tuple |
AggregationRecord.getTuple()
Gets the multi-element key associated with AggregationRecord.getValue() . |
Methods in org.opensolaris.os.dtrace that return types with arguments of type Tuple | |
---|---|
java.util.Map<Tuple,AggregationRecord> |
Aggregation.asMap()
Gets a read-only Map view of this aggregation. |
java.util.Map<Tuple,java.lang.String> |
PrintaRecord.getFormattedStrings()
Gets the formatted output, if any, associated with each Tuple occurring in the aggregations belonging to this record,
one formatted string per Tuple . |
java.util.List<Tuple> |
PrintaRecord.getTuples()
Gets an ordered list of this record's aggregation tuples. |
Methods in org.opensolaris.os.dtrace with parameters of type Tuple | |
---|---|
static int |
Tuple.compare(Tuple t1,
Tuple t2,
int pos)
Compares corresponding tuple elements at the given zero-based index. |
int |
Tuple.compareTo(Tuple t)
Defines the natural ordering of tuples. |
java.lang.String |
PrintaRecord.getFormattedString(Tuple key)
Gets the formatted string, if any, associated with the given aggregation tuple. |
AggregationRecord |
Aggregation.getRecord(Tuple key)
Gets the record associated with the given key, or the singleton record of an aggregation declared without square brackets if key is null or empty. |
Constructors in org.opensolaris.os.dtrace with parameters of type Tuple | |
---|---|
AggregationRecord(Tuple tupleKey,
AggregationValue recordValue)
Creates an aggregation record with the given key and value. |
|
AggregationRecord(Tuple tupleKey,
AggregationValue recordValue,
int n)
Creates an aggregation record with the given key, value, and ordinal. |
Constructor parameters in org.opensolaris.os.dtrace with type arguments of type Tuple | |
---|---|
PrintaRecord(long snaptimeNanos,
java.util.Collection<Aggregation> aggs,
java.util.Map<Tuple,java.lang.String> formattedOutput,
java.util.List<Tuple> orderedTuples,
java.lang.String formattedOutputString)
Creates a record with the given snaptime, aggregations, and formatted output. |
|
PrintaRecord(long snaptimeNanos,
java.util.Collection<Aggregation> aggs,
java.util.Map<Tuple,java.lang.String> formattedOutput,
java.util.List<Tuple> orderedTuples,
java.lang.String formattedOutputString)
Creates a record with the given snaptime, aggregations, and formatted output. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |