Uses of Class
org.apache.cassandra.repair.autorepair.AutoRepairUtils.SizeEstimate
Packages that use AutoRepairUtils.SizeEstimate
-
Uses of AutoRepairUtils.SizeEstimate in org.apache.cassandra.repair.autorepair
Fields in org.apache.cassandra.repair.autorepair with type parameters of type AutoRepairUtils.SizeEstimateMethods in org.apache.cassandra.repair.autorepair that return AutoRepairUtils.SizeEstimateModifier and TypeMethodDescriptionKeyspaceRepairPlan.getSizeEstimate(String keyspaceTableName, Range<Token> tokenRange) Methods in org.apache.cassandra.repair.autorepair that return types with arguments of type AutoRepairUtils.SizeEstimateModifier and TypeMethodDescriptionAutoRepairUtils.calcTotalBytesToBeRepaired(AutoRepairConfig.RepairType repairType, String keyspaceName, List<String> tableNames, List<Range<Token>> tokenRanges) Calculates the total bytes to be repaired for a given keyspace and list of tables.Methods in org.apache.cassandra.repair.autorepair with parameters of type AutoRepairUtils.SizeEstimateModifier and TypeMethodDescriptionRepairTokenRangeSplitter.getRepairAssignments(AutoRepairUtils.SizeEstimate estimate) Constructor parameters in org.apache.cassandra.repair.autorepair with type arguments of type AutoRepairUtils.SizeEstimateModifierConstructorDescriptionKeyspaceRepairPlan(String keyspaceName, List<String> tableNames, Map<String, Map<Range<Token>, AutoRepairUtils.SizeEstimate>> ksTablesEstimatedBytes)