public class ExportFunction<T extends SequenceElement>
extends java.lang.Object
implements org.apache.spark.api.java.function.VoidFunction<T>
Constructor and Description |
---|
ExportFunction(org.apache.spark.broadcast.Broadcast<VocabCache<ShallowSequenceElement>> vocabCacheBroadcast,
java.lang.String hdfsFilePath) |
Modifier and Type | Method and Description |
---|---|
void |
call(T t) |
public ExportFunction(org.apache.spark.broadcast.Broadcast<VocabCache<ShallowSequenceElement>> vocabCacheBroadcast, @NonNull java.lang.String hdfsFilePath)
public void call(T t) throws java.lang.Exception
call
in interface org.apache.spark.api.java.function.VoidFunction<T extends SequenceElement>
java.lang.Exception