Skip to content

Commit e185338

Browse files
committed
Added missing file
1 parent a778d4b commit e185338

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package org.apache.spark.streaming.api.python;
2+
3+
import org.apache.spark.api.java.JavaRDD;
4+
import org.apache.spark.streaming.Time;
5+
6+
public interface PythonRDDFunction {
7+
JavaRDD<byte[]> call(JavaRDD<byte[]> rdd, long time);
8+
}

0 commit comments

Comments
 (0)