public interface AuditLogWriteClient
| Modifier and Type | Method and Description |
|---|---|
boolean |
logAuditEvent(AuditLogEntry logEntry)
Add a new log entry to the audit log.
|
boolean |
removeReplicaAuditEvent(AuditLogEntry logEntry)
Removes audit log entries based on the pid, nodeId, event type contained in
AuditLogEntry parameter logEntry.
|
boolean logAuditEvent(AuditLogEntry logEntry)
logEntry - boolean removeReplicaAuditEvent(AuditLogEntry logEntry)
logEntry - Copyright © 2016. All rights reserved.