C# Class Couchbase.VBucketAwareOperationFactory.VBMutator

Inheritance: Enyim.Caching.Memcached.Protocol.Binary.MutatorOperation, IOperationWithState
ファイルを表示 Open project: e-travel/couchbase-net-client

Private Properties

Property Type Description

Public Methods

Method Description
VBMutator ( VBucketNodeLocator locator, MutationMode mode, string key, ulong defaultValue, ulong delta, uint expires ) : System

Protected Methods

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

Method Details

Build() protected method

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

ProcessResponse() protected method

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

VBMutator() public method

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
return System