public class CoOccurrenceActor
extends akka.actor.UntypedActor
Constructor and Description |
---|
CoOccurrenceActor(AtomicInteger processed,
TokenizerFactory tokenizerFactory,
int windowSize,
VocabCache cache,
CounterMap<String,String> coOCurreneCounts,
boolean symmetric,
Counter<Integer> occurrenceAllocations) |
Modifier and Type | Method and Description |
---|---|
void |
onReceive(Object message) |
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 CoOccurrenceActor(AtomicInteger processed, TokenizerFactory tokenizerFactory, int windowSize, VocabCache cache, CounterMap<String,String> coOCurreneCounts, boolean symmetric, Counter<Integer> occurrenceAllocations)
Copyright © 2015. All Rights Reserved.