public static class CodecComponent.SubComponentFunction extends Object
Modifier and Type | Field and Description |
---|---|
MtasDataCollector<?,?> |
dataCollector
The data collector.
|
String |
dataType
The data type.
|
String |
expression
The expression.
|
String |
key
The key.
|
MtasFunctionParserFunction |
parserFunction
The parser function.
|
String |
sortDirection
The sort direction.
|
String |
sortType
The sort type.
|
SortedSet<String> |
statsItems
The stats items.
|
String |
statsType
The stats type.
|
String |
type
The type.
|
Constructor and Description |
---|
SubComponentFunction(String collectorType,
String key,
String type,
MtasFunctionParserFunction parserFunction,
String sortType,
String sortDirection,
Integer start,
Integer number,
String segmentRegistration,
String boundary)
Instantiates a new sub component function.
|
SubComponentFunction(String collectorType,
String key,
String expression,
String type)
Instantiates a new sub component function.
|
public String key
public String expression
public String type
public MtasFunctionParserFunction parserFunction
public String statsType
public String dataType
public String sortType
public String sortDirection
public MtasDataCollector<?,?> dataCollector
public SubComponentFunction(String collectorType, String key, String type, MtasFunctionParserFunction parserFunction, String sortType, String sortDirection, Integer start, Integer number, String segmentRegistration, String boundary) throws ParseException, IOException
collectorType
- the collector typekey
- the keytype
- the typeparserFunction
- the parser functionsortType
- the sort typesortDirection
- the sort directionstart
- the startnumber
- the numbersegmentRegistration
- the segment registrationboundary
- the boundaryParseException
- the parse exceptionIOException
- Signals that an I/O exception has occurred.public SubComponentFunction(String collectorType, String key, String expression, String type) throws ParseException, IOException
collectorType
- the collector typekey
- the keyexpression
- the expressiontype
- the typeParseException
- the parse exceptionIOException
- Signals that an I/O exception has occurred.Copyright © 2018 Meertens Institute. All rights reserved.