Package | Description |
---|---|
org.overlord.rtgov.activity.server | |
org.overlord.rtgov.activity.store.elasticsearch | |
org.overlord.rtgov.activity.store.jpa | |
org.overlord.rtgov.activity.store.mem |
Modifier and Type | Method and Description |
---|---|
static ActivityStore |
ActivityStoreFactory.getActivityStore()
This method returns an instance of the ActivityStore interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchActivityStore
This class provides the Elasticsearch implementation of the activityStore
CRUD operations are provided by ElasticSearchKeyValueStore.
|
Modifier and Type | Class and Description |
---|---|
class |
JPAActivityStore
This class provides the JPA implementation of the Activity Store.
|
Modifier and Type | Class and Description |
---|---|
class |
MemActivityStore
This class provides the in-memory implementation of the Activity Store.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.