Class AbstractReplicaData
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.replica.data.AbstractReplicaData
- All Implemented Interfaces:
IExecutableSpaceReplicaData,ISpaceReplicaData,SmartExternalizable,Externalizable,Serializable
- Direct Known Subclasses:
AbstractEntryReplicaData,NotifyTemplateReplicaData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ITypeDescgetTypeDescriptor(SpaceTypeManager spaceTypeManager, IEntryPacket entryPacket) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.io.Externalizable
readExternal, writeExternalMethods inherited from interface com.gigaspaces.internal.cluster.node.impl.replica.IExecutableSpaceReplicaData
execute, toFilterEntryMethods inherited from interface com.gigaspaces.internal.cluster.node.impl.replica.ISpaceReplicaData
getUid, isEntryReplicaData, supportsReplicationFilterMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
AbstractReplicaData
public AbstractReplicaData()
-
-
Method Details
-
getTypeDescriptor
-