C# Class Couchbase.VBucketAwareOperationFactory.VBConcat

Inheritance: Enyim.Caching.Memcached.Protocol.Binary.ConcatOperation, IOperationWithState
Afficher le fichier Open project: e-travel/couchbase-net-client

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 ) : IOperationResult

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 ) : IOperationResult
response Enyim.Caching.Memcached.Protocol.Binary.BinaryResponse
Résultat IOperationResult

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