Class UpdateNotifyContextHolder
java.lang.Object
com.gigaspaces.internal.server.space.events.NotifyContextsHolder
com.gigaspaces.internal.server.space.events.UpdateNotifyContextHolder
An internal class for combining the matched and re-matched notifications context.
- Since:
- 9.1
- Author:
- yael
-
Field Summary
Fields inherited from class com.gigaspaces.internal.server.space.events.NotifyContextsHolder
_newEntry, _notifyContext, _notifyContextsList, _notifyTypesList, _operationId, _originalEntry -
Constructor Summary
ConstructorsConstructorDescriptionUpdateNotifyContextHolder(IEntryHolder originalEntry, IEntryHolder newEntry, OperationID operationId, boolean isMatched, boolean isRematched) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.gigaspaces.internal.server.space.events.NotifyContextsHolder
getNewEntry, getNotifyContext, getNotifyContexts, getNotifyEntry, getNotifyType, getOriginalEntry
-
Constructor Details
-
UpdateNotifyContextHolder
public UpdateNotifyContextHolder(IEntryHolder originalEntry, IEntryHolder newEntry, OperationID operationId, boolean isMatched, boolean isRematched)
-
-
Method Details
-
getMatchedNotifyContext
-
getRematchedNotifyContext
-
getNotifyTypes
- Overrides:
getNotifyTypesin classNotifyContextsHolder
-