com.hazelcast.map.impl
Interface EventData

All Superinterfaces:
DataSerializable
All Known Implementing Classes:
EntryEventData, MapEventData

public interface EventData
extends DataSerializable

General contract for map event data.


Method Summary
 Address getCaller()
           
 int getEventType()
           
 String getMapName()
           
 String getSource()
           
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Method Detail

getSource

String getSource()

getMapName

String getMapName()

getCaller

Address getCaller()

getEventType

int getEventType()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.