Class ClusterMember
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.options.ClusterMember
-
- All Implemented Interfaces:
TaskExecutorService.Registration.Option,ExternalizableLite,PortableObject,Serializable
public class ClusterMember extends Object implements TaskExecutorService.Registration.Option, 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(PofReader pofReader)voidreadExternal(DataInput in)StringtoString()voidwriteExternal(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 interfaceExternalizableLite- Throws:
IOException
-
writeExternal
public void writeExternal(DataOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizableLite- Throws:
IOException
-
readExternal
public void readExternal(PofReader pofReader) throws IOException
- Specified by:
readExternalin interfacePortableObject- Throws:
IOException
-
writeExternal
public void writeExternal(PofWriter pofWriter) throws IOException
- Specified by:
writeExternalin interfacePortableObject- Throws:
IOException
-
-