Class ClusteredProperties.PropertyKey
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.ClusteredProperties.PropertyKey
-
- All Implemented Interfaces:
Associated,ExternalizableLite,PortableObject,KeyAssociation,Serializable
- Enclosing class:
- ClusteredProperties
public static class ClusteredProperties.PropertyKey extends Object implements ExternalizableLite, KeyAssociation, PortableObject
Property key.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyKey()Deserialization constructor.PropertyKey(String sTaskId, Object oKey)Construct a PropertyKey instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ObjectgetAssociatedKey()ObjectgetKey()Return property key.StringgetTaskId()Return task key.inthashCode()voidreadExternal(PofReader in)voidreadExternal(DataInput in)StringtoString()voidwriteExternal(PofWriter out)voidwriteExternal(DataOutput out)
-
-
-
Method Detail
-
getAssociatedKey
public Object getAssociatedKey()
- Specified by:
getAssociatedKeyin interfaceAssociated
-
getTaskId
public String getTaskId()
Return task key.- Returns:
- task key
-
getKey
public Object getKey()
Return property key.- Returns:
- property key
-
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
-
-