Beispiel #1
0
 public IDStreamProxy KafkaStream(Dictionary <string, int> topics, Dictionary <string, string> kafkaParams, Microsoft.Spark.CSharp.Core.StorageLevelType storageLevelType)
 {
     return(new MockDStreamProxy());
 }
Beispiel #2
0
 public IDStreamProxy SocketTextStream(string hostname, int port, Microsoft.Spark.CSharp.Core.StorageLevelType storageLevelType)
 {
     return(new MockDStreamProxy());
 }
 public IDStreamProxy KafkaStream(IEnumerable <Tuple <string, int> > topics, IEnumerable <Tuple <string, string> > kafkaParams, Microsoft.Spark.CSharp.Core.StorageLevelType storageLevelType)
 {
     return(new MockDStreamProxy());
 }
Beispiel #4
0
 public void Persist(Microsoft.Spark.CSharp.Core.StorageLevelType storageLevelType)
 {
 }
 public void Persist(Microsoft.Spark.CSharp.Core.StorageLevelType storageLevelType)
 {
     throw new NotImplementedException();
 }