Class GatewayDeltaDestroyEvent
java.lang.Object
org.apache.geode.modules.gatewaydelta.AbstractGatewayDeltaEvent
org.apache.geode.modules.gatewaydelta.GatewayDeltaDestroyEvent
- All Implemented Interfaces:
Serializable,DataSerializable,GatewayDeltaEvent
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.geode.DataSerializable
DataSerializable.Replaceable -
Field Summary
Fields inherited from class org.apache.geode.modules.gatewaydelta.AbstractGatewayDeltaEvent
key, regionName -
Method Summary
Methods inherited from class org.apache.geode.modules.gatewaydelta.AbstractGatewayDeltaEvent
getKey, getRegion, getRegionName
-
Method Details
-
apply
-
fromData
Description copied from interface:DataSerializableReads the state of this object as primitive data from the givenDataInput.- Specified by:
fromDatain interfaceDataSerializable- Overrides:
fromDatain classAbstractGatewayDeltaEvent- Parameters:
in- theDataInputto read from- Throws:
IOException- A problem occurs while reading frominClassNotFoundException- A class could not be loaded while reading fromin
-
toData
Description copied from interface:DataSerializableWrites the state of this object as primitive data to the givenDataOutput.Since 5.7 it is possible for any method call to the specified
DataOutputto throwGemFireRethrowable. It should not be caught by user code. If it is it must be rethrown.- Specified by:
toDatain interfaceDataSerializable- Overrides:
toDatain classAbstractGatewayDeltaEvent- Parameters:
out- theDataOutputto write to- Throws:
IOException- A problem occurs while writing toout
-
toString
-