ucr.core
Class ProfileTableEntry

java.lang.Object
  extended byucr.core.ProfileTableEntry

public class ProfileTableEntry
extends java.lang.Object


Nested Class Summary
private  class ProfileTableEntry.ConnectionEntry
           
 
Field Summary
private  java.util.Vector connections
           
 boolean empty
           
 GUID guid
           
 boolean hasQueryHit
           
 java.util.Hashtable qtable
           
 java.lang.String query
           
 long timestamp
           
 
Constructor Summary
ProfileTableEntry()
           
 
Method Summary
 void add2connections(NodeConnection connfrom, int qhitcount)
           
 int connectionsSize()
           
 void create_qtable()
           
 void format()
           
 NodeConnection getConnection(int idx)
           
 int getConnectionHits(int idx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

query

public java.lang.String query

guid

public GUID guid

connections

private java.util.Vector connections

hasQueryHit

public boolean hasQueryHit

timestamp

public long timestamp

qtable

public java.util.Hashtable qtable

empty

public boolean empty
Constructor Detail

ProfileTableEntry

public ProfileTableEntry()
Method Detail

format

public void format()

create_qtable

public void create_qtable()

connectionsSize

public int connectionsSize()

getConnection

public NodeConnection getConnection(int idx)

getConnectionHits

public int getConnectionHits(int idx)

add2connections

public void add2connections(NodeConnection connfrom,
                            int qhitcount)