public class RaftEvent extends Object
| Constructor and Description |
|---|
RaftEvent(EventType type,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
String |
toString() |
EventType |
type()
Returns the event type identifier.
|
byte[] |
value()
Returns the event value.
|
Copyright © 2013–2017. All rights reserved.