Package org.apache.ignite.internal.util
Class GridMutex
- java.lang.Object
-
- org.apache.ignite.internal.util.GridMutex
-
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable
public class GridMutex extends Object implements Externalizable, Cloneable
Serializable mutex.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridMutex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
-