Uses of Class
org.apache.iotdb.commons.model.ModelInformation
-
Packages that use ModelInformation Package Description org.apache.iotdb.commons.model -
-
Uses of ModelInformation in org.apache.iotdb.commons.model
Methods in org.apache.iotdb.commons.model that return ModelInformation Modifier and Type Method Description static ModelInformationModelInformation. deserialize(java.io.InputStream stream)static ModelInformationModelInformation. deserialize(java.nio.ByteBuffer buffer)ModelInformationModelTable. getModelInformationById(java.lang.String modelId)Methods in org.apache.iotdb.commons.model that return types with arguments of type ModelInformation Modifier and Type Method Description java.util.List<ModelInformation>ModelTable. getAllModelInformation()Methods in org.apache.iotdb.commons.model with parameters of type ModelInformation Modifier and Type Method Description voidModelTable. addModel(ModelInformation modelInformation)
-