| Package | Description |
|---|---|
| org.ff4j.audit |
Provides Audit and monitoring related to feature toggle
|
| org.ff4j.audit.chart |
Provides a set of beans to display feature toggle metrics graphically (bar, pie, serie...)
|
| org.ff4j.audit.repository |
Provides repositories (inmemory, jdbc) to store audit metrics and events.
|
| org.ff4j.store |
Provides default stores to persist features (InMemory and JDBC).
|
| org.ff4j.utils |
Provides utilities static classes (File, IO, Time...)
|
| Modifier and Type | Method and Description |
|---|---|
Event |
EventBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventSeries.add(Event e) |
int |
Event.compareTo(Event evt) |
boolean |
EventQueryDefinition.match(Event evt)
Match Event.
|
void |
EventPublisher.publish(Event e)
Publish event to repository
|
| Constructor and Description |
|---|
EventWorker(Event e,
EventRepository repo)
Worker constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSeriesChart.addEvent(Event evt)
Add Event to chart.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
JdbcEventRepository.getEventByUUID(String uuid,
Long timestamp)
Retrieve an event by its unique identifer.
|
Event |
InMemoryEventRepository.getEventByUUID(String uuid,
Long timestamp)
Retrieve an event by its unique identifer.
|
Event |
EventRepository.getEventByUUID(String uuid,
Long timestamp)
Retrieve an event by its unique identifer.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractEventRepository.isEventInInterval(Event evt,
long startTime,
long endTime)
Utility.
|
boolean |
JdbcEventRepository.saveEvent(Event evt)
Save event into store synchronously.
|
boolean |
InMemoryEventRepository.saveEvent(Event e)
Save event into store synchronously.
|
boolean |
EventRepository.saveEvent(Event e)
Save event into store synchronously.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
JdbcEventMapper.mapEvent(ResultSet rs)
Unmarshall a resultset to Event.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Util.assertEvent(Event evt) |
Copyright © 2013–2017 FF4J. All rights reserved.