Class StateToInstances


  • public class StateToInstances
    extends java.lang.Object
    Sometimes you have a topic sampling state, but not the original instance list file. This class is a command line tool that reads a state.gz file and creates an instance list file that is compatible with that state.
    • 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
    • Constructor Detail

      • StateToInstances

        public StateToInstances()
    • Method Detail

      • main

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