Package com.mapr.client
Interface Connection
-
- All Known Implementing Classes:
MapRClient
public interface Connection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TablecreateTable(java.lang.String tablePath)TablegetTable(java.lang.String tablePath)
-
-
-
Method Detail
-
getTable
Table getTable(java.lang.String tablePath) throws MapRClientException
- Throws:
MapRClientException
-
createTable
Table createTable(java.lang.String tablePath) throws MapRClientException
- Throws:
MapRClientException
-
-