yuzhaojing commented on PR #6732: URL: https://github.com/apache/hudi/pull/6732#issuecomment-1366779990
Add BaseTableServiceClient. Move some method from BaseHoodieWriteClient to BaseTableServiceClient. - asyncClean - asyncArchive - inlineCompaction(org.apache.hudi.common.util.Option<java.util.Map<java.lang.String,java.lang.String>>) - inlineCompaction(org.apache.hudi.table.HoodieTable, org.apache.hudi.common.util.Option<java.util.Map<java.lang.String,java.lang.String>>) - logCompact(java.lang.String, boolean) - inlineLogCompact - runAnyPendingCompactions - runAnyPendingLogCompactions - inlineScheduleCompaction - scheduleCompaction - compact - commitCompaction - completeCompaction - scheduleLogCompaction - scheduleLogCompactionAtInstant - logCompact(java.lang.String) - completeLogCompaction - scheduleCompactionAtInstant - scheduleClustering - scheduleClusteringAtInstant - scheduleCleaning - scheduleCleaningAtInstant - cluster - runTableServicesInline - scheduleTableService - scheduleTableServiceInternal - inlineClustering(org.apache.hudi.common.util.Option<java.util.Map<java.lang.String,java.lang.String>>) - inlineClustering(org.apache.hudi.table.HoodieTable, org.apache.hudi.common.util.Option<java.util.Map<java.lang.String,java.lang.String>>) - inlineScheduleClustering - runAnyPendingClustering - finalizeWrite - writeTableMetadata - clean - archive - getInflightTimelineExcludeCompactionAndClustering - getPendingRollbackInfo(org.apache.hudi.common.table.HoodieTableMetaClient, java.lang.String) - getPendingRollbackInfo(org.apache.hudi.common.table.HoodieTableMetaClient, java.lang.String, boolean) - getPendingRollbackInfos(org.apache.hudi.common.table.HoodieTableMetaClient) - getPendingRollbackInfos(org.apache.hudi.common.table.HoodieTableMetaClient, boolean) - rollbackFailedWrites() - rollbackFailedWrites(boolean) - rollbackFailedWrites(java.util.Map<java.lang.String,org.apache.hudi.common.util.Option<org.apache.hudi.common.HoodiePendingRollbackInfo>>, boolean) - getInstantsToRollback - rollback - rollbackFailedBootstrap Move HoodieMetrics and TransactionManager from BaseHoodieWriteClient to BaseHoodieClient. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
