public class GridNode extends Object
Modifier and Type | Field and Description |
---|---|
int |
groupSize |
boolean |
hasMadeFirstCheckin |
String |
ipAddress |
long |
lastCheckin |
long |
lastCheckout |
long |
lastHeartbeat |
Locale |
locale |
String |
nodeIdentifier |
long |
numComparisons |
int |
numProcessors |
long |
startTime |
boolean |
targeted |
long |
totalTimeSinceStart |
Constructor and Description |
---|
GridNode(javax.servlet.http.HttpServletRequest request,
int startGroupSize) |
Modifier and Type | Method and Description |
---|---|
void |
checkin(int num) |
String |
getDisplayCountry() |
long |
getLastCheckin() |
long |
getLastCheckout() |
long |
getLastHeartbeat() |
int |
getNextGroupSize(long checkoutTimeout,
int maxGroupSize) |
String |
getNodeIdentifier() |
long |
getNumComparisons() |
String |
ipAddress() |
boolean |
isTargeted() |
void |
registerHeartbeat() |
void |
setGroupSize(int size) |
void |
setLastCheckout(long lco) |
public long startTime
public long lastCheckin
public long lastCheckout
public long lastHeartbeat
public String nodeIdentifier
public long numComparisons
public long totalTimeSinceStart
public String ipAddress
public Locale locale
public int numProcessors
public boolean hasMadeFirstCheckin
public int groupSize
public boolean targeted
public GridNode(javax.servlet.http.HttpServletRequest request, int startGroupSize)
public String getNodeIdentifier()
public long getNumComparisons()
public void checkin(int num)
public void registerHeartbeat()
public int getNextGroupSize(long checkoutTimeout, int maxGroupSize)
public long getLastCheckin()
public long getLastCheckout()
public void setLastCheckout(long lco)
public long getLastHeartbeat()
public void setGroupSize(int size)
public String getDisplayCountry()
public String ipAddress()
public boolean isTargeted()
Copyright © 2014. All Rights Reserved.