• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Interface IReducerFactory

Implement the interface IReducerFactory and provide implementation for its Create(key)method. Implementing IReducerFactory is optional.

Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IReducerFactory

Methods

Name Description
Create(Object)

This method will provide the incoming element with a new instance of the Reducer so that it merges the intermediate key-value pairs from the Combiner.

Back to top Copyright © 2017 Alachisoft