Class DirectPersistencyMultipleUidsOpInfo
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.directPersistency.AbstractDirectPersistencyOpInfo
com.gigaspaces.internal.cluster.node.impl.directPersistency.DirectPersistencyMultipleUidsOpInfo
- All Implemented Interfaces:
IDirectPersistencyOpInfo,SmartExternalizable,Externalizable,Serializable
The element of synchronizing a direct-persistency multiple uids(transaction result)
- Since:
- 10.2
- Author:
- yechielf
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDirectPersistencyMultipleUidsOpInfo(long generationId, List<String> uids, int seq1, int seq2) DirectPersistencyMultipleUidsOpInfo(long generationId, List<String> uids, long seq) -
Method Summary
Methods inherited from class com.gigaspaces.internal.cluster.node.impl.directPersistency.AbstractDirectPersistencyOpInfo
getEmbeddedSyncOpInfo, getGenerationId, getOrderWithinSegment, getOrderWithinSegment, getRedoKey, getSegmentNumber, getSegmentNumber, getSequenceNumber, hasRedoKey, isConfirmedByRemote, isInMainList, isPersisted, setEmbeddedSyncOpInfo, setInMainList, setPersisted, setRedoKey, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
DirectPersistencyMultipleUidsOpInfo
-
DirectPersistencyMultipleUidsOpInfo
-
DirectPersistencyMultipleUidsOpInfo
public DirectPersistencyMultipleUidsOpInfo()
-
-
Method Details
-
getUid
- Specified by:
getUidin interfaceIDirectPersistencyOpInfo- Specified by:
getUidin classAbstractDirectPersistencyOpInfo
-
isMultiUids
public boolean isMultiUids()- Specified by:
isMultiUidsin interfaceIDirectPersistencyOpInfo- Specified by:
isMultiUidsin classAbstractDirectPersistencyOpInfo
-
getUids
- Specified by:
getUidsin interfaceIDirectPersistencyOpInfo- Specified by:
getUidsin classAbstractDirectPersistencyOpInfo
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classAbstractDirectPersistencyOpInfo- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classAbstractDirectPersistencyOpInfo- Throws:
IOExceptionClassNotFoundException
-