接口 SampleStorage
- 所有已知实现类:
LocalSampleLogger
public interface SampleStorage
-
方法概要
-
方法详细资料
-
capacity
int capacity() -
size
int size() -
get
long get(int p_327727_) -
get
long get(int p_334951_, int p_335677_) -
reset
void reset()
-
LocalSampleLogger