Class ThroughputLatencyClient


  • public class ThroughputLatencyClient
    extends java.lang.Object
    Example client that updates a BFT replicated service (a counter).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int initId  
      static java.lang.String privKey  
      static java.lang.String pubKey  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • initId

        public static int initId
      • privKey

        public static java.lang.String privKey
      • pubKey

        public static java.lang.String pubKey
    • Constructor Detail

      • ThroughputLatencyClient

        public ThroughputLatencyClient()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException