@Internal
@ParametersAreNonnullByDefault
public interface Split
extends java.io.Closeable
Closeable.close()
.Modifier and Type | Method and Description |
---|---|
Split |
stop()
Stops the timing split.
|
Split |
storeAttribute(java.lang.String name,
java.lang.String value)
Deprecated.
since 5.7, there is no replacement
|
@Nonnull Split stop()
Closeable.close()
.@Deprecated @Nonnull Split storeAttribute(java.lang.String name, java.lang.String value)
name
and
value
parameters to a minimum as they maybe retained in memory if the split time
is a minimum or maximum for the associated timer.name
- the name of the attributevalue
- the value to associate.Copyright © 2003-2014 Atlassian. All Rights Reserved.