IEntryProcessorTKey, TValue InterfaceHazelcast .Net Client Class Library

Namespace: Hazelcast.Map
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

public interface IEntryProcessor<TKey, TValue>

Type Parameters

TKey
TValue

The IEntryProcessorTKey, TValue type exposes the following members.

Methods

  NameDescription
Public methodGetBackupProcessor
Get the entry processor to be applied to backup entries.
Public methodProcess
Process the entry without worrying about concurrency.
Top
See Also

Reference