Class DefaultAuditBulker
- java.lang.Object
-
- org.nuxeo.ecm.platform.audit.service.DefaultAuditBulker
-
- All Implemented Interfaces:
AuditBulker,AuditBulkerMBean
@Deprecated public class DefaultAuditBulker extends Object implements AuditBulkerMBean, AuditBulker
Deprecated.since 10.10, audit bulker is now handled with nuxeo-stream, no replacement
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanawait(long time, TimeUnit unit)Deprecated.intgetBulkSize()Deprecated.intgetBulkTimeout()Deprecated.voidoffer(LogEntry entry)Deprecated.voidonApplicationStarted()Deprecated.voidonApplicationStopped()Deprecated.voidresetMetrics()Deprecated.voidsetBulkSize(int value)Deprecated.voidsetBulkTimeout(int value)Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.ecm.platform.audit.service.AuditBulker
onShutdown
-
-
-
-
Method Detail
-
onApplicationStarted
public void onApplicationStarted()
Deprecated.- Specified by:
onApplicationStartedin interfaceAuditBulker
-
onApplicationStopped
public void onApplicationStopped()
Deprecated.- Specified by:
onApplicationStoppedin interfaceAuditBulker
-
offer
public void offer(LogEntry entry)
Deprecated.- Specified by:
offerin interfaceAuditBulker
-
await
public boolean await(long time, TimeUnit unit) throws InterruptedException
Deprecated.- Specified by:
awaitin interfaceAuditBulker- Throws:
InterruptedException
-
getBulkTimeout
public int getBulkTimeout()
Deprecated.- Specified by:
getBulkTimeoutin interfaceAuditBulkerMBean
-
setBulkTimeout
public void setBulkTimeout(int value)
Deprecated.- Specified by:
setBulkTimeoutin interfaceAuditBulkerMBean
-
getBulkSize
public int getBulkSize()
Deprecated.- Specified by:
getBulkSizein interfaceAuditBulkerMBean
-
setBulkSize
public void setBulkSize(int value)
Deprecated.- Specified by:
setBulkSizein interfaceAuditBulkerMBean
-
resetMetrics
public void resetMetrics()
Deprecated.- Specified by:
resetMetricsin interfaceAuditBulkerMBean
-
-