Skip to content

Commit

Permalink
Added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Aug 1, 2014
1 parent a778d4b commit e185338
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package org.apache.spark.streaming.api.python;

import org.apache.spark.api.java.JavaRDD;
import org.apache.spark.streaming.Time;

public interface PythonRDDFunction {
JavaRDD<byte[]> call(JavaRDD<byte[]> rdd, long time);
}

0 comments on commit e185338

Please sign in to comment.