Class LocalClusterReplicationMetadataEventHandler
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.gateway.sink.AbstractLocalClusterReplicationInHandler
com.gigaspaces.internal.cluster.node.impl.gateway.sink.LocalClusterReplicationMetadataEventHandler
- All Implemented Interfaces:
IReplicationInDataTypeCreatedHandler,IReplicationInDataTypeIndexAddedHandler
public class LocalClusterReplicationMetadataEventHandler
extends AbstractLocalClusterReplicationInHandler
implements IReplicationInDataTypeCreatedHandler, IReplicationInDataTypeIndexAddedHandler
A handler for metadata events replicated to a gateway sink component.
- Since:
- 8.0.3
- Author:
- idan
-
Field Summary
Fields inherited from class com.gigaspaces.internal.cluster.node.impl.gateway.sink.AbstractLocalClusterReplicationInHandler
_config, _spaceProxy -
Constructor Summary
ConstructorsConstructorDescriptionLocalClusterReplicationMetadataEventHandler(ISpaceProxy spaceProxy, ITransactionManagerProvider txnManagerProvider, LocalClusterReplicationSinkConfig config) -
Method Summary
Modifier and TypeMethodDescriptionvoidinDataTypeAddIndex(IReplicationInContext context, AddTypeIndexesRequestInfo requestInfo) voidinDataTypeIntroduce(IReplicationInContext context, ITypeDesc typeDesc) Methods inherited from class com.gigaspaces.internal.cluster.node.impl.gateway.sink.AbstractLocalClusterReplicationInHandler
execute, executeIfUidPresent, executeTransactional, extractSourceGatewayName, getSpaceProxy, handleChangeEntry, handleRemoveEntry, handleRemoveEntryByUid, handleUpdateEntry, handleWriteEntry, invokeConflictResolver
-
Constructor Details
-
LocalClusterReplicationMetadataEventHandler
public LocalClusterReplicationMetadataEventHandler(ISpaceProxy spaceProxy, ITransactionManagerProvider txnManagerProvider, LocalClusterReplicationSinkConfig config)
-
-
Method Details
-
inDataTypeIntroduce
- Specified by:
inDataTypeIntroducein interfaceIReplicationInDataTypeCreatedHandler- Throws:
Exception
-
inDataTypeAddIndex
public void inDataTypeAddIndex(IReplicationInContext context, AddTypeIndexesRequestInfo requestInfo) throws Exception - Specified by:
inDataTypeAddIndexin interfaceIReplicationInDataTypeIndexAddedHandler- Throws:
Exception
-