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

数据分区工具单独版本,请使用singleton的模式调用。
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
Main ( string args ) : void
Partition ( long h ) : int
Partition ( string key ) : int
PartitionForSingle ( int count, int length ) : System

비공개 메소드들

메소드 설명
Hash ( string s ) : long

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

Partition() 공개 메소드

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

Partition() 공개 메소드

public Partition ( string key ) : int
key string
리턴 int

PartitionForSingle() 공개 메소드

public PartitionForSingle ( int count, int length ) : System
count int 表示定义的分区数
length int /// 表示对应每个分区的取值长度 ///

/// 注意:其中count,length两个数组的长度必须是一致的。 ///

///
리턴 System