| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gigaspaces.sync.SpaceSynchronizationEndpoint
public class SpaceSynchronizationEndpoint
A space synchronization endpoint used to intercept incoming replication events which were originated from a space and do custom behavior when this events occur.
| Constructor Summary | |
|---|---|
SpaceSynchronizationEndpoint()
 | 
|
| Method Summary | |
|---|---|
 void | 
afterOperationsBatchSynchronization(OperationsBatchData batchData)
Triggered after synchronization batch of operations was completed successfully.  | 
 void | 
afterTransactionSynchronization(TransactionData transactionData)
Triggered after synchronization of a transaction was completed successfully.  | 
 void | 
onAddIndex(AddIndexData addIndexData)
Triggered on add index synchronization.  | 
 void | 
onIntroduceType(IntroduceTypeData introduceTypeData)
Triggered on type data introduction.  | 
 void | 
onOperationsBatchSynchronization(OperationsBatchData batchData)
Triggered on synchronization batch of operations.  | 
 void | 
onTransactionConsolidationFailure(ConsolidationParticipantData participantData)
Triggered when a consolidation for a specific distributed transaction participant is failed due to timeout or too much backlog accumulation while waiting for other participant parts.  | 
 void | 
onTransactionSynchronization(TransactionData transactionData)
Triggered on synchronization of a transaction.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SpaceSynchronizationEndpoint()
| Method Detail | 
|---|
public void onTransactionConsolidationFailure(ConsolidationParticipantData participantData)
participantData - the transaction participant data for which the consolidation failedpublic void onTransactionSynchronization(TransactionData transactionData)
transactionData - the transaction datapublic void afterTransactionSynchronization(TransactionData transactionData)
transactionData - the transaction datapublic void onOperationsBatchSynchronization(OperationsBatchData batchData)
batchData - the batched operations datapublic void afterOperationsBatchSynchronization(OperationsBatchData batchData)
batchData - the batched operations datapublic void onAddIndex(AddIndexData addIndexData)
addIndexData - The added index datapublic void onIntroduceType(IntroduceTypeData introduceTypeData)
introduceTypeData - The introduced type data
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||