Package | flash.net |
Class | public final class NetGroupReplicationStrategy |
Inheritance | NetGroupReplicationStrategy Object |
Language version: | ActionScript 3.0 |
Runtime version: | AIR 2 |
replicationStrategy
property
of the NetGroup
class.
See also
Constant | Defined by | ||
---|---|---|---|
LOWEST_FIRST : String = "lowestFirst" [static]
Specifies that when fetching objects from a neighbor to satisfy a want, the objects with the
lowest index numbers are requested first.
| NetGroupReplicationStrategy | ||
RAREST_FIRST : String = "rarestFirst" [static]
Specifies that when fetching objects from a neighbor to satisfy a want, the objects with
the fewest replicas among all the neighbors are requested first.
| NetGroupReplicationStrategy |
LOWEST_FIRST | constant |
public static const LOWEST_FIRST:String = "lowestFirst"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 2 |
Specifies that when fetching objects from a neighbor to satisfy a want, the objects with the lowest index numbers are requested first.
See also
RAREST_FIRST | constant |
public static const RAREST_FIRST:String = "rarestFirst"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 2 |
Specifies that when fetching objects from a neighbor to satisfy a want, the objects with the fewest replicas among all the neighbors are requested first.
See also