Neo4j Enterprise

org.neo4j.management
Class SlaveInfo.SlaveTransaction

java.lang.Object
  extended by 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

Constructor Summary
SlaveInfo.SlaveTransaction(int eventId, Map<String,Long> lastTransactions)
           
 
Method Summary
 int getEventIdentifier()
           
 long getLastTransaction(String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlaveInfo.SlaveTransaction

@ConstructorProperties(value={"eventIdentifier","lastTransaction"})
public SlaveInfo.SlaveTransaction(int eventId,
                                                             Map<String,Long> lastTransactions)
Method Detail

getEventIdentifier

public int getEventIdentifier()

getLastTransaction

public long getLastTransaction(String resource)

Neo4j Enterprise

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.