Method | Description | |
---|---|---|
Main ( string args ) : void | ||
Partition ( long h ) : int | ||
Partition ( string key ) : int | ||
PartitionForSingle ( int count, int length ) : System |
Method | Description | |
---|---|---|
Hash ( string s ) : long |
public PartitionForSingle ( int count, int length ) : System | ||
count | int | 表示定义的分区数 |
length | int |
/// 表示对应每个分区的取值长度
/// /// 注意:其中count,length两个数组的长度必须是一致的。 /// /// |
return | System |