|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectproper.relaggs.RelaggsConfig
public class RelaggsConfig
Title: RelaggsConfig Description: Reads the application properties out of a config file and stores them.
Field Summary | |
---|---|
static java.lang.String |
dbdatabase
the initial database (can be empty) |
static java.lang.String |
dbdriver
database driver. |
static java.lang.String |
dbhost
Password for the database access. |
static java.lang.String |
dblimit
|
static java.lang.String |
dblimit_rows
the statement that limits the result to a certain amount of rows |
static java.lang.String |
dbpassword
Password for the database access. |
static java.lang.String |
dbport
Password for the database access. |
static java.lang.String |
dbsubprotocol
User name for the database access. |
static boolean |
dbuseforeignkeys
whether to utilize the foreign key relations from the metadata |
static java.lang.String |
dbuser
User name for the database access. |
static int |
max_aggr_values
The maximum number of distinct values for a string or date attribute to be splitted in columns during aggregation. |
static int |
max_groups
The maximum number of distinct values for a string or date attribute to be used for a group by operation during aggregation. |
static int |
min_avg_group_size
The mimimum value for the average number of records that are aggregated on a group by operation. |
static double |
min_fill_percentage
The minimum percentage of records that must have an attribute value not equal to NULL for a group by operation. |
static java.util.Properties |
properties
|
static java.lang.String |
relaggs_name
The name of the created RELAGGS table. |
static java.lang.String |
relaggs_tmpprefix
The prefix of the name of the temporary RELAGGS tables. |
Constructor Summary | |
---|---|
RelaggsConfig()
|
Method Summary | |
---|---|
static void |
getValues()
reads all the values from the properties object and sets the static variables |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.Properties properties
public static java.lang.String dbdriver
public static java.lang.String dbsubprotocol
public static java.lang.String dblimit_rows
public static java.lang.String dblimit
public static java.lang.String dbdatabase
public static boolean dbuseforeignkeys
public static java.lang.String dbuser
public static java.lang.String dbpassword
public static java.lang.String dbhost
public static java.lang.String dbport
public static java.lang.String relaggs_name
public static java.lang.String relaggs_tmpprefix
public static int max_aggr_values
public static int max_groups
max_aggr_values
.
public static int min_avg_group_size
public static double min_fill_percentage
Constructor Detail |
---|
public RelaggsConfig()
Method Detail |
---|
public static void getValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |