| Package | Description |
|---|---|
| co.cask.cdap.proto.audit |
| Modifier and Type | Method and Description |
|---|---|
AuditType |
AuditMessage.getType() |
static AuditType |
AuditType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditType[] |
AuditType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AuditMessage(long time,
EntityId entityId,
String user,
AuditType type,
AuditPayload payload) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.