public class DeltaSessionAttributeEventBatch extends AbstractGatewayDeltaEvent
key, regionName| Constructor and Description |
|---|
DeltaSessionAttributeEventBatch() |
DeltaSessionAttributeEventBatch(java.lang.String regionName,
java.lang.String sessionId,
java.util.List<DeltaSessionAttributeEvent> eventQueue) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.apache.geode.cache.Cache cache) |
void |
fromData(java.io.DataInput in) |
java.util.List<DeltaSessionAttributeEvent> |
getEventQueue() |
void |
toData(java.io.DataOutput out) |
java.lang.String |
toString() |
getKey, getRegion, getRegionNamepublic DeltaSessionAttributeEventBatch()
public DeltaSessionAttributeEventBatch(java.lang.String regionName,
java.lang.String sessionId,
java.util.List<DeltaSessionAttributeEvent> eventQueue)
public java.util.List<DeltaSessionAttributeEvent> getEventQueue()
public void apply(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.DataSerializablefromData in class AbstractGatewayDeltaEventjava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void toData(java.io.DataOutput out)
throws java.io.IOException
toData in interface org.apache.geode.DataSerializabletoData in class AbstractGatewayDeltaEventjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object