org.neo4j.management
Class SlaveInfo.SlaveTransaction
java.lang.Object
org.neo4j.management.SlaveInfo.SlaveTransaction
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SlaveInfo
public static final class SlaveInfo.SlaveTransaction
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlaveInfo.SlaveTransaction
@ConstructorProperties(value={"eventIdentifier","lastTransaction"})
public SlaveInfo.SlaveTransaction(int eventId,
Map<String,Long> lastTransactions)
getEventIdentifier
public int getEventIdentifier()
getLastTransaction
public long getLastTransaction(String resource)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.