public class RaftSessionEvent extends io.atomix.event.AbstractEvent<RaftSessionEvent.Type,RaftSession>
| Modifier and Type | Class and Description |
|---|---|
static class |
RaftSessionEvent.Type
Raft session type.
|
| Constructor and Description |
|---|
RaftSessionEvent(RaftSessionEvent.Type type,
RaftSession subject) |
RaftSessionEvent(RaftSessionEvent.Type type,
RaftSession subject,
long time) |
public RaftSessionEvent(RaftSessionEvent.Type type, RaftSession subject)
public RaftSessionEvent(RaftSessionEvent.Type type, RaftSession subject, long time)
Copyright © 2013–2017. All rights reserved.