public class TraceSetting extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TraceSetting.Mode
Represents trace mode.
|
Constructor and Description |
---|
TraceSetting(Tracepoint tracepoint,
TraceSetting.Mode mode,
Map<String,String> attributes)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes()
Returns the extra-attributes.
|
TraceSetting.Mode |
getMode()
Returns the trigger mode.
|
Tracepoint |
getTracepoint()
Returns the tracepoint.
|
public TraceSetting(Tracepoint tracepoint, TraceSetting.Mode mode, Map<String,String> attributes)
tracepoint
- target tracepointmode
- trace modeattributes
- the extra attributespublic Tracepoint getTracepoint()
public TraceSetting.Mode getMode()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.