public abstract class AccountingPersistenceBackendFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
FALLBACK_RETRY_TIME |
static String |
HOME_SYSTEM_PROPERTY |
| Constructor and Description |
|---|
AccountingPersistenceBackendFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected static FallbackPersistenceBackend |
createFallback(String scope) |
protected static AccountingPersistenceBackend |
discoverAccountingPersistenceBackend(String scope) |
static void |
flushAll(long timeout,
TimeUnit timeUnit) |
protected static Long |
getFallbackLastCheck(String scope) |
protected static AccountingPersistenceBackend |
getPersistenceBackend() |
protected static AccountingPersistenceBackend |
rediscoverAccountingPersistenceBackend(AccountingPersistenceBackend actual,
String scope) |
protected 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)
protected static void setFallbackLocation(String path)
protected static FallbackPersistenceBackend createFallback(String scope)
protected static AccountingPersistenceBackend discoverAccountingPersistenceBackend(String scope)
protected static AccountingPersistenceBackend rediscoverAccountingPersistenceBackend(AccountingPersistenceBackend actual, String scope)
protected static AccountingPersistenceBackend getPersistenceBackend()
Copyright © 2015. All Rights Reserved.