public class LinkResolverProcessor extends Object implements StreamsProcessor
Constructor and Description |
---|
LinkResolverProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
cleanUp() |
String |
getId() |
void |
prepare(Object o) |
List<StreamsDatum> |
process(StreamsDatum entry) |
protected Set<String> |
unwind(List<String> inputLinks) |
public String getId()
getId
in interface StreamsOperation
public List<StreamsDatum> process(StreamsDatum entry)
process
in interface StreamsProcessor
public void prepare(Object o)
prepare
in interface StreamsOperation
public void cleanUp()
cleanUp
in interface StreamsOperation
Copyright © 2018 The Apache Software Foundation. All rights reserved.