| Package | Description |
|---|---|
| org.locationtech.geowave.analytic.param |
| Modifier and Type | Method and Description |
|---|---|
PersistableStore |
OutputStoreParameterHelper.getValue(org.apache.hadoop.mapreduce.JobContext context,
Class<?> scope,
PersistableStore defaultValue) |
PersistableStore |
InputStoreParameterHelper.getValue(org.apache.hadoop.mapreduce.JobContext context,
Class<?> scope,
PersistableStore defaultValue) |
PersistableStore |
OutputStoreParameterHelper.getValue(PropertyManagement propertyManagement) |
PersistableStore |
InputStoreParameterHelper.getValue(PropertyManagement propertyManagement) |
| Modifier and Type | Method and Description |
|---|---|
Class<PersistableStore> |
OutputStoreParameterHelper.getBaseClass() |
Class<PersistableStore> |
InputStoreParameterHelper.getBaseClass() |
| Modifier and Type | Method and Description |
|---|---|
PersistableStore |
OutputStoreParameterHelper.getValue(org.apache.hadoop.mapreduce.JobContext context,
Class<?> scope,
PersistableStore defaultValue) |
PersistableStore |
InputStoreParameterHelper.getValue(org.apache.hadoop.mapreduce.JobContext context,
Class<?> scope,
PersistableStore defaultValue) |
void |
OutputStoreParameterHelper.setValue(org.apache.hadoop.conf.Configuration config,
Class<?> scope,
PersistableStore value) |
void |
InputStoreParameterHelper.setValue(org.apache.hadoop.conf.Configuration config,
Class<?> scope,
PersistableStore value) |
void |
OutputStoreParameterHelper.setValue(PropertyManagement propertyManagement,
PersistableStore value) |
void |
InputStoreParameterHelper.setValue(PropertyManagement propertyManagement,
PersistableStore value) |
Copyright © 2013–2022. All rights reserved.