| Package | Description |
|---|---|
| org.locationtech.geowave.test | |
| org.locationtech.geowave.test.mapreduce |
| Modifier and Type | Method and Description |
|---|---|
static TestUtils.DimensionalityType |
TestUtils.DimensionalityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestUtils.DimensionalityType[] |
TestUtils.DimensionalityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TestUtils.testLocalIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String ingestFilePath) |
static void |
TestUtils.testLocalIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String ingestFilePath,
int nthreads) |
static void |
TestUtils.testLocalIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String ingestFilePath,
String format,
int nthreads) |
static void |
TestUtils.testLocalIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String crsCode,
String ingestFilePath,
String format,
int nthreads) |
static void |
TestUtils.testLocalIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String crsCode,
String ingestFilePath,
String format,
int nthreads,
boolean supportTimeRange) |
static void |
TestUtils.testS3LocalIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String s3Url,
String ingestFilePath,
String format,
int nthreads) |
static void |
TestUtils.testSparkIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String format) |
static void |
TestUtils.testSparkIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String s3Url,
String ingestFilePath,
String format) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MapReduceTestUtils.testMapReduceExportAndReingest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions inputStorePluginOptions,
org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions outputStorePluginOptions,
TestUtils.DimensionalityType dimensionalityType) |
static void |
MapReduceTestUtils.testMapReduceIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String ingestFilePath) |
static void |
MapReduceTestUtils.testMapReduceIngest(org.locationtech.geowave.core.store.cli.store.DataStorePluginOptions dataStore,
TestUtils.DimensionalityType dimensionalityType,
String format,
String ingestFilePath) |
Copyright © 2013–2019. All rights reserved.