public class LocalRepositoryConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
LocalRepositoryConfig()
Default constructor used for JSON to Java processes - does not do anything useful because all
local variables are initialized to null in their declaration.
|
LocalRepositoryConfig(LocalRepositoryConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
Connection |
getEventMapperConnection()
Return the connection properties for the event mapper for the local repository.
|
OpenMetadataExchangeRule |
getEventsToSaveRule()
Return the enumeration describing which open metadata repository events should be saved to
the local repository.
|
OpenMetadataExchangeRule |
getEventsToSendRule()
Return the enumeration describing which open metadata repository events should be sent from
the local repository.
|
Connection |
getLocalRepositoryLocalConnection()
Return the connection properties used to create a locally optimized connector to the local repository for
use by this local server's components.
|
LocalRepositoryMode |
getLocalRepositoryMode()
Return the mode that the local repository is operating in.
|
Connection |
getLocalRepositoryRemoteConnection()
Return the connection properties used to create a connector to the local repository for use by remote servers.
|
String |
getMetadataCollectionId()
Return the unique id of local repository's metadata collection.
|
String |
getMetadataCollectionName()
Return the display name of the metadata collection.
|
List<TypeDefSummary> |
getSelectedTypesToSave()
Return the list of TypeDefs in supported of the eventsToSave.SELECTED_TYPES option.
|
List<TypeDefSummary> |
getSelectedTypesToSend()
Return the list of TypeDefs in supported of the eventsToSend.SELECTED_TYPES option.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setEventMapperConnection(Connection eventMapperConnection)
Set up the connection properties for the event mapper for the local repository.
|
void |
setEventsToSaveRule(OpenMetadataExchangeRule eventsToSaveRule)
Set up the enumeration describing which open metadata repository events should be saved to
the local repository.
|
void |
setEventsToSendRule(OpenMetadataExchangeRule eventsToSendRule)
Set up the enumeration describing which open metadata repository events should be sent from
the local repository.
|
void |
setLocalRepositoryLocalConnection(Connection localRepositoryLocalConnection)
Set up the connection properties used to create a locally optimized connector to the local repository for
use by this local server's components.
|
void |
setLocalRepositoryMode(LocalRepositoryMode localRepositoryMode)
Set up the mode that the local repository is operating in.
|
void |
setLocalRepositoryRemoteConnection(Connection localRepositoryRemoteConnection)
Set up the connection properties used to create a connector to the local repository for use by remote servers.
|
void |
setMetadataCollectionId(String metadataCollectionId)
Set up the unique id of local repository's metadata collection.
|
void |
setMetadataCollectionName(String metadataCollectionName)
Set up the display name of the metadata collection.
|
void |
setSelectedTypesToSave(List<TypeDefSummary> selectedTypesToSave)
Set up the list of TypeDefs in supported of the eventsToSave.SELECTED_TYPES option.
|
void |
setSelectedTypesToSend(List<TypeDefSummary> selectedTypesToSend)
Set up the list of TypeDefs in supported of the eventsToSend.SELECTED_TYPES option.
|
String |
toString()
Standard toString method.
|
public LocalRepositoryConfig()
public LocalRepositoryConfig(LocalRepositoryConfig template)
template - object to copypublic String getMetadataCollectionId()
public void setMetadataCollectionId(String metadataCollectionId)
metadataCollectionId - String unique Idpublic String getMetadataCollectionName()
public void setMetadataCollectionName(String metadataCollectionName)
metadataCollectionName - string namepublic LocalRepositoryMode getLocalRepositoryMode()
public void setLocalRepositoryMode(LocalRepositoryMode localRepositoryMode)
localRepositoryMode - LocalRepositoryMode enumpublic Connection getLocalRepositoryLocalConnection()
public void setLocalRepositoryLocalConnection(Connection localRepositoryLocalConnection)
localRepositoryLocalConnection - Connection properties objectpublic Connection getLocalRepositoryRemoteConnection()
public void setLocalRepositoryRemoteConnection(Connection localRepositoryRemoteConnection)
localRepositoryRemoteConnection - Connection properties objectpublic OpenMetadataExchangeRule getEventsToSaveRule()
public void setEventsToSaveRule(OpenMetadataExchangeRule eventsToSaveRule)
eventsToSaveRule - OpenMetadataExchangeRule enumpublic List<TypeDefSummary> getSelectedTypesToSave()
public void setSelectedTypesToSave(List<TypeDefSummary> selectedTypesToSave)
selectedTypesToSave - list of typespublic OpenMetadataExchangeRule getEventsToSendRule()
public void setEventsToSendRule(OpenMetadataExchangeRule eventsToSendRule)
eventsToSendRule - OpenMetadataExchangeRule enumpublic List<TypeDefSummary> getSelectedTypesToSend()
public void setSelectedTypesToSend(List<TypeDefSummary> selectedTypesToSend)
selectedTypesToSend - list of typespublic Connection getEventMapperConnection()
public void setEventMapperConnection(Connection eventMapperConnection)
eventMapperConnection - Connection properties objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.