public class GlobalSessionTrackerState extends Object
GlobalSessionTrackerState.| Modifier and Type | Class and Description |
|---|---|
static class |
GlobalSessionTrackerState.Marshal |
| Constructor and Description |
|---|
GlobalSessionTrackerState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
long |
logIndex() |
GlobalSessionTrackerState |
newInstance() |
String |
toString() |
void |
update(GlobalSession globalSession,
LocalOperationId localOperationId,
long logIndex) |
boolean |
validateOperation(GlobalSession globalSession,
LocalOperationId localOperationId)
Tracks the operation and returns true iff this operation should be allowed.
|
public boolean validateOperation(GlobalSession globalSession, LocalOperationId localOperationId)
public void update(GlobalSession globalSession, LocalOperationId localOperationId, long logIndex)
public long logIndex()
public GlobalSessionTrackerState newInstance()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.