public class LocalStoreMonitorConfig
extends org.apache.samza.config.MapConfig
LocalStoreMonitor.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_IGNORE_FAILURES
Will make LocalStoreMonitor ignore failures during store clean ups.
|
| Constructor and Description |
|---|
LocalStoreMonitorConfig(org.apache.samza.config.Config config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIgnoreFailures()
Determines if failures in store cleanup of individual jobs should be ignored in
LocalStoreMonitor. |
java.util.List<java.lang.String> |
getJobStatusServers() |
java.lang.String |
getLocalStoreBaseDir() |
long |
getOffsetFileTTL() |
containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, sanitize, size, toString, valuesclear, get, getBoolean, getBoolean, getClass, getDate, getDate, getDate, getDate, getDate, getDate, getDouble, getDouble, getInt, getInt, getList, getList, getLong, getLong, getNewInstance, getShort, getShort, put, putAll, regexSubset, remove, replaceAll, subset, subsetpublic static final java.lang.String CONFIG_IGNORE_FAILURES
public LocalStoreMonitorConfig(org.apache.samza.config.Config config)
public java.lang.String getLocalStoreBaseDir()
public long getOffsetFileTTL()
public java.util.List<java.lang.String> getJobStatusServers()
public boolean getIgnoreFailures()
LocalStoreMonitor.LocalStoreMonitor implementation.
false, otherwise.