public class DataIngestorActor
extends akka.actor.UntypedActor
Constructor and Description |
---|
DataIngestorActor()
Default constructor.
|
DataIngestorActor(boolean normalizeData)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
Normalize()
Returns the current data normalization policy.
|
void |
Normalize(boolean norm)
Sets the data normalization policy.
|
void |
onReceive(java.lang.Object message)
Handled Messages:
FileMessage - attempts to read a Dataset from the message's payload, sends a DatasetMessage response back to
the sender.
|
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, postRestart, postStop, preRestart, preStart, receive, self, sender, supervisorStrategy, unhandled
public DataIngestorActor(boolean normalizeData)
normalizeData
- true if data should be normalized between 0 and 1 after readingpublic DataIngestorActor()
public void Normalize(boolean norm)
norm
- true if data should be normalized between 0 and 1 after reading, false if not.public boolean Normalize()
public void onReceive(java.lang.Object message) throws java.lang.Exception
onReceive
in class akka.actor.UntypedActor
java.lang.Exception