We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc392c5 commit ff0bff8Copy full SHA for ff0bff8
1 file changed
streaming/src/main/scala/org/apache/spark/streaming/dstream/InputDStream.scala
@@ -47,7 +47,7 @@ abstract class InputDStream[T: ClassTag] (@transient ssc_ : StreamingContext)
47
/**
48
* The name of this InputDStream. By default, it's the class name with its id.
49
*/
50
- def name: String = s"${getClass.getSimpleName}-$id"
+ private[streaming] def name: String = s"${getClass.getSimpleName}-$id"
51
52
53
* Checks whether the 'time' is valid wrt slideDuration for generating RDD.
0 commit comments