Home > other >  Spark function0 usage
Spark function0 usage

Time:09-20

Masters,
When they study the spark, see
Function0 & lt; JavaStreamingContext> CreateContextFunc=new Function0 & lt; JavaStreamingContext> ()
{
Public JavaStreamingContext call ()
{
Return CreateWorkContext (m_config m_needPrintLine);
}
};
M_needPrintLine is a Boolean, m_config is a Properties, could you tell me the code above is what mean?
  • Related