public interface IPlugIn<M extends IIndexManager,S>
Journal
.
TODO Support at IIndexManager
interface? E.g., for the federation
as well as the journal.Modifier and Type | Method and Description |
---|---|
S |
getService()
Return the service.
|
boolean |
isRunning()
Return true iff the service is running.
|
void |
startService(M indexManager)
Start the service.
|
void |
stopService(boolean immediateShutdown)
Stop the service.
|
void startService(M indexManager)
indexManager
- void stopService(boolean immediateShutdown)
immediateShutdown
- true
if the service should be stopped
immediately.S getService()
boolean isRunning()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.