C# 클래스 Enyim.Membase.MembasePool

Socket sockIOPool using the Enyim.Membase server's dynamic node list
상속: IServerPool
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IDisposable void
IServerPool IEnumerable
IServerPool IMemcachedNode
IServerPool void
InitBasic InternalState
InitNodes void
InitVBucket InternalState
Initialize void
MembasePool System
NodeFail void
ReconfigurePool void
ReinitializeLocator void
rezCallback void

공개 메소드들

메소드 설명
MembasePool ( IMembaseClientConfiguration configuration ) : System

Initializes a new instance of the T:Enyim.Membase.MembasePool.

MembasePool ( IMembaseClientConfiguration configuration, string bucketName, string bucketPassword ) : System

Initializes a new instance of the T:Enyim.Membase.MembasePool class using the specified configuration, bucket name and password.

비공개 메소드들

메소드 설명
IDisposable ( ) : void
IServerPool ( ) : IEnumerable
IServerPool ( string key ) : IMemcachedNode
IServerPool ( ) : void
InitBasic ( ClusterConfig config, ISaslAuthenticationProvider auth ) : InternalState
InitNodes ( ClusterConfig config ) : void
InitVBucket ( ClusterConfig config, ISaslAuthenticationProvider auth ) : InternalState
Initialize ( IMembaseClientConfiguration configuration, string bucketName, string bucketPassword ) : void
MembasePool ( IMembaseClientConfiguration configuration, string bucket ) : System
NodeFail ( IMemcachedNode node ) : void
ReconfigurePool ( ClusterConfig config ) : void
ReinitializeLocator ( InternalState previousState ) : void
rezCallback ( object o ) : void

메소드 상세

MembasePool() 공개 메소드

Initializes a new instance of the T:Enyim.Membase.MembasePool.
public MembasePool ( IMembaseClientConfiguration configuration ) : System
configuration IMembaseClientConfiguration The configuration to be used.
리턴 System

MembasePool() 공개 메소드

Initializes a new instance of the T:Enyim.Membase.MembasePool class using the specified configuration, bucket name and password.
public MembasePool ( IMembaseClientConfiguration configuration, string bucketName, string bucketPassword ) : System
configuration IMembaseClientConfiguration The configuration to be used.
bucketName string The name of the bucket to connect to. Overrides the configuration's Bucket property.
bucketPassword string The password to the bucket. Overrides the configuration's BucketPassword property.
리턴 System