public final class OperationID extends Object implements SmartExternalizable
| Constructor and Description | 
|---|
| OperationID() | 
| OperationID(long clientID,
           long operationID) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| long | getClientID() | 
| long | getOperationID() | 
| int | hashCode() | 
| void | readExternal(ObjectInput in) | 
| String | toString() | 
| void | writeExternal(ObjectOutput out) | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitenabledSmartExternalizableWithReferencepublic OperationID(long clientID,
                   long operationID)
public OperationID()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic long getClientID()
public long getOperationID()
Copyright © GigaSpaces.