Uses of Class
org.apache.iotdb.commons.udf.UDFInformation
-
Packages that use UDFInformation Package Description org.apache.iotdb.commons.udf org.apache.iotdb.commons.udf.service -
-
Uses of UDFInformation in org.apache.iotdb.commons.udf
Methods in org.apache.iotdb.commons.udf that return UDFInformation Modifier and Type Method Description static UDFInformationUDFInformation. deserialize(java.io.InputStream inputStream)static UDFInformationUDFInformation. deserialize(java.nio.ByteBuffer byteBuffer)UDFInformation[]UDFTable. getAllUDFInformation()UDFInformationUDFTable. getUDFInformation(java.lang.String functionName)Methods in org.apache.iotdb.commons.udf that return types with arguments of type UDFInformation Modifier and Type Method Description java.util.List<UDFInformation>UDFTable. getAllNonBuiltInUDFInformation()java.util.Map<java.lang.String,UDFInformation>UDFTable. getTable()Methods in org.apache.iotdb.commons.udf with parameters of type UDFInformation Modifier and Type Method Description voidUDFTable. addUDFInformation(java.lang.String functionName, UDFInformation udfInformation)voidUDFTable. updateFunctionClass(UDFInformation udfInformation, UDFClassLoader classLoader) -
Uses of UDFInformation in org.apache.iotdb.commons.udf.service
Methods in org.apache.iotdb.commons.udf.service that return UDFInformation Modifier and Type Method Description UDFInformation[]UDFManagementService. getAllUDFInformation()Methods in org.apache.iotdb.commons.udf.service that return types with arguments of type UDFInformation Modifier and Type Method Description java.util.List<UDFInformation>UDFManagementService. getAllBuiltInTimeSeriesGeneratingInformation()Methods in org.apache.iotdb.commons.udf.service with parameters of type UDFInformation Modifier and Type Method Description voidUDFManagementService. doRegister(UDFInformation udfInformation)Only call this method directly for registering new data node, otherwise you need to call register().booleanUDFManagementService. isLocalJarConflicted(UDFInformation udfInformation)check whether local jar is correct according to md5voidUDFManagementService. register(UDFInformation udfInformation)temp code for stand-alonevoidUDFManagementService. register(UDFInformation udfInformation, java.nio.ByteBuffer jarFile)voidUDFManagementService. validate(UDFInformation udfInformation)invoked by config leader for validation before registration
-