| IMapTKey, TValueExecuteOnEntries Method (IEntryProcessor) |
Applies the user defined EntryProcessor to the all entries in the map.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax IDictionary<TKey, Object> ExecuteOnEntries(
IEntryProcessor entryProcessor
)
Function ExecuteOnEntries (
entryProcessor As IEntryProcessor
) As IDictionary(Of TKey, Object)
IDictionary<TKey, Object^>^ ExecuteOnEntries(
IEntryProcessor^ entryProcessor
)
abstract ExecuteOnEntries :
entryProcessor : IEntryProcessor -> IDictionary<'TKey, Object>
Parameters
- entryProcessor
- Type: Hazelcast.MapIEntryProcessor
The user defined IEntryProcessor. This object must have a hazelcast serializable
EntryProcessor counterpart registered on server side with the actual
org.hazelcast.map.EntryProcessor implementation.
Return Value
Type:
IDictionaryTKey,
ObjectSee Also