Package | Description |
---|---|
io.druid.audit | |
io.druid.server.audit |
Modifier and Type | Method and Description |
---|---|
AuditEntry |
AuditEntry.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AuditEntry> |
AuditManager.fetchAuditHistory(String key,
String type,
org.joda.time.Interval interval)
provides audit history for given key, type and interval
|
Modifier and Type | Method and Description |
---|---|
void |
AuditManager.doAudit(AuditEntry auditEntry)
inserts an audit Entry in the Audit Table
|
void |
AuditManager.doAudit(AuditEntry auditEntry,
org.skife.jdbi.v2.Handle handler)
inserts an audit Entry in audit table using the handler provided
used to do the audit in same transaction as the config changes
|
Modifier and Type | Method and Description |
---|---|
List<AuditEntry> |
SQLAuditManager.fetchAuditHistory(String key,
String type,
org.joda.time.Interval interval) |
Modifier and Type | Method and Description |
---|---|
void |
SQLAuditManager.doAudit(AuditEntry auditEntry) |
void |
SQLAuditManager.doAudit(AuditEntry auditEntry,
org.skife.jdbi.v2.Handle handle) |
Copyright © 2011–2015. All rights reserved.