NoOpCounter
, SysoCounter
public interface Counter
Modifier and Type | Method | Description |
---|---|---|
Counter |
getCounter(Class<?> klass) |
Gets a Counter instance for a specific class.
|
void |
read(long l) |
This method gets triggered if a file is read.
|
void |
written(long l) |
This method gets triggered if a file is written.
|
Copyright © 2018. All rights reserved.