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