API Documentation: Class PathProfile
| Name | PathProfile |
| Package | com.mckoi.network |
A profile of a path on a root server.
Methods Summary
| String | getName() | ||
| ServiceAddress | getRootAddress() | ||
| String | getConsensusClassName() |
Method Details
String getName()
Returns the name of this path instance.
ServiceAddress getRootAddress()
Returns the ServiceAddress of the root server managing this path instance.
String getConsensusClassName()
Returns the consensus function class that manages this instance.
