Uses of Class
com.oracle.coherence.concurrent.executor.options.Debugging
-
Packages that use Debugging Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.internal com.oracle.coherence.concurrent.executor.options -
-
Uses of Debugging in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as Debugging Modifier and Type Field Description protected DebuggingClusteredTaskManager. m_debuggingMethods in com.oracle.coherence.concurrent.executor that return Debugging Modifier and Type Method Description DebuggingClusteredTaskManager. getDebugging() -
Uses of Debugging in com.oracle.coherence.concurrent.executor.internal
Methods in com.oracle.coherence.concurrent.executor.internal with parameters of type Debugging Modifier and Type Method Description static voidExecutorTrace. log(String message, Debugging debugging)Log the specified message with the given debugging option.static voidExecutorTrace. log(Supplier<String> supplierMessage, Debugging debugging)Log the specified message with the given debugging option. -
Uses of Debugging in com.oracle.coherence.concurrent.executor.options
Methods in com.oracle.coherence.concurrent.executor.options that return Debugging Modifier and Type Method Description static DebuggingDebugging. of(int nLogLevel)Obtains aDebuggingwith a specific log level.
-