Class ListTablesResult

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLastReturnedIndex()
      Returns the index of the last table name returned.
      java.lang.String[] getTables()
      Returns the array of table names returned by the operation.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ListTablesResult

        public ListTablesResult()
    • Method Detail

      • getTables

        public java.lang.String[] getTables()
        Returns the array of table names returned by the operation.
        Returns:
        the table names
      • getLastReturnedIndex

        public int getLastReturnedIndex()
        Returns the index of the last table name returned. This can be provided to ListTablesRequest to be used as a starting point for listing tables.
        Returns:
        the index
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object