Interface IValueExtractor
Implements the interface to extract the meaningful attributes from given objects, Similar to Mapper in MapReduce framework.
Namespace:
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 MapReduce. The returned value may also be null. |
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 MapReduce. The returned value may also be null. |