public class AvroParseSpec extends ParseSpec
Constructor and Description |
---|
AvroParseSpec(TimestampSpec timestampSpec,
DimensionsSpec dimensionsSpec,
JSONPathSpec flattenSpec) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
JSONPathSpec |
getFlattenSpec() |
int |
hashCode() |
Parser<String,Object> |
makeParser() |
ParseSpec |
withDimensionsSpec(DimensionsSpec spec) |
ParseSpec |
withTimestampSpec(TimestampSpec spec) |
getDimensionsSpec, getTimestampSpec, verify
public AvroParseSpec(TimestampSpec timestampSpec, DimensionsSpec dimensionsSpec, JSONPathSpec flattenSpec)
public JSONPathSpec getFlattenSpec()
public Parser<String,Object> makeParser()
makeParser
in class ParseSpec
public ParseSpec withTimestampSpec(TimestampSpec spec)
withTimestampSpec
in class ParseSpec
public ParseSpec withDimensionsSpec(DimensionsSpec spec)
withDimensionsSpec
in class ParseSpec
Copyright © 2011–2018. All rights reserved.