Modifier and Type | Method and Description |
---|---|
void |
NRTWorkspaceImpl.initialize(DirectoryBasedIndexManager indexManager,
Properties props) |
Constructor and Description |
---|
AbstractWorkspaceImpl(DirectoryBasedIndexManager indexManager,
WorkerBuildContext context,
Properties cfg) |
ExclusiveIndexWorkspaceImpl(DirectoryBasedIndexManager indexManager,
WorkerBuildContext context,
Properties cfg) |
NRTWorkspaceImpl(DirectoryBasedIndexManager indexManager,
WorkerBuildContext buildContext,
Properties cfg) |
SharedIndexWorkspaceImpl(DirectoryBasedIndexManager indexManager,
WorkerBuildContext context,
Properties cfg) |
Modifier and Type | Class and Description |
---|---|
class |
NRTIndexManager
IndexManager implementation taking advantage of the Near-Real-Time
features of Lucene.
|
Modifier and Type | Method and Description |
---|---|
static DirectoryBasedReaderProvider |
PropertiesParseHelper.createDirectoryBasedReaderProvider(DirectoryBasedIndexManager indexManager,
Properties properties,
WorkerBuildContext buildContext) |
void |
NotSharedReaderProvider.initialize(DirectoryBasedIndexManager indexManager,
Properties props) |
void |
PeriodicRefreshingReaderProvider.initialize(DirectoryBasedIndexManager indexManager,
Properties props) |
void |
SharingBufferReaderProvider.initialize(DirectoryBasedIndexManager indexManager,
Properties props) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryBasedReaderProvider.initialize(DirectoryBasedIndexManager indexManager,
Properties props) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryProvider.start(DirectoryBasedIndexManager indexManager)
Executed after initialize, this method set up the heavy process of starting up the DirectoryProvider
IO processing as well as background processing are expected to be set up here
|
Modifier and Type | Method and Description |
---|---|
void |
FSDirectoryProvider.start(DirectoryBasedIndexManager indexManager) |
void |
FSMasterDirectoryProvider.start(DirectoryBasedIndexManager indexManager) |
void |
FSSlaveDirectoryProvider.start(DirectoryBasedIndexManager indexManager) |
void |
RAMDirectoryProvider.start(DirectoryBasedIndexManager indexManager) |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved