Class RegisterReplicationNotificationRequestInfo
java.lang.Object
com.gigaspaces.internal.space.requests.AbstractSpaceRequestInfo
com.gigaspaces.internal.space.requests.RegisterReplicationNotificationRequestInfo
- All Implemented Interfaces:
ISwapExternalizable, SpaceRequestInfo, SmartExternalizable, Externalizable, Serializable
- Since:
- 9.0
- Author:
- Dan Kilman
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class AbstractSpaceRequestInfo
getSpaceContext, isFromGateway, readFromSwap, setFromGateway, setSpaceContext, writeToSwapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
template
-
viewStub
-
notifyInfo
-
eventId
public long eventId
-
-
Constructor Details
-
RegisterReplicationNotificationRequestInfo
public RegisterReplicationNotificationRequestInfo()Required for Externalizable
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classAbstractSpaceRequestInfo- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classAbstractSpaceRequestInfo- Throws:
IOExceptionClassNotFoundException
-
reduce
public RegisterReplicationNotificationResponseInfo reduce(List<AsyncResult<RegisterReplicationNotificationResponseInfo>> results) throws Exception - Throws:
Exception
-