@ThreadSafe public final class TableMasterFactory extends Object implements MasterFactory<CoreMasterContext>
TableMaster
instance.Constructor and Description |
---|
TableMasterFactory()
Constructs a new
TableMasterFactory . |
Modifier and Type | Method and Description |
---|---|
TableMaster |
create(MasterRegistry registry,
CoreMasterContext context)
Factory method to create a new master instance.
|
String |
getName() |
boolean |
isEnabled() |
public TableMasterFactory()
TableMasterFactory
.public boolean isEnabled()
isEnabled
in interface MasterFactory<CoreMasterContext>
public String getName()
getName
in interface MasterFactory<CoreMasterContext>
public TableMaster create(MasterRegistry registry, CoreMasterContext context)
MasterFactory
create
in interface MasterFactory<CoreMasterContext>
registry
- the master registrycontext
- master contextMaster
instanceCopyright © 2023. All Rights Reserved.