public abstract class AbstractGatewayDeltaEvent extends java.lang.Object implements GatewayDeltaEvent, org.apache.geode.DataSerializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
key |
protected java.lang.String |
regionName |
| Constructor and Description |
|---|
AbstractGatewayDeltaEvent() |
AbstractGatewayDeltaEvent(java.lang.String regionName,
java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromData(java.io.DataInput in) |
java.lang.String |
getKey() |
org.apache.geode.cache.Region |
getRegion(org.apache.geode.cache.Cache cache) |
java.lang.String |
getRegionName() |
void |
toData(java.io.DataOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic AbstractGatewayDeltaEvent()
public AbstractGatewayDeltaEvent(java.lang.String regionName,
java.lang.String key)
public java.lang.String getRegionName()
public java.lang.String getKey()
public org.apache.geode.cache.Region getRegion(org.apache.geode.cache.Cache cache)
public void fromData(java.io.DataInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
fromData in interface org.apache.geode.DataSerializablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void toData(java.io.DataOutput out)
throws java.io.IOException
toData in interface org.apache.geode.DataSerializablejava.io.IOException