Uses of Enum Class
com.hazelcast.core.DistributedObjectEvent.EventType
Packages that use DistributedObjectEvent.EventType
-
Uses of DistributedObjectEvent.EventType in com.hazelcast.core
Methods in com.hazelcast.core that return DistributedObjectEvent.EventTypeModifier and TypeMethodDescriptionDistributedObjectEvent.getEventType()Returns the enum constant of this class with the specified name.static DistributedObjectEvent.EventType[]DistributedObjectEvent.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.hazelcast.core with parameters of type DistributedObjectEvent.EventTypeModifierConstructorDescriptionDistributedObjectEvent(DistributedObjectEvent.EventType eventType, String serviceName, String objectName, DistributedObject distributedObject, UUID source) Constructs a DistributedObject Event.