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
Name | Description |
---|---|
Extract(Object) | Contains the logic to extract meaningful information/attributes from the given object. |