Package 

Class MetaDataConfiguration


  • 
    public class MetaDataConfiguration
    
                        

    MetaDataConfiguration class holds the rc metadata config sendRate: represent the ratio of events that will be sent with metadata, for example: sendRate = 0.5, means that each 2nd event will be sent with metadata

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final double sendRate
    • Method Summary

      Modifier and Type Method Description
      double getSendRate()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetaDataConfiguration

        MetaDataConfiguration(double sendRate)