|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableSpec | |
---|---|
com.splout.db.hadoop | This package contains all the classes that implement business logic for helping building Splout datastores using Hadoop with Pangool (http://pangool.net). |
Uses of TableSpec in com.splout.db.hadoop |
---|
Methods in com.splout.db.hadoop that return TableSpec | |
---|---|
TableSpec |
Table.getTableSpec()
|
Methods in com.splout.db.hadoop with parameters of type TableSpec | |
---|---|
protected static java.lang.String[] |
TupleSQLite4JavaOutputFormat.getCreateIndexes(TableSpec... tableSpecs)
|
protected static java.lang.String[] |
TupleSQLite4JavaOutputFormat.getCreateTables(TableSpec... tableSpecs)
|
protected static java.lang.String |
TablespaceGenerator.getPartitionByKey(com.datasalt.pangool.io.ITuple tuple,
TableSpec tableSpec,
JavascriptEngine jsEngine)
Returns the partition key either by using partition-by-fields or partition-by-javascript as configured in the Table Spec. |
Constructors in com.splout.db.hadoop with parameters of type TableSpec | |
---|---|
TupleSQLite4JavaOutputFormat(int batchSize,
TableSpec... dbSpec)
This OutputFormat receives a list of TableSpec . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |