Class WithProperties

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class WithProperties
    extends java.lang.Object
    implements java.lang.AutoCloseable
    Parts of this class are copied from Cassandra's org.apache.cassandra.distributed.shared.WithProperties class.
    • Constructor Summary

      Constructors 
      Constructor Description
      WithProperties()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      WithProperties with​(java.lang.String... kvs)  
      • Methods inherited from class java.lang.Object

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

      • WithProperties

        public WithProperties()
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable