ostore.bloom
Class SimulationLog

java.lang.Object
  |
  +--ostore.bloom.SimulationLog

public class SimulationLog
extends Object


Inner Class Summary
static class SimulationLog.ReadTransactionInfo
           
 
Constructor Summary
SimulationLog()
           
 
Method Summary
static SimulationLog instance(NodeId node_id)
           
 SimulationLog.ReadTransactionInfo new_xact(NodeId src, SecureHash src_guid, SecureHash g)
           
 void xact_finished(NodeId s, SecureHash g)
           
 SimulationLog.ReadTransactionInfo xact(NodeId s, SecureHash g)
           
 SimulationLog.ReadTransactionInfo xact(SecureHash s, SecureHash g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationLog

public SimulationLog()
Method Detail

new_xact

public SimulationLog.ReadTransactionInfo new_xact(NodeId src,
                                                  SecureHash src_guid,
                                                  SecureHash g)

xact

public SimulationLog.ReadTransactionInfo xact(NodeId s,
                                              SecureHash g)

xact

public SimulationLog.ReadTransactionInfo xact(SecureHash s,
                                              SecureHash g)

xact_finished

public void xact_finished(NodeId s,
                          SecureHash g)

instance

public static SimulationLog instance(NodeId node_id)