|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dd.host.impl.LocationStage.LocationInfo
Ping
another
node
to test if the node
is alive.
Field Summary | |
---|---|
String |
city
|
String |
country
|
String |
domain_guess
|
long |
domain_type_code
|
byte |
lat_long_gran
|
double |
latitude
|
double |
longitude
|
String |
state
|
Constructor Summary | |
---|---|
LocationStage.LocationInfo()
Construct according to the given fields. |
|
LocationStage.LocationInfo(InputBuffer buffer)
Constructs a LocationInfo from its
serialized form. |
Method Summary | |
---|---|
void |
serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable |
String |
toString()
Specified by java.lang.Object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public String city
public String state
public String country
public double latitude
public double longitude
public byte lat_long_gran
public String domain_guess
public long domain_type_code
Constructor Detail |
public LocationStage.LocationInfo()
public LocationStage.LocationInfo(InputBuffer buffer)
LocationInfo
from its
serialized
form.
buffer
- serialized
form of object.Method Detail |
public void serialize(OutputBuffer buffer)
serialize
in interface QuickSerializable
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |