public class AccumuloStoreTestEnvironment extends StoreTestEnvironment
| Modifier and Type | Field and Description |
|---|---|
protected String |
accumuloInstance |
protected String |
accumuloPassword |
protected String |
accumuloUser |
protected static String |
DEFAULT_MINI_ACCUMULO_PASSWORD |
protected org.apache.accumulo.minicluster.MiniAccumuloCluster |
miniAccumulo |
protected static File |
TEMP_DIR |
protected String |
zookeeper |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccumuloInstance() |
String |
getAccumuloPassword() |
String |
getAccumuloUser() |
protected org.locationtech.geowave.core.store.GenericStoreFactory<org.locationtech.geowave.core.store.api.DataStore> |
getDataStoreFactory() |
TestEnvironment[] |
getDependentEnvironments() |
static AccumuloStoreTestEnvironment |
getInstance() |
protected GeoWaveTestStore.GeoWaveStoreType |
getStoreType() |
String |
getZookeeper() |
protected void |
initOptions(org.locationtech.geowave.core.store.StoreFactoryOptions options) |
void |
setup() |
void |
tearDown() |
getDataStoreOptions, getMaxCellSizeprotected static final String DEFAULT_MINI_ACCUMULO_PASSWORD
protected static final File TEMP_DIR
protected String zookeeper
protected String accumuloInstance
protected String accumuloUser
protected String accumuloPassword
protected org.apache.accumulo.minicluster.MiniAccumuloCluster miniAccumulo
public static AccumuloStoreTestEnvironment getInstance()
public void setup()
public void tearDown()
protected void initOptions(org.locationtech.geowave.core.store.StoreFactoryOptions options)
initOptions in class StoreTestEnvironmentprotected org.locationtech.geowave.core.store.GenericStoreFactory<org.locationtech.geowave.core.store.api.DataStore> getDataStoreFactory()
getDataStoreFactory in class StoreTestEnvironmentprotected GeoWaveTestStore.GeoWaveStoreType getStoreType()
getStoreType in class StoreTestEnvironmentpublic String getZookeeper()
public String getAccumuloInstance()
public String getAccumuloUser()
public String getAccumuloPassword()
public TestEnvironment[] getDependentEnvironments()
Copyright © 2013–2021. All rights reserved.