Class SchemaManagerProxyImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaManagerProxyImpl​(org.opennms.newts.cassandra.SchemaManager schemaManager)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void create​(java.io.InputStream schema)  
      • Methods inherited from class java.lang.Object

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

      • SchemaManagerProxyImpl

        public SchemaManagerProxyImpl​(org.opennms.newts.cassandra.SchemaManager schemaManager)
    • Method Detail

      • create

        public void create​(java.io.InputStream schema)
                    throws java.io.IOException
        Specified by:
        create in interface SchemaManagerProxy
        Throws:
        java.io.IOException