public class ProfileWorkItemRepository extends BaseWorkItemRepository implements java.lang.Runnable
Constructor and Description |
---|
ProfileWorkItemRepository(java.lang.String name,
GitDataStore dataStore,
java.lang.String partitionsPath,
FabricService fabricService) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Completely shuts down the repository.
|
java.util.List<java.lang.String> |
listWorkItemLocations() |
java.lang.String |
readContent(java.lang.String location) |
void |
run() |
void |
start()
Start or resume the repository.
|
void |
stop()
Suspends the repository.
|
addListener, notifyListeners, readWorkItem, removeListener
public ProfileWorkItemRepository(java.lang.String name, GitDataStore dataStore, java.lang.String partitionsPath, FabricService fabricService)
public void start()
WorkItemRepository
start
in interface WorkItemRepository
public void stop()
WorkItemRepository
stop
in interface WorkItemRepository
public void close()
WorkItemRepository
close
in interface WorkItemRepository
public java.util.List<java.lang.String> listWorkItemLocations()
listWorkItemLocations
in interface WorkItemRepository
public java.lang.String readContent(java.lang.String location)
readContent
in class BaseWorkItemRepository
public void run()
run
in interface java.lang.Runnable
Copyright © 2017 Red Hat. All Rights Reserved.