public abstract class AbstractAddFileSystemIndexStorage extends AbstractAddIndexStorage
Modifier and Type | Field and Description |
---|---|
protected String |
indexSourcePathInDataDirectory |
protected String |
indexStoragePathInDataDirectory |
Modifier | Constructor and Description |
---|---|
protected |
AbstractAddFileSystemIndexStorage() |
Modifier and Type | Method and Description |
---|---|
protected void |
addControllersAndDependencies(String repositoryName,
IndexStorageService service,
List<org.jboss.msc.service.ServiceController<?>> newControllers,
org.jboss.msc.service.ServiceBuilder<IndexStorage> builder,
org.jboss.msc.service.ServiceTarget target) |
protected void |
processLocalIndexStorageLocation(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode modelNode,
String repositoryName,
EditableDocument indexStorage) |
protected void |
processSourceIndexStorageLocation(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode modelNode,
String repositoryName,
EditableDocument indexStorage) |
protected void |
setIndexSourcePathInDataDirectory(String relativePath) |
protected void |
setIndexStoragePathInDataDirectory(String relativePath) |
performRuntime, requiresRuntime, writeIndexingBackendConfiguration, writeIndexStorageConfiguration, writeIndexStorageSpecificIndexingConfiguration
protected String indexStoragePathInDataDirectory
protected String indexSourcePathInDataDirectory
protected void setIndexStoragePathInDataDirectory(String relativePath)
protected void setIndexSourcePathInDataDirectory(String relativePath)
protected void addControllersAndDependencies(String repositoryName, IndexStorageService service, List<org.jboss.msc.service.ServiceController<?>> newControllers, org.jboss.msc.service.ServiceBuilder<IndexStorage> builder, org.jboss.msc.service.ServiceTarget target)
addControllersAndDependencies
in class AbstractAddIndexStorage
protected void processLocalIndexStorageLocation(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode modelNode, String repositoryName, EditableDocument indexStorage) throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedException
protected void processSourceIndexStorageLocation(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode modelNode, String repositoryName, EditableDocument indexStorage) throws org.jboss.as.controller.OperationFailedException
org.jboss.as.controller.OperationFailedException
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.