Class Tables


  • public final class Tables
    extends Object
    Handles DynamoDB locations.
    Since:
    0.8
    • Constructor Detail

      • Tables

        public Tables​(Collection<String> locations,
                      String endpoint,
                      Integer port,
                      String key,
                      String secret)
        Public ctor.
        Parameters:
        locations - The location of the tables to be created, in JSON format
        endpoint - AWS endpoint
        port - Tcp port
        key - AWS key
        secret - AWS secret
    • Method Detail

      • create

        public void create()
                    throws IOException
        Creates tables.
        Throws:
        IOException - if something goes wrong