| Package | Description |
|---|---|
| org.dataone.cn.log |
| Modifier and Type | Method and Description |
|---|---|
MetricEvent |
MetricLogEntry.getEvent() |
static MetricEvent |
MetricEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricEvent[] |
MetricEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricLogEntry.setEvent(MetricEvent event) |
| Constructor and Description |
|---|
MetricLogEntry(MetricEvent event) |
MetricLogEntry(MetricEvent event,
org.dataone.service.types.v1.NodeReference nodeId) |
MetricLogEntry(MetricEvent event,
org.dataone.service.types.v1.NodeReference nodeId,
org.dataone.service.types.v1.Identifier pid) |
MetricLogEntry(MetricEvent event,
org.dataone.service.types.v1.NodeReference nodeId,
org.dataone.service.types.v1.Identifier pid,
String message) |
MetricLogEntry(MetricEvent event,
org.dataone.service.types.v1.NodeReference nodeId,
org.dataone.service.types.v1.Identifier pid,
String message,
Long timeToCompleteEventMS) |
MetricLogEntry(MetricEvent event,
String message,
org.dataone.service.types.v1.NodeReference nodeId,
org.dataone.service.types.v1.Identifier pid,
Long timeToCompleteEventMS,
Date dateLogged) |
Copyright © 2016. All rights reserved.