Uses of Class
com.pervasive.datarush.cal.JobLogInfo.LogInfo
-
Packages that use JobLogInfo.LogInfo Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of JobLogInfo.LogInfo in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return JobLogInfo.LogInfo Modifier and Type Method Description protected JobLogInfo.LogInfo[]
JobLogInfo. getJobLogs()
Methods in com.pervasive.datarush.cal that return types with arguments of type JobLogInfo.LogInfo Modifier and Type Method Description List<JobLogInfo.LogInfo>
JobLogInfo. getJobLogInfo()
Constructors in com.pervasive.datarush.cal with parameters of type JobLogInfo.LogInfo Constructor Description JobLogInfo(String jobId, String jobName, JobLogInfo.LogInfo... jobLogs)
Constructor parameters in com.pervasive.datarush.cal with type arguments of type JobLogInfo.LogInfo Constructor Description JobLogInfo(String jobId, String jobName, List<JobLogInfo.LogInfo> jobLogs)
-