各位大俠,
在學習spark的時候,看到
Function0<JavaStreamingContext> createContextFunc = new Function0<JavaStreamingContext>()
{
public JavaStreamingContext call()
{
return CreateWorkContext(m_config, m_needPrintLine);
}
};
其中,m_needPrintLine是一個boolean,m_config是一個Properties。請問上面這段代碼是什么意思?
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/54846.html
標籤:Spark
