Interface MetricSerializerMXBean
-
- All Known Implementing Classes:
MetricSerializer
public interface MetricSerializerMXBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
closeOutput()
int
getCount()
long
getLastUsage()
String
getOutputLocation()
void
resetOutput()
void
resetOutput(String path)
-
-
-
Method Detail
-
getCount
int getCount()
-
getLastUsage
long getLastUsage()
-
closeOutput
void closeOutput() throws IOException
- Throws:
IOException
-
resetOutput
void resetOutput() throws IOException
- Throws:
IOException
-
resetOutput
void resetOutput(String path) throws IOException
- Throws:
IOException
-
getOutputLocation
String getOutputLocation()
-
-