Uses of Class
com.gengoai.stream.local.LocalStreamingContext
-
Packages that use LocalStreamingContext Package Description com.gengoai.stream A unified stream interface that can work across Java and Spark streams.com.gengoai.stream.local -
-
Uses of LocalStreamingContext in com.gengoai.stream
Methods in com.gengoai.stream that return LocalStreamingContext Modifier and Type Method Description static LocalStreamingContext
StreamingContext. local()
Gets the Local streaming context. -
Uses of LocalStreamingContext in com.gengoai.stream.local
Fields in com.gengoai.stream.local declared as LocalStreamingContext Modifier and Type Field Description static LocalStreamingContext
LocalStreamingContext. INSTANCE
The singleton instance of the context
-