public interface LogStoreRegister
LogStoreRegister
will register and unregister topic for a Paimon table, you can implement
it for customized log system management.Modifier and Type | Method and Description |
---|---|
static LogStoreRegister |
getLogStoreRegister(Identifier identifier,
ClassLoader classLoader,
Options tableOptions,
String logStore) |
static void |
registerLogSystem(Catalog catalog,
Identifier identifier,
Map<String,String> options,
ClassLoader classLoader) |
Map<String,String> |
registerTopic()
Register topic in log system for the table.
|
static void |
unRegisterLogSystem(Identifier identifier,
Map<String,String> options,
ClassLoader classLoader) |
void |
unRegisterTopic()
Unregister topic in log system for the table.
|
void unRegisterTopic()
static void registerLogSystem(Catalog catalog, Identifier identifier, Map<String,String> options, ClassLoader classLoader)
static void unRegisterLogSystem(Identifier identifier, Map<String,String> options, ClassLoader classLoader)
static LogStoreRegister getLogStoreRegister(Identifier identifier, ClassLoader classLoader, Options tableOptions, String logStore)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.