C# Class Couchbase.VBucketAwareOperationFactory.VBGet

Inheritance: GetOperation, IOperationWithState
Show file Open project: e-travel/couchbase-net-client

Private Properties

Property Type Description

Public Methods

Method Description
VBGet ( VBucketNodeLocator locator, string key ) : 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

VBGet() public method

public VBGet ( VBucketNodeLocator locator, string key ) : System
locator Enyim.Caching.Memcached.VBucketNodeLocator
key string
return System