包 | flash.net |
类 | public final class NetGroupReplicationStrategy |
继承 | NetGroupReplicationStrategy Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.1, AIR 2 |
NetGroup
类的 replicationStrategy
属性时使用的常量值的枚举。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
LOWEST_FIRST : String = "lowestFirst" [静态]
指定当从邻居获取对象以满足需求时,首先请求具有最低索引编号的对象。 | NetGroupReplicationStrategy | ||
RAREST_FIRST : String = "rarestFirst" [静态]
指定当从邻居获取对象以满足需求时,首先请求所有邻居中具有最少副本的对象。 | NetGroupReplicationStrategy |
常量详细信息
LOWEST_FIRST | 常量 |
public static const LOWEST_FIRST:String = "lowestFirst"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.1, AIR 2 |
指定当从邻居获取对象以满足需求时,首先请求具有最低索引编号的对象。
相关 API 元素
RAREST_FIRST | 常量 |
public static const RAREST_FIRST:String = "rarestFirst"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.1, AIR 2 |
指定当从邻居获取对象以满足需求时,首先请求所有邻居中具有最少副本的对象。
相关 API 元素
Tue Jun 12 2018, 11:04 AM Z