Uses of Interface
org.apache.hadoop.mapred.nativetask.serde.INativeSerializer
Packages that use INativeSerializer
-
Uses of INativeSerializer in org.apache.hadoop.mapred.nativetask
Methods in org.apache.hadoop.mapred.nativetask with parameters of type INativeSerializerModifier and TypeMethodDescriptionprotected abstract booleanPlatform.support(String keyClassName, INativeSerializer<?> serializer, JobConf job) whether a platform supports a specific key should at least satisfy two conditions 1. the key belongs to the platform 2. the associated serializer must implementINativeComparableinterface -
Uses of INativeSerializer in org.apache.hadoop.mapred.nativetask.serde
Classes in org.apache.hadoop.mapred.nativetask.serde that implement INativeSerializer