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