C# Class Membase.VBucketAwareOperationFactory.VBMutator

Inheritance: Enyim.Caching.Memcached.Protocol.Binary.MutatorOperation, IOperationWithState
Afficher le fichier Open project: couchbaselabs/EnyimMemcached

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
VBMutator ( VBucketNodeLocator locator, MutationMode mode, string key, ulong defaultValue, ulong delta, uint expires ) : 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

VBMutator() public méthode

public VBMutator ( VBucketNodeLocator locator, MutationMode mode, string key, ulong defaultValue, ulong delta, uint expires ) : System
locator Enyim.Caching.Memcached.VBucketNodeLocator
mode MutationMode
key string
defaultValue ulong
delta ulong
expires uint
Résultat System