C# 클래스 Enyim.Caching.Memcached.DefaultNodeLocator

This is a ketama-like consistent hashing based node locator. Used when no other T:IMemcachedNodeLocator is specified for the pool.
상속: IMemcachedNodeLocator
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net 1 사용 예제들

비공개 메소드들

메소드 설명
BuildIndex ( List nodes ) : void
FindNode ( string key ) : IMemcachedNode

locates a node by its key

GenerateKeys ( IMemcachedNode node, int numberOfKeys ) : uint[]
IDisposable ( ) : void
IMemcachedNodeLocator ( ) : IEnumerable
IMemcachedNodeLocator ( string key ) : IMemcachedNode
IMemcachedNodeLocator ( IList nodes ) : void
Locate ( string key ) : IMemcachedNode
callback_isAliveTimer ( object state ) : void

Checks if a dead node is working again.