Uses of Class
org.codelibs.fess.util.JobProcess
Packages that use JobProcess
-
Uses of JobProcess in org.codelibs.fess.helper
Fields in org.codelibs.fess.helper with type parameters of type JobProcessModifier and TypeFieldDescriptionprotected final ConcurrentHashMap<String, JobProcess> ProcessHelper.runningProcessMapMap of running processes indexed by session IDMethods in org.codelibs.fess.helper that return JobProcessModifier and TypeMethodDescriptionProcessHelper.startProcess(String sessionId, List<String> cmdList, Consumer<ProcessBuilder> pbCall) Starts a new process with the given session ID and command list.ProcessHelper.startProcess(String sessionId, List<String> cmdList, Consumer<ProcessBuilder> pbCall, int bufferSize, Consumer<String> outputCallback) Starts a new process with the given session ID, command list, buffer size, and output callback.Methods in org.codelibs.fess.helper with parameters of type JobProcessModifier and TypeMethodDescriptionprotected intProcessHelper.destroyProcess(String sessionId, JobProcess jobProcess) Internal method to destroy a specific JobProcess.