Package com.gigaspaces.dih.consumer
Class DeletedDocumentInfo
java.lang.Object
com.gigaspaces.document.SpaceDocument
com.gigaspaces.dih.consumer.DeletedDocumentInfo
- All Implemented Interfaces:
VirtualEntry,SmartExternalizable,Externalizable,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeletedDocumentInfo(String deletedObjectsTableName, String typeName, String id) -
Method Summary
Modifier and TypeMethodDescriptiongetId()static SpaceTypeDescriptorgetTypeDescriptor(String typeName) setFullTypeName(String typeName) setTimestamp(long timestamp) toString()Methods inherited from class com.gigaspaces.document.SpaceDocument
addProperties, containsProperty, equals, getProperties, getProperty, getTypeName, getVersion, hashCode, initFromDocument, initialize, isTransient, readExternal, readExternalV1, removeProperty, setProperty, setTransient, setTypeName, setVersion, writeExternalMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
PROPERTY_ID
- See Also:
-
PROPERTY_FULL_TYPE_NAME
- See Also:
-
PROPERTY_TIMESTAMP
- See Also:
-
-
Constructor Details
-
DeletedDocumentInfo
-
-
Method Details
-
getTypeDescriptor
-
setId
-
setTimestamp
-
setFullTypeName
-
getId
-
getTimestamp
-
getFullTypeName
-
toString
- Overrides:
toStringin classSpaceDocument
-