public interface NodeDescriptor
extends java.io.Serializable
Wraps cached node identity information in a single, serializable object.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
id()
Returns the ID of the node described in this descriptor.
|
java.util.Set<java.lang.String> |
services()
Returns the set of services running on the node described by this descriptor.
|
NodeType |
type()
Returns the type of the node described in this descriptor.
|
java.lang.String id()
Returns the ID of the node described in this descriptor.
NodeType type()
Returns the type of the node described in this descriptor.
java.util.Set<java.lang.String> services()
Returns the set of services running on the node described by this descriptor.