| Package | Description |
|---|---|
| io.druid.audit | |
| io.druid.common.config | |
| io.druid.metadata | |
| io.druid.server.lookup.cache |
| Modifier and Type | Method and Description |
|---|---|
AuditInfo |
AuditEntry.getAuditInfo() |
| Modifier and Type | Method and Description |
|---|---|
AuditEntry.Builder |
AuditEntry.Builder.auditInfo(AuditInfo auditInfo) |
| Constructor and Description |
|---|
AuditEntry(String key,
String type,
AuditInfo authorInfo,
String payload,
org.joda.time.DateTime auditTime) |
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
JacksonConfigManager.set(String key,
T val,
AuditInfo auditInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLMetadataRuleManager.overrideRule(String dataSource,
List<Rule> newRules,
AuditInfo auditInfo) |
boolean |
MetadataRuleManager.overrideRule(String dataSource,
List<Rule> rulesConfig,
AuditInfo auditInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LookupCoordinatorManager.deleteLookup(String tier,
String lookup,
AuditInfo auditInfo) |
boolean |
LookupCoordinatorManager.updateLookup(String tier,
String lookupName,
Map<String,Object> spec,
AuditInfo auditInfo) |
boolean |
LookupCoordinatorManager.updateLookups(Map<String,Map<String,Map<String,Object>>> updateSpec,
AuditInfo auditInfo) |
Copyright © 2011–2017. All rights reserved.