Class ArtifactIndexConfig
java.lang.Object
org.lockss.laaws.rs.configuration.ArtifactIndexConfig
Spring configuration beans for the configuration of the Repository Service's internal artifact index.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final StringDetermines how frequently Solr hard commits are performed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigMgrCreated(org.lockss.config.ConfigManager.ConfigManagerCreatedEvent event) org.lockss.rs.io.index.ArtifactIndex
-
Field Details
-
PARAM_SOLR_HARDCOMMTI_INTERVAL
Determines how frequently Solr hard commits are performed. (And checks for Solr restart lossage.).- See Also:
-
DEFAULT_SOLR_HARDCOMMTI_INTERVAL
public static final long DEFAULT_SOLR_HARDCOMMTI_INTERVAL- See Also:
-
-
Constructor Details
-
ArtifactIndexConfig
-
-
Method Details
-
setArtifactIndex
@Bean public org.lockss.rs.io.index.ArtifactIndex setArtifactIndex() -
configMgrCreated
@EventListener public void configMgrCreated(org.lockss.config.ConfigManager.ConfigManagerCreatedEvent event)
-