public class SchemaRegistryModule extends Object implements ModuleRegistration, com.hortonworks.registries.storage.StorageManagerAware, LeadershipAware, HAServersAware, com.hortonworks.registries.storage.TransactionManagerAware
| Constructor and Description |
|---|
SchemaRegistryModule() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getResources() |
void |
init(Map<String,Object> config,
FileStorage fileStorage) |
void |
setHAServerConfigManager(HAServerNotificationManager haServerNotificationManager) |
void |
setLeadershipParticipant(AtomicReference<LeadershipParticipant> leadershipParticipant) |
void |
setStorageManager(com.hortonworks.registries.storage.StorageManager storageManager) |
void |
setTransactionManager(com.hortonworks.registries.storage.TransactionManager transactionManager) |
public void setStorageManager(com.hortonworks.registries.storage.StorageManager storageManager)
setStorageManager in interface com.hortonworks.registries.storage.StorageManagerAwarepublic void init(Map<String,Object> config, FileStorage fileStorage)
init in interface ModuleRegistrationpublic List<Object> getResources()
getResources in interface ModuleRegistrationpublic void setLeadershipParticipant(AtomicReference<LeadershipParticipant> leadershipParticipant)
setLeadershipParticipant in interface LeadershipAwarepublic void setHAServerConfigManager(HAServerNotificationManager haServerNotificationManager)
setHAServerConfigManager in interface HAServersAwarepublic void setTransactionManager(com.hortonworks.registries.storage.TransactionManager transactionManager)
setTransactionManager in interface com.hortonworks.registries.storage.TransactionManagerAwareCopyright © 2020. All rights reserved.