public class TxPullRequest extends Object implements CatchUpRequest
CURRENT_VERSION| Constructor and Description |
|---|
TxPullRequest(long previousTxId,
StoreId expectedStoreId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
StoreId |
expectedStoreId() |
int |
hashCode() |
RequestMessageType |
messageType() |
long |
previousTxId()
Request is for transactions after this id
|
String |
toString() |
public TxPullRequest(long previousTxId,
StoreId expectedStoreId)
public long previousTxId()
public StoreId expectedStoreId()
public RequestMessageType messageType()
messageType in interface CatchUpRequestCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.