| Package | Description |
|---|---|
| com.threerings.whirled.zone.peer.server |
| Modifier and Type | Field and Description |
|---|---|
com.threerings.presents.dobj.DSet<HostedZone> |
ZoneNodeObject.hostedZones
Contains info on all zones hosted by this server.
|
| Modifier and Type | Method and Description |
|---|---|
Tuple<String,HostedZone> |
ZonePeerManager.getZoneHost(int zoneId)
Returns the node name of the peer that is hosting the specified scene, or null if no peer
has published that they are hosting the scene.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZoneNodeObject.addToHostedZones(HostedZone elem)
Requests that the specified entry be added to the
hostedZones set. |
void |
ZoneNodeObject.updateHostedZones(HostedZone elem)
Requests that the specified entry be updated in the
hostedZones set. |
| Modifier and Type | Method and Description |
|---|---|
void |
ZoneNodeObject.setHostedZones(com.threerings.presents.dobj.DSet<HostedZone> value)
Requests that the
hostedZones field be set to the
specified value. |
void |
PeeredZoneRegistry.PeerZoneResolutionListener.zoneOnNode(Tuple<String,HostedZone> nodeInfo)
Called when the zone is already hosted on another node.
|
Copyright © 2015. All rights reserved.