C# Class Enyim.Membase.MembasePool.InternalState

Show file Open project: xianrendzw/LightFramework.Net

Public Properties

Property Type Description
CurrentNodes IMemcachedNode[]
Empty InternalState
IsVbucket bool
Locator IMemcachedNodeLocator
OpFactory IOperationFactory

Property Details

CurrentNodes public property

public IMemcachedNode[] CurrentNodes
return IMemcachedNode[]

Empty public static property

public static InternalState Empty
return InternalState

IsVbucket public property

public bool IsVbucket
return bool

Locator public property

public IMemcachedNodeLocator Locator
return IMemcachedNodeLocator

OpFactory public property

public IOperationFactory OpFactory
return IOperationFactory