Interface SampleStorage

All Known Implementing Classes:
LocalSampleLogger

public interface SampleStorage
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    long
    get(int index)
     
    long
    get(int index, int dimension)
     
    void
     
    int
     
  • Method Details

    • capacity

      int capacity()
    • size

      int size()
    • get

      long get(int index)
    • get

      long get(int index, int dimension)
    • reset

      void reset()