Interface SampleStorage

All Known Implementing Classes:
LocalSampleLogger

public interface SampleStorage
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    long
    get(int p_323594_)
     
    long
    get(int p_324468_, int p_324624_)
     
    void
     
    int
     
  • Method Details

    • capacity

      int capacity()
    • size

      int size()
    • get

      long get(int p_323594_)
    • get

      long get(int p_324468_, int p_324624_)
    • reset

      void reset()