public class RaftLogEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
static RaftLogEntry[] |
empty |
| Constructor and Description |
|---|
RaftLogEntry(long term,
ReplicatedContent content) |
public static final RaftLogEntry[] empty
public RaftLogEntry(long term,
ReplicatedContent content)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.