| Package | Description |
|---|---|
| org.ff4j |
Main classes to use and administrate Features and Properties.
|
| org.ff4j.audit |
Provides Audit and monitoring related to feature toggle
|
| org.ff4j.audit.repository |
Provides repositories (inmemory, jdbc) to store audit metrics and events.
|
| 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–2017 FF4J. All rights reserved.