Class Example1

    • Constructor Detail

      • Example1

        public Example1()
    • Method Detail

      • sample

        public SampleResult sample​(Entry e)
        Description copied from interface: Sampler
        Obtains statistics about the given Entry, and packages the information into a SampleResult.
        Specified by:
        sample in interface Sampler
        Parameters:
        e - the Entry (TODO seems to be unused)
        Returns:
        information about the sample
      • setMyStringProperty

        public void setMyStringProperty​(String s)
      • getMyStringProperty

        public String getMyStringProperty()