| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
DEFAULT_MINI_ACCUMULO_PASSWORD |
"Ge0wave" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
NODE_DIRECTORY_PREFIX |
"cassandra" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DATASTORE_OPTIONS_ENVIRONMENT_VARIABLE_NAME |
"STORE_OPTIONS" |
public static final String |
DATASTORE_OPTIONS_PROPERTY_NAME |
"testStoreOptions" |
public static final String |
STORE_TYPE_ENVIRONMENT_VARIABLE_NAME |
"STORE_TYPE" |
public static final String |
STORE_TYPE_PROPERTY_NAME |
"testStoreType" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_HBASE_TEMP_DIR |
"./target/hbase_temp" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
JAVA_SECURITY_KRB5_CONF |
"java.security.krb5.conf" |
public static final String |
SUN_SECURITY_KRB5_DEBUG |
"sun.security.krb5.debug" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final double |
DOUBLE_EPSILON |
1.0E-8 |
public static final String |
S3_INPUT_PATH |
"s3://geowave-test/data/gdelt" |
public static final String |
S3URL |
"s3.amazonaws.com" |
public static final String |
TEST_CASE_BASE |
"data/" |
public static final String |
TEST_FILTER_END_TIME_ATTRIBUTE_NAME |
"EndTime" |
public static final String |
TEST_FILTER_START_TIME_ATTRIBUTE_NAME |
"StartTime" |
public static final String |
TEST_NAMESPACE |
"mil_nga_giat_geowave_test" |
public static final String |
TEST_NAMESPACE_BAD |
"mil_nga_giat_geowave_test_BAD" |
public static final String |
TEST_RESOURCE_PACKAGE |
"org/locationtech/geowave/test/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_ZK_TEMP_DIR |
"./target/zk_temp" |
public static final String |
ZK_PROPERTY_NAME |
"zookeeperUrl" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HDFS_BASE_DIRECTORY |
"test_tmp" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EXPECTED_RESULTS_KEY |
"EXPECTED_RESULTS" |
public static final int |
MAX_INPUT_SPLITS |
5 |
public static final int |
MIN_INPUT_SPLITS |
3 |
public static final String |
TEST_EXPORT_DIRECTORY |
"basicMapReduceIT-export" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
ACCEPT_QUEUE_SIZE |
100 |
protected static final String |
EXISTING_GEOSERVER_LOGGING_PATH |
"target/geoserver/data/logging.xml" |
protected static final String |
GEOSERVER_BASE_URL |
"http://localhost:9011/geoserver" |
protected static final String |
GEOSERVER_CONTEXT_PATH |
"/geoserver" |
protected static final String |
GEOSERVER_PASS |
"geoserver" |
protected static final String |
GEOSERVER_REST_PATH |
"http://localhost:9011/geoserver/rest" |
protected static final String |
GEOSERVER_USER |
"admin" |
protected static final String |
GEOSERVER_WAR_DIR |
"target/geoserver" |
protected static final String |
GEOWAVE_BASE_URL |
"http://localhost:9011/restservices" |
protected static final String |
GEOWAVE_CONFIG_FILE |
"target/restservices/config.properties" |
protected static final String |
GEOWAVE_CONTEXT_PATH |
"/restservices" |
protected static final String |
GEOWAVE_WAR_DIR |
"target/restservices" |
protected static final String |
GEOWAVE_WORKSPACE_PATH |
"target/geoserver/data/workspaces/geowave_test" |
protected static final String |
JETTY_BASE_URL |
"http://localhost:9011" |
protected static final int |
JETTY_PORT |
9011 |
protected static final int |
MAX_FORM_CONTENT_SIZE |
2097152 |
protected static final int |
SO_LINGER_TIME |
-1 |
protected static final String |
TEST_GEOSERVER_LOG_PROPERTIES_PATH |
"target/geoserver/data/logs/log4j-test.properties" |
protected static final String |
TEST_GEOSERVER_LOGGING_PATH |
"src/test/resources/logging.xml" |
protected static final String |
TEST_LOG_PROPERTIES_PATH |
"src/test/resources/log4j-test.properties" |
protected static final String |
TEST_SLD_DISTRIBUTED_RENDER_FILE |
"src/test/resources/sld/DistributedRender.sld" |
protected static final String |
TEST_SLD_MAJOR_SUBSAMPLE_FILE |
"src/test/resources/sld/SubsamplePoints-100px.sld" |
protected static final String |
TEST_SLD_MINOR_SUBSAMPLE_FILE |
"src/test/resources/sld/SubsamplePoints-10px.sld" |
protected static final String |
TEST_SLD_NO_DIFFERENCE_FILE |
"src/test/resources/sld/SubsamplePoints-2px.sld" |
protected static final String |
TEST_STYLE_NAME_DISTRIBUTED_RENDER |
"DistributedRender" |
protected static final String |
TEST_STYLE_NAME_MAJOR_SUBSAMPLE |
"SubsamplePoints-100px" |
protected static final String |
TEST_STYLE_NAME_MINOR_SUBSAMPLE |
"SubsamplePoints-10px" |
protected static final String |
TEST_STYLE_NAME_NO_DIFFERENCE |
"SubsamplePoints-2px" |
protected static final String |
TEST_STYLE_PATH |
"src/test/resources/sld/" |
protected static final String |
TEST_WORKSPACE |
"geowave_test" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
cqlSpatialQuery |
"BBOX(geometry,0.0,0.0, 25.0, 25.0)" |
public static final String |
indexName |
"grpcspatial" |
public static final String |
outputStoreName |
"grpc-output" |
public static final String |
storeName |
"grpc" |
public static final String |
temporalQueryEndTime |
"2016-02-21T01:32Z" |
public static final String |
temporalQueryStartTime |
"2016-02-20T01:32Z" |
public static final String |
typeName |
"TestGeometry" |
public static final String |
wktSpatialQuery |
"POLYGON (( 0.0 0.0, 0.0 25.0, 25.0 25.0, 25.0 0.0, 0.0 0.0))" |
Copyright © 2013–2021. All rights reserved.