Uses of Interface
com.ibm.fhir.schema.size.FHIRDbSizeModelVisitor
- 
Packages that use FHIRDbSizeModelVisitor Package Description com.ibm.fhir.schema.size  - 
- 
Uses of FHIRDbSizeModelVisitor in com.ibm.fhir.schema.size
Classes in com.ibm.fhir.schema.size that implement FHIRDbSizeModelVisitor Modifier and Type Class Description classFHIRDbIndexDetailWriterWrite output info for each table in the modelclassFHIRDbParameterSummaryCollect a summary of size information for each parameter tableclassFHIRDbTableDetailWriterWrite output info for each table in the modelclassReadableSizeReportA human readable report showing the breakdown of size/usage in the FHIR data schema.Methods in com.ibm.fhir.schema.size with parameters of type FHIRDbSizeModelVisitor Modifier and Type Method Description voidFHIRDbResourceSize. accept(FHIRDbSizeModelVisitor visitor, java.lang.String resourceType, long totalTableSize, long totalIndexSize)Traverse this resource element of the FHIRDbSizeModelvoidFHIRDbSizeModel. accept(FHIRDbSizeModelVisitor visitor)Traverse the elements of this model using the given visitorvoidFHIRDbTableSize. accept(FHIRDbSizeModelVisitor visitor, java.lang.String resourceType, java.lang.String tableName, long totalTableSize, long totalIndexSize)Visits each of the indexes associated with this table 
 -