GigaSpaces XAP 9.7.2 API

com.gigaspaces.client
Interface ChangedEntryDetails<T>

Type Parameters:
T -
All Superinterfaces:
Serializable

public interface ChangedEntryDetails<T>
extends Serializable

The result of a change operation executed on an entry

Since:
9.1
Author:
Niv Ingberg

Method Summary
 List<com.gigaspaces.client.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.
 

Method Detail

getTypeName

String getTypeName()
Returns the changed entry type name.


getId

Object getId()
Returns the id of the changed entry.


getVersion

int getVersion()
Returns the version of the entry after the change opertion.


getChangeOperationsResults

List<com.gigaspaces.client.ChangeOperationResult> getChangeOperationsResults()
Returns the results of the change operations which were inflicted on the changed entry. The order of the list will be correlated to the order of operation which were specified on the ChangeSet that was used for this change operation.

Since:
9.7

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.