public final class HdfsConfigWithRegularData extends HdfsConfig
HAS_TIME_SNAPSHOT, PATH, TIME_PARTITION_PATTERN_sourceName, TYPE| Constructor and Description |
|---|
HdfsConfigWithRegularData(java.lang.String sourceName,
java.lang.String path,
java.lang.Boolean hasTimeSnapshot)
Constructor
|
HdfsConfigWithRegularData(java.lang.String sourceName,
java.lang.String path,
java.lang.String timePartitionPattern,
java.lang.Boolean hasTimeSnapshot)
Constructor with full parameters
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getHasTimeSnapshot() |
int |
hashCode() |
java.lang.String |
toString() |
getPath, getSourceType, getTimePartitionPatterngetSourceNamepublic HdfsConfigWithRegularData(java.lang.String sourceName,
java.lang.String path,
java.lang.String timePartitionPattern,
java.lang.Boolean hasTimeSnapshot)
sourceName - the name of the source and it is referenced by the anchor in the feature definitionpath - HDFS path or Dali URI used to access HDFStimePartitionPattern - format of the time partitioned featurehasTimeSnapshot - True if the HDFS source supports time-based accesspublic HdfsConfigWithRegularData(java.lang.String sourceName,
java.lang.String path,
java.lang.Boolean hasTimeSnapshot)
sourceName - the name of the source and it is referenced by the anchor in the feature definitionpath - HDFS path or Dali URI used to access HDFShasTimeSnapshot - True if the HDFS source supports time-based accesspublic java.lang.Boolean getHasTimeSnapshot()
public boolean equals(java.lang.Object o)
equals in class HdfsConfigpublic int hashCode()
hashCode in class HdfsConfigpublic java.lang.String toString()
toString in class HdfsConfig