C# Class NSoft.NFramework.Parallelism.Partitioners.PartitionerTool

ファイルを表示 Open project: debop/NFramework Class Usage Examples

Public Properties

Property Type Description
DefaultPartitionCount int

Public Methods

Method Description
CreateRangePartition ( int fromInclusive, int toExclusive ) : int>>.OrderablePartitioner

NET-4.0 에서만 지원하는 범위로 분할하는 분할자를 구현하였음. NET-3.5 환경에서만 사용하세요

CreateRangePartition ( long fromInclusive, long toExclusive ) : long>>.OrderablePartitioner

NET-4.0에서만 지원하는 범위로 분할하는 분할자를 구현하였음. NET-3.5 환경에서만 사용하세요

Method Details

CreateRangePartition() public static method

NET-4.0 에서만 지원하는 범위로 분할하는 분할자를 구현하였음. NET-3.5 환경에서만 사용하세요
public static CreateRangePartition ( int fromInclusive, int toExclusive ) : int>>.OrderablePartitioner
fromInclusive int
toExclusive int
return int>>.OrderablePartitioner

CreateRangePartition() public static method

NET-4.0에서만 지원하는 범위로 분할하는 분할자를 구현하였음. NET-3.5 환경에서만 사용하세요
public static CreateRangePartition ( long fromInclusive, long toExclusive ) : long>>.OrderablePartitioner
fromInclusive long
toExclusive long
return long>>.OrderablePartitioner

Property Details

DefaultPartitionCount public_oe static_oe property

특정 범위를 분할 할 때 기본 분할 갯수 (시스템의 Process 수와 같다)
public static int DefaultPartitionCount
return int