| Package | Description |
|---|---|
| com.threerings.crowd.peer.data | |
| com.threerings.presents.peer.server |
| Modifier and Type | Class and Description |
|---|---|
class |
CrowdNodeObject
Extends the basic
NodeObject with Crowd bits. |
| Modifier and Type | Field and Description |
|---|---|
NodeObject |
PeerNode.nodeobj
This peer's node object.
|
| Modifier and Type | Method and Description |
|---|---|
NodeObject |
PeerManager.getNodeObject()
Returns the distributed object that represents this node to its peers.
|
NodeObject |
PeerManager.getPeerNodeObject(String nodeName)
Returns the NodeObject of the named peer, or
null if null if the peer is not
currently connected to this server. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<NodeObject> |
PeerManager.getNodeObjects()
Returns an iterable over our node object and that of our peers.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PeerManager.NodeApplicant.isApplicable(NodeObject nodeobj)
Returns true if this should be executed on the specified node.
|
void |
PeerNode.objectAvailable(NodeObject object) |
| Modifier and Type | Method and Description |
|---|---|
int |
PeerManager.invokeOnNodes(Function<Tuple<Client,NodeObject>,Boolean> func)
Invokes the supplied function on all node objects (except the local node).
|
<T> T |
PeerManager.lookupNodeDatum(Function<NodeObject,T> op)
Locates a datum from among the set of peer
NodeObjects. |
Copyright © 2015. All rights reserved.