public abstract class PersistenceBackendFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
FALLBACK_RETRY_TIME |
static String |
HOME_SYSTEM_PROPERTY |
| Constructor and Description |
|---|
PersistenceBackendFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected static FallbackPersistenceBackend |
createFallback(String context) |
protected static PersistenceBackend |
discoverPersistenceBackend(String context) |
static void |
flush(String context,
long timeout,
TimeUnit timeUnit) |
static void |
flushAll(long timeout,
TimeUnit timeUnit) |
protected static Long |
getFallbackLastCheck(String scope) |
static PersistenceBackend |
getPersistenceBackend(String context) |
protected static PersistenceBackend |
rediscoverPersistenceBackend(PersistenceBackend actual,
String context) |
protected static String |
sanitizeContext(String context) |
static void |
setFallbackLocation(String path) |
public static final String HOME_SYSTEM_PROPERTY
public static final long FALLBACK_RETRY_TIME
protected static Long getFallbackLastCheck(String scope)
public static void setFallbackLocation(String path)
protected static FallbackPersistenceBackend createFallback(String context)
protected static PersistenceBackend discoverPersistenceBackend(String context)
protected static PersistenceBackend rediscoverPersistenceBackend(PersistenceBackend actual, String context)
public static PersistenceBackend getPersistenceBackend(String context)
Copyright © 2016. All Rights Reserved.