NumaNodeCollection 클래스

정의

NumaNode 컬렉션, 모든 Numas의 클래스 containg 컬렉션

public sealed class NumaNodeCollection : System.Collections.ICollection
type NumaNodeCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class NumaNodeCollection
Implements ICollection
상속
NumaNodeCollection
구현

속성

Name Description
Count

컬렉션의 총 요소 수

IsSynchronized

컬렉션이 동기화된 경우

Item[Int32]

Index의 컬렉션에서 특정 NumaNode를 가져옵니다.

SyncRoot

컬렉션의 SyncRoot를 반환합니다.

메서드

Name Description
CopyTo(Array, Int32)

컬렉션의 NumaNodes를 인덱스에서 시작하는 배열로 복사합니다.

CopyTo(NumaNode[], Int32)

컬렉션의 NumaNode를 인덱스에서 시작하여 NumaNode 배열로 복사합니다.

GetByID(Int32)

ID의 컬렉션에서 특정 NumaNode를 가져옵니다.

GetElementAt(Int32)

Index의 컬렉션에서 특정 NumaNode를 가져옵니다.

GetEnumerator()

열거자를 얻으려면

SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean)

제공된 NumaNodes 범위로 선호도 설정

SetAffinityToRange(Int32, Int32, NumaNodeAffinity)

제공된 NumaNodes 범위로 선호도를 설정합니다. NumaNode가 범위에 없는 경우 이 메서드는 예외를 throw합니다.

적용 대상