Package | Description |
---|---|
com.cloudera.oryx.api |
Application API interface classes common to all Layers.
|
com.cloudera.oryx.api.serving |
Application API interface classes for the Serving Layer.
|
com.cloudera.oryx.api.speed |
Application API interface classes for the Speed Layer.
|
com.cloudera.oryx.kafka.util |
Kafka-related utility code and command-line applications.
|
com.cloudera.oryx.lambda.serving |
Contains the core support for the Lambda tier of the Serving Layers.
|
com.cloudera.oryx.lambda.speed |
Contains the core support for the Lambda tier of the Speed Layers.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyMessageImpl<K,M>
Simple value class encapsulating a key and message in a topic.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractServingModelManager.consume(Iterator<KeyMessage<String,U>> updateIterator,
org.apache.hadoop.conf.Configuration hadoopConf) |
void |
ServingModelManager.consume(Iterator<KeyMessage<String,U>> updateIterator,
org.apache.hadoop.conf.Configuration hadoopConf)
Called by the framework to initiate a continuous process of reading models, and reading
from the input topic and updating model state in memory, and issuing updates to the
update topic.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSpeedModelManager.consume(Iterator<KeyMessage<String,U>> updateIterator,
org.apache.hadoop.conf.Configuration hadoopConf) |
void |
SpeedModelManager.consume(Iterator<KeyMessage<String,U>> updateIterator,
org.apache.hadoop.conf.Configuration hadoopConf)
Called by the framework to initiate a continuous process of reading models, and reading
from the input topic and updating model state in memory, and issuing updates to the
update topic.
|
Modifier and Type | Method and Description |
---|---|
protected KeyMessage<K,V> |
ConsumeDataIterator.computeNext() |
Modifier and Type | Method and Description |
---|---|
void |
ScalaServingModelManagerAdapter.consume(Iterator<KeyMessage<String,U>> updateIterator,
org.apache.hadoop.conf.Configuration hadoopConf) |
Modifier and Type | Method and Description |
---|---|
void |
ScalaSpeedModelManagerAdapter.consume(Iterator<KeyMessage<String,U>> updateIterator,
org.apache.hadoop.conf.Configuration hadoopConf) |
Copyright © 2014–2018. All rights reserved.