Class Debugging
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.options.Debugging
-
- All Implemented Interfaces:
Task.Option,com.tangosol.io.ExternalizableLite,com.tangosol.io.pof.PortableObject,Serializable
public class Debugging extends Object implements Task.Option, com.tangosol.io.pof.PortableObject
- Since:
- 21.12
- Author:
- lh
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected intm_nLogLevelThe log level of theDebuggingoption.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetLogLevel()Obtains the log level of theDebuggingoption.intgetPreferredLevel(int nLogLevel)Obtains the log level of theDebuggingoption.inthashCode()static Debuggingof(int nLogLevel)Obtains aDebuggingwith a specific log level.voidreadExternal(com.tangosol.io.pof.PofReader in)voidreadExternal(DataInput in)StringtoString()voidwriteExternal(com.tangosol.io.pof.PofWriter out)voidwriteExternal(DataOutput out)
-
-
-
Field Detail
-
m_nLogLevel
protected int m_nLogLevel
The log level of theDebuggingoption.
-
-
Method Detail
-
getLogLevel
public int getLogLevel()
Obtains the log level of theDebuggingoption.- Returns:
- the log level of the
Debuggingoption
-
getPreferredLevel
public int getPreferredLevel(int nLogLevel)
Obtains the log level of theDebuggingoption. If there is no log level, or the supplied one is smaller than the debug one, return the supplied one.- Parameters:
nLogLevel- the given log level- Returns:
- the appropriate log level for the log
-
readExternal
public void readExternal(DataInput in) throws IOException
- Specified by:
readExternalin interfacecom.tangosol.io.ExternalizableLite- Throws:
IOException
-
writeExternal
public void writeExternal(DataOutput out) throws IOException
- Specified by:
writeExternalin interfacecom.tangosol.io.ExternalizableLite- Throws:
IOException
-
readExternal
public void readExternal(com.tangosol.io.pof.PofReader in) throws IOException- Specified by:
readExternalin interfacecom.tangosol.io.pof.PortableObject- Throws:
IOException
-
writeExternal
public void writeExternal(com.tangosol.io.pof.PofWriter out) throws IOException- Specified by:
writeExternalin interfacecom.tangosol.io.pof.PortableObject- Throws:
IOException
-
-