bamboo.dmgr
Class DataManager.AntiEntropyState

java.lang.Object
  extended by bamboo.dmgr.DataManager.AntiEntropyState
Enclosing class:
DataManager

protected static class DataManager.AntiEntropyState
extends Object


Field Summary
 int current_level
           
 long current_low_time
           
 long fetch_keys_seq
           
 long fetch_node_seq
           
 Set fetched_data
           
 Set fetched_keys
           
 BigInteger high_guid
           
 long last_activity_ms
           
 BigInteger low_guid
           
 BambooNeighborInfo ni
           
 LinkedList nodes_to_do
           
 
Constructor Summary
protected DataManager.AntiEntropyState()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ni

public BambooNeighborInfo ni

low_guid

public BigInteger low_guid

high_guid

public BigInteger high_guid

current_level

public int current_level

current_low_time

public long current_low_time

fetch_node_seq

public long fetch_node_seq

last_activity_ms

public long last_activity_ms

fetch_keys_seq

public long fetch_keys_seq

fetched_keys

public Set fetched_keys

fetched_data

public Set fetched_data

nodes_to_do

public LinkedList nodes_to_do
Constructor Detail

DataManager.AntiEntropyState

protected DataManager.AntiEntropyState()
Method Detail

toString

public String toString()
Overrides:
toString in class Object