Class ClusterMember
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.options.ClusterMember
-
- All Implemented Interfaces:
TaskExecutorService.Registration.Option,com.tangosol.io.ExternalizableLite,com.tangosol.io.pof.PortableObject,Serializable
public class ClusterMember extends Object implements TaskExecutorService.Registration.Option, com.tangosol.io.pof.PortableObject
AnTaskExecutorService.Registration.Optionspecifying whether anExecutoris running on a Coherence cluster member.The presence of this Option indicates that it is a cluster member.
- Since:
- 21.12
- Author:
- phf
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterMemberINSTANCEStatic {@code ClusterMember) instance.
-
Constructor Summary
Constructors Constructor Description ClusterMember()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()voidreadExternal(com.tangosol.io.pof.PofReader pofReader)voidreadExternal(DataInput in)StringtoString()voidwriteExternal(com.tangosol.io.pof.PofWriter pofWriter)voidwriteExternal(DataOutput out)
-
-
-
Field Detail
-
INSTANCE
public static ClusterMember INSTANCE
Static {@code ClusterMember) instance.
-
-
Method Detail
-
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 pofReader) throws IOException- Specified by:
readExternalin interfacecom.tangosol.io.pof.PortableObject- Throws:
IOException
-
writeExternal
public void writeExternal(com.tangosol.io.pof.PofWriter pofWriter) throws IOException- Specified by:
writeExternalin interfacecom.tangosol.io.pof.PortableObject- Throws:
IOException
-
-