Interface RecordTypeMap
-
public interface RecordTypeMapThis allows users to define a mapping between record type integers and specific Class-es. This replaces Gandiva from previous releases.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends AbstractRecord>getRecordClass()intgetType()
-
-
-
Method Detail
-
getRecordClass
java.lang.Class<? extends AbstractRecord> getRecordClass()
-
getType
int getType()
-
-