ClusterConfiguration 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This type is obsolete and may be removed in a future release. Use configuration methods on ISiloHostBuilder to configure specific types.
사일로 구성 매개 변수를 보유하는 데이터 개체입니다.
[System.Serializable]
public class ClusterConfiguration
[System.Serializable]
[System.Obsolete("This type is obsolete and may be removed in a future release. Use configuration methods on ISiloHostBuilder to configure specific types.")]
public class ClusterConfiguration
[<System.Serializable>]
type ClusterConfiguration = class
[<System.Serializable>]
[<System.Obsolete("This type is obsolete and may be removed in a future release. Use configuration methods on ISiloHostBuilder to configure specific types.")>]
type ClusterConfiguration = class
Public Class ClusterConfiguration
- 상속
-
ClusterConfiguration
- 특성
생성자
ClusterConfiguration() |
사용되지 않음.
ClusterConfiguration 생성자입니다. |
ClusterConfiguration(TextReader) |
사용되지 않음.
ClusterConfiguration 생성자입니다. |
속성
Defaults |
사용되지 않음.
각 사일로에 적용되는 기본 구성 매개 변수입니다. 이러한 작업은 사일로별로 과도하게 작성할 수 있습니다. |
Globals |
사용되지 않음.
모든 사일로에 균일하게 적용되는 전역 구성 매개 변수입니다. |
Overrides |
사용되지 않음.
사일로별 구성 매개 변수가 재정의됩니다. |
PrimaryNode |
사용되지 않음.
주 노드 IP 및 포트(개발 설정)입니다. |
SourceFile |
사용되지 않음.
구성 파일입니다. |
메서드
CreateNodeConfigurationForSilo(String) |
사용되지 않음.
지정된 사일로에 대한 구성 노드를 만듭니다. |
GetOrCreateNodeConfigurationForSilo(String) |
사용되지 않음.
지정된 사일로에 대한 노드 구성이 없으면 만듭니다. 이미 있는 경우 기존 노드를 반환합니다. |
Load(TextReader) |
사용되지 않음.
지정된 입력 텍스트 판독기에서 구성을 로드합니다. |
LoadFromFile(String) |
사용되지 않음.
파일에서 구성 로드 |
LocalhostPrimarySilo(Int32, Int32) |
사용되지 않음.
기본 로컬 사일로에 대해 미리 채워진 ClusterConfiguration 개체를 반환합니다(테스트용). |
StandardLoad() |
사용되지 않음.
표준 경로에서 구성을 로드합니다. |
ToString(String) |
사용되지 않음.
지정된 사일로의 현재 구성을 인쇄합니다. |
TryGetNodeConfigurationForSilo(String, NodeConfiguration) |
사용되지 않음.
지정된 사일로에 대한 구성을 가져옵니다. |
Update(String) |
사용되지 않음.
기존 구성을 업데이트. |