Class KeyOptions


  • public class KeyOptions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyOptions()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getKeys()  
      java.lang.String getKeyspace()  
      void setKeys​(java.lang.String[] keys)  
      void setKeyspace​(java.lang.String keyspace)  
      • Methods inherited from class java.lang.Object

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

      • KeyOptions

        public KeyOptions()
    • Method Detail

      • getKeys

        public java.lang.String[] getKeys()
      • setKeys

        public void setKeys​(java.lang.String[] keys)
      • getKeyspace

        public java.lang.String getKeyspace()
      • setKeyspace

        public void setKeyspace​(java.lang.String keyspace)