Interface ISpaceReplicaData
- All Superinterfaces:
Externalizable,Serializable,SmartExternalizable
- All Known Subinterfaces:
IExecutableSpaceReplicaData
- All Known Implementing Classes:
AbstractEntryReplicaData,AbstractReplicaData,DirectPersistencyEntryReplicaData,EntryCopyReplicaData,EntrySynchronizeReplicaData,NotifyTemplateReplicaData,SpaceTypeReplicaData
A single replica data that is generated by the
ISpaceReplicaDataProducer as part of a
space copy replica request, this replica data is passed to the ISpaceReplicaDataConsumer
as part of the replica process which is consumed in its turn to be translated to a replica
operation- Since:
- 8.0
- Author:
- eitany
-
Method Summary
Methods inherited from interface java.io.Externalizable
readExternal, writeExternalMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Method Details
-
getUid
String getUid() -
supportsReplicationFilter
boolean supportsReplicationFilter() -
isEntryReplicaData
boolean isEntryReplicaData()
-