C# Class Enyim.Membase.VBucketAwareOperationFactory.VBConcat

Inheritance: Enyim.Caching.Memcached.Protocol.Binary.ConcatOperation, IOperationWithState
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
VBConcat ( VBucketNodeLocator locator, ConcatenationMode mode, string key, ArraySegment data ) : System

Méthodes protégées

Méthode Description
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool

Method Details

Build() protected méthode

protected Build ( ) : BinaryRequest
Résultat Enyim.Caching.Memcached.Protocol.Binary.BinaryRequest

ProcessResponse() protected méthode

protected ProcessResponse ( BinaryResponse response ) : bool
response Enyim.Caching.Memcached.Protocol.Binary.BinaryResponse
Résultat bool

VBConcat() public méthode

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