Method | Description | |
---|---|---|
KetamaNodeLocator ( ) : System |
Initialized a new instance of the KetamaNodeLocator using the default hash algorithm.
|
|
KetamaNodeLocator ( string hashName ) : System |
Initialized a new instance of the KetamaNodeLocator using a custom hash algorithm. If the hashName does not match any of the item on the list it will be passed to HashAlgorithm.Create. |
Method | Description | |
---|---|---|
CreateHash ( ) : |
||
GetKeyHash ( string key ) : uint | ||
IMemcachedNodeLocator ( ) : IEnumerable |
||
IMemcachedNodeLocator ( string key ) : IMemcachedNode | ||
IMemcachedNodeLocator ( IList |
||
LocateNode ( LookupData ld, uint itemKeyHash ) : IMemcachedNode |
public KetamaNodeLocator ( string hashName ) : System | ||
hashName | string | The name of the hash algorithm to use.
///
|
return | System |