ostore.bloom
Class SimulationLog.ReadTransactionInfo

java.lang.Object
  |
  +--ostore.bloom.SimulationLog.ReadTransactionInfo
Enclosing class:
SimulationLog

public static class SimulationLog.ReadTransactionInfo
extends Object


Field Summary
 int bloom_obj_hops
           
 int bloom_obj_net_hops
           
 int dead_ends
           
 boolean finished_location_as_bloom
           
 boolean finished_routing_as_bloom
           
 SecureHash guid
           
 int hn_c_net_hops
           
 int hn_net_hops
           
 long ideal_location_distance
           
 long location_distance
           
 int location_distance_hops
           
 long location_finish_time
           
 long location_start_time
           
 NodeId provider
           
 long routing_finish_time
           
 long routing_ideal_lat
           
 long routing_start_time
           
 NodeId source
           
 SecureHash source_guid
           
 boolean started_location_as_bloom
           
 boolean started_routing_as_bloom
           
 int tap_obj_hops
           
 int tap_obj_net_hops
           
 int tap_srv_hops
           
 int tap_srv_net_hops
           
 long total_ideal_lat
           
 
Constructor Summary
SimulationLog.ReadTransactionInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

source

public NodeId source

source_guid

public SecureHash source_guid

guid

public SecureHash guid

location_start_time

public long location_start_time

started_location_as_bloom

public boolean started_location_as_bloom

finished_location_as_bloom

public boolean finished_location_as_bloom

location_finish_time

public long location_finish_time

location_distance

public long location_distance

ideal_location_distance

public long ideal_location_distance

provider

public NodeId provider

routing_start_time

public long routing_start_time

started_routing_as_bloom

public boolean started_routing_as_bloom

finished_routing_as_bloom

public boolean finished_routing_as_bloom

routing_finish_time

public long routing_finish_time

routing_ideal_lat

public long routing_ideal_lat

total_ideal_lat

public long total_ideal_lat

location_distance_hops

public int location_distance_hops

bloom_obj_hops

public int bloom_obj_hops

bloom_obj_net_hops

public int bloom_obj_net_hops

tap_obj_hops

public int tap_obj_hops

tap_obj_net_hops

public int tap_obj_net_hops

tap_srv_hops

public int tap_srv_hops

tap_srv_net_hops

public int tap_srv_net_hops

hn_net_hops

public int hn_net_hops

hn_c_net_hops

public int hn_c_net_hops

dead_ends

public int dead_ends
Constructor Detail

SimulationLog.ReadTransactionInfo

public SimulationLog.ReadTransactionInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object