C# Class Enyim.Membase.VBucketAwareOperationFactory.VBConcat

Inheritance: Enyim.Caching.Memcached.Protocol.Binary.ConcatOperation, IOperationWithState
Mostra file Open project: xianrendzw/LightFramework.Net

Private Properties

Property Type Description

Public Methods

Method Description
VBConcat ( VBucketNodeLocator locator, ConcatenationMode mode, string key, ArraySegment data ) : System

Protected Methods

Method Description
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool

Method Details

Build() protected method

protected Build ( ) : BinaryRequest
return Enyim.Caching.Memcached.Protocol.Binary.BinaryRequest

ProcessResponse() protected method

protected ProcessResponse ( BinaryResponse response ) : bool
response Enyim.Caching.Memcached.Protocol.Binary.BinaryResponse
return bool

VBConcat() public method

public VBConcat ( VBucketNodeLocator locator, ConcatenationMode mode, string key, ArraySegment data ) : System
locator Enyim.Caching.Memcached.VBucketNodeLocator
mode ConcatenationMode
key string
data ArraySegment
return System