com
.
github
.
catalystcode
.
fortis
.
spark
.
streaming
rss
package
rss
Visibility
Public
All
Type Members
trait
Logger
extends
AnyRef
case class
RSSCategory
(
name:
String
,
taxonomyUri:
String
)
extends
Product
with
Serializable
case class
RSSContent
(
contentType:
String
,
mode:
String
,
value:
String
)
extends
Product
with
Serializable
case class
RSSEnclosure
(
url:
String
,
enclosureType:
String
,
length:
Long
)
extends
Product
with
Serializable
case class
RSSEntry
(
uri:
String
,
title:
String
,
links:
List
[
RSSLink
]
,
content:
List
[
RSSContent
]
,
description:
RSSContent
,
enclosures:
List
[
RSSEnclosure
]
,
publishedDate:
Long
,
updatedDate:
Long
,
authors:
List
[
RSSPerson
]
,
contributors:
List
[
RSSPerson
]
)
extends
Product
with
Serializable
class
RSSInputDStream
extends
ReceiverInputDStream
[
RSSEntry
]
case class
RSSLink
(
href:
String
,
title:
String
)
extends
Product
with
Serializable
case class
RSSPerson
(
name:
String
,
uri:
String
,
email:
String
)
extends
Product
with
Serializable
Ungrouped