C# Class Membase.SyncOperation

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

Private Properties

Свойство Type Description
DecodeResult Membase.SyncResult[]
GetFlags uint

Méthodes publiques

Méthode Description
SyncOperation ( VBucketNodeLocator locator, ulong>.KeyValuePair keys, SyncMode mode, int replicationCount ) : System

Méthodes protégées

Méthode Description
Build ( ) : BinaryRequest
BuildBody ( ) : ArraySegment
ReadResponse ( PooledSocket socket ) : bool

Private Methods

Méthode Description
DecodeResult ( ArraySegment result ) : Membase.SyncResult[]
GetFlags ( SyncMode mode, int replicationCount ) : uint

Method Details

Build() protected méthode

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

BuildBody() protected méthode

protected BuildBody ( ) : ArraySegment
Résultat ArraySegment

ReadResponse() protected méthode

protected ReadResponse ( PooledSocket socket ) : bool
socket Enyim.Caching.Memcached.PooledSocket
Résultat bool

SyncOperation() public méthode

public SyncOperation ( VBucketNodeLocator locator, ulong>.KeyValuePair keys, SyncMode mode, int replicationCount ) : System
locator Enyim.Caching.Memcached.VBucketNodeLocator
keys ulong>.KeyValuePair
mode SyncMode
replicationCount int
Résultat System