|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.service.jini.util.DumpFederation.ServiceMetadata
public static class DumpFederation.ServiceMetadata
Service metadata extracted by DumpFederation.
| Constructor Summary | |
|---|---|
DumpFederation.ServiceMetadata(UUID uuid,
String hostname,
String name,
int code)
|
|
| Method Summary | |
|---|---|
int |
getCode()
A one-up code assigned to the service that is stable for the life of the JVM. |
String |
getHostname()
The hostname of the machine on which the service is running. |
String |
getName()
The service name. |
static DumpFederation.ServiceMetadata |
getServiceMetadata(JiniFederation<?> fed,
UUID uuid)
Extract some useful metadata for an IDataService. |
UUID |
getUUID()
The service UUID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DumpFederation.ServiceMetadata(UUID uuid,
String hostname,
String name,
int code)
| Method Detail |
|---|
public static DumpFederation.ServiceMetadata getServiceMetadata(JiniFederation<?> fed,
UUID uuid)
IDataService.
public UUID getUUID()
UUID.
public String getHostname()
public String getName()
public int getCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||