Package org.hackystat.sensorbase.resource.db

Provides resources for database manipulation.

See:
          Description

Class Summary
CompressResource Implements the Resource for processing PUT {host}/db/table/compress requests.
IndexResource Implements the Resource for processing PUT {host}/db/table/index requests.
RowCountResource Implements the resource for obtaining the number of rows in a specifed table using GET {host}/db/table/{table}/rowcount.
TestCompressRestApi Tests the Compress REST API.
TestIndexRestApi Tests the Index REST API.
TestRowCountRestApi Tests the RowCount API.
 

Package org.hackystat.sensorbase.resource.db Description

Provides resources for database manipulation.