public interface ChangedEntryDetails<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
List<ChangeOperationResult> |
getChangeOperationsResults()
Returns the results of the change operations which were inflicted on the changed entry.
|
Object |
getId()
Returns the id of the changed entry.
|
String |
getTypeName()
Returns the changed entry type name.
|
int |
getVersion()
Returns the version of the entry after the change opertion.
|
String getTypeName()
Object getId()
int getVersion()
List<ChangeOperationResult> getChangeOperationsResults()
ChangeSet
that was used for this change operation.Copyright © GigaSpaces.