Class Member
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.options.Member
-
- All Implemented Interfaces:
TaskExecutorService.Registration.Option,ExternalizableLite,PortableObject,Serializable
public class Member extends Object implements TaskExecutorService.Registration.Option, PortableObject
AnTaskExecutorService.Registration.Optiondefining a CoherenceMember.- Since:
- 21.12
- Author:
- bo
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MemberautoDetect()Auto-detects theMemberbased on the current environment.booleanequals(Object object)Memberget()Obtains theMember.inthashCode()static Memberof(Member member)voidreadExternal(PofReader in)voidreadExternal(DataInput in)StringtoString()voidwriteExternal(PofWriter out)voidwriteExternal(DataOutput out)
-
-
-
Constructor Detail
-
Member
public Member()
Constructs aMember(required for serialization).
-
Member
protected Member(Member member)
Constructs aMemberTaskExecutorService.Registration.Option.- Parameters:
member- theMember
-
-
Method Detail
-
autoDetect
@Default public static Member autoDetect()
Auto-detects theMemberbased on the current environment.- Returns:
- a
Member
-
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 in) throws IOException
- Specified by:
readExternalin interfacePortableObject- Throws:
IOException
-
writeExternal
public void writeExternal(PofWriter out) throws IOException
- Specified by:
writeExternalin interfacePortableObject- Throws:
IOException
-
-