Package io.atomix.primitive.partition
Class MemberGroupEvent
java.lang.Object
io.atomix.utils.event.AbstractEvent<MemberGroupEvent.Type,Collection<MemberGroup>>
io.atomix.primitive.partition.MemberGroupEvent
- All Implemented Interfaces:
io.atomix.utils.event.Event<MemberGroupEvent.Type,Collection<MemberGroup>>
public class MemberGroupEvent extends io.atomix.utils.event.AbstractEvent<MemberGroupEvent.Type,Collection<MemberGroup>>
Member group event.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMemberGroupEvent.TypeMember group event type. -
Constructor Summary
Constructors Constructor Description MemberGroupEvent(MemberGroupEvent.Type type, Collection<MemberGroup> subject)MemberGroupEvent(MemberGroupEvent.Type type, Collection<MemberGroup> subject, long time) -
Method Summary