Interface IValueExtractor
Implements the interface to extract meaningful attributes from given objects, similar to Mapper in the MapReduce framework.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IValueExtractor
Methods
Name | Description |
---|---|
Extract(Object) | This method takes in an Object and contains the logic to extract meaningful information/attributes from the object like the Mapper does in the MapReduce. |