| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.gw.analytics.cache | |
| com.mulesoft.mule.runtime.gw.analytics.runnable |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsEventCache |
AnalyticsEventCacheFactory.createPolicyViolationsCache(String name,
int cacheCapacity,
int violationThreshold)
Creates a Cache which internally uses a
SizeLimitedPartitionedQueue, with the
provided name, capacity and partition size |
AnalyticsEventCache |
AnalyticsEventCacheFactory.createRegularEventCache(String name,
int cacheCapacity)
Creates a Cache which internally uses a simple
SizeLimitedQueue, with the provided
name and capacity |
AnalyticsEventCache |
AnalyticsEventCaches.getRegularEventsCache() |
AnalyticsEventCache |
AnalyticsEventCaches.getViolationsEventsCache() |
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsEventCache> |
AnalyticsEventCacheManager.getAvailablePolicyViolationsCache() |
List<AnalyticsEventCache> |
AnalyticsEventCacheManager.getAvailableRegularCaches() |
| Constructor and Description |
|---|
AnalyticsEventCaches(AnalyticsEventCache regularEventsCache,
AnalyticsEventCache violationsEventsCache) |
| Constructor and Description |
|---|
AnalyticsEventSenderRunnable(AnalyticsEventCache eventRepository,
int batchSize,
ApiPlatformClient restClient,
BackoffConfiguration backoffConfiguration,
BackoffBarrier backoffBarrier) |
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.