| Package | Description |
|---|---|
| org.ff4j |
Main class to work with and administrate Features
|
| org.ff4j.audit |
Provide audit and monitoring capabilities.
|
| org.ff4j.audit.repository |
| Modifier and Type | Method and Description |
|---|---|
EventRepository |
FF4j.getEventRepository()
Getter accessor for attribute 'eventRepository'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FF4j.setEventRepository(EventRepository eventRepository)
Setter accessor for attribute 'eventRepository'.
|
| Modifier and Type | Method and Description |
|---|---|
EventRepository |
EventPublisher.getRepository()
Getter accessor for attribute 'repository'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventPublisher.setRepository(EventRepository repository)
Setter accessor for attribute 'repository'.
|
| Constructor and Description |
|---|
EventPublisher(EventRepository er)
Default constructor.
|
EventPublisher(EventRepository er,
ExecutorService executorService) |
EventPublisher(EventRepository er,
ExecutorService executorService,
long submitTimeout) |
EventPublisher(int queueCapacity,
int poolSize,
EventRepository er)
Default constructor.
|
EventPublisher(int queueCapacity,
int poolSize,
EventRepository er,
long submitTimeout)
Default constructor.
|
EventWorker(Event e,
EventRepository repo)
Worker constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventRepository
Superclass implementing the custom serialization.
|
class |
InMemoryEventRepository
Implementation of in memory
EventRepository with limited events. |
class |
JdbcEventRepository
Implementation of in memory
EventRepository with limited events. |
Copyright © 2013–2015 FF4J. All rights reserved.