C# 클래스 Tup.Cobar4Net.Route.Util.PartitionUtil

数据分区工具
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
Partition ( long hash ) : int
Partition ( string key, int start, int end ) : int
PartitionUtil ( int count, int length ) : System

메소드 상세

Partition() 공개 메소드

public Partition ( long hash ) : int
hash long
리턴 int

Partition() 공개 메소드

public Partition ( string key, int start, int end ) : int
key string
start int
end int
리턴 int

PartitionUtil() 공개 메소드

                            
public PartitionUtil ( int count, int length ) : System
count int 表示定义的分区数
length int /// 表示对应每个分区的取值长度 /// 注意:其中count,length两个数组的长度必须是一致的。 /// 约束:1024 = sum((Count[i]*length[i])). count和length两个向量的点积恒等于1024 /// ///
리턴 System