PlacementStrategy 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
모든 배치 전략의 기본 형식입니다.
[System.Serializable]
public abstract class PlacementStrategy
[System.Serializable]
[Orleans.SerializerTransparent]
public abstract class PlacementStrategy
[<System.Serializable>]
type PlacementStrategy = class
[<System.Serializable>]
[<Orleans.SerializerTransparent>]
type PlacementStrategy = class
Public MustInherit Class PlacementStrategy
- 상속
-
PlacementStrategy
- 파생
- 특성
설명
Orleans는 구성 가능한 배치 시스템을 사용하여 조직을 배치할 서버를 결정합니다. 배치 디렉터는 조직 활성화를 배치할 위치를 결정하는 데 사용됩니다. 배치 디렉터는 배치 전략을 사용하여 조직과 연결됩니다. 조직 클래스에서 특성을 사용하여 선호하는 배치 전략을 나타냅니다.
생성자
PlacementStrategy() |
모든 배치 전략의 기본 형식입니다. |
속성
IsUsingGrainDirectory |
이 배치 전략에 조직 디렉터리에 활성화를 등록해야 하는지 여부를 나타내는 값을 가져옵니다. |
메서드
Initialize(GrainProperties) |
제공된 조직 속성을 사용하여 이 형식의 instance 초기화합니다. |
PopulateGrainProperties(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
조직 속성을 채워 기본 배치 전략을 지정합니다. |