public class CStoreServiceAppImpl extends StoreServiceAppImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
CHARSET_PROPERTY
Names the Charset used by the implementation.
|
static String |
CONNECTION_RETRY_DELAY_PROPERTY
The elapsed time before retrying to connect.
|
static ElapsedTime |
DEFAULT_CONNECTION_RETRY_DELAY
Default connect retry delay.
|
static ElapsedTime |
DEFAULT_NOTIFIER_POLL_INTERVAL
Default notifier poll interval.
|
static String |
ENV_PROPERTIES
Properties group for the implementation environment.
|
static String |
IMPL_SO_PROPERTY
Names the shareable object for the implementation.
|
static String |
LOG_LEVEL_PROPERTY
The log level for the implementation.
|
static String |
LOG_NAME_PROPERTY
The log name for the store instance.
|
static String |
NOTIFIER_POLL_INTERVAL_PROPERTY
Specifies the elapsed time between notices poll.
|
static String |
NOTIFY_DELETES_PROPERTY
Enables the generation of notices for deleted values.
|
static String |
NOTIFY_UPDATES_PROPERTY
Enables the generation of notices for updated values.
|
static String |
SERVER_PROPERTIES
Server properties.
|
BACK_END_LIMIT_PROPERTY, DEFAULT_NOTIFIER_CLASS, DEFAULT_POLATOR, DEFAULT_REPLICATOR, DEFAULT_RESPONSE_LIMIT, DEFAULT_SERVER_PROPERTIES, DEFAULT_STORE_DATA_DIR, DEFAULT_UPDATES_LISTENER, NOTICES_FILTERED_PROPERTY, NOTIFIER_CLASS_PROPERTY, POLATOR_CLASS_PROPERTY, PULL_DISABLED_PROPERTY, REPLICATOR_CLASS_PROPERTY, RESPONSE_LIMIT_PROPERTY, STORE_DATA_DIR_PROPERTY, STORE_NAME_PROPERTY, UPDATES_LISTENER_CLASS_PROPERTY, UPDATES_LISTENER_PROPERTIESSERVICE_APP_PROPERTIES| Constructor and Description |
|---|
CStoreServiceAppImpl() |
| Modifier and Type | Method and Description |
|---|---|
CStoreServer |
getServer()
Gets the store server instance.
|
protected boolean |
setUp()
Sets up this store service.
|
void |
tearDown()
Tears down the application.
|
addNotice, addNoticeListener, areNoticesFiltered, doPendingActions, getArchiver, getBackEndLimit, getDefaultStoreName, getEntityName, getNoticesFilter, getPolator, getReplicator, getResponseLimit, getServerName, getServerProperties, getStoreDataDir, getStoreEntity, getStoreStats, isNullRemoves, isPullDisabled, makeNoticesFilter, onNewMetadata, onSignal, rebind, refreshMetadata, refreshNoticesFilter, registerServer, registerServer, removeNoticeListener, run, sendNotices, setUp, setUp, setUpArchiver, setUpNotifier, start, stop, storeMetadataFilter, unregisterServergetMetadata, getService, loadMetadata, setUpcreateStats, fail, getConfig, getConfigProperties, getDataDir, getJoinTimeout, getProperties, getSourceUUID, getThisLogger, getTimer, onAlert, onEvent, onServiceNotAvailableException, onServicesNotReady, onServicesReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateStats, onAlert, onEvent, onServicesNotReady, onServicesReady, setUppublic static final String CHARSET_PROPERTY
public static final String CONNECTION_RETRY_DELAY_PROPERTY
public static final ElapsedTime DEFAULT_CONNECTION_RETRY_DELAY
public static final ElapsedTime DEFAULT_NOTIFIER_POLL_INTERVAL
public static final String ENV_PROPERTIES
public static final String IMPL_SO_PROPERTY
public static final String LOG_LEVEL_PROPERTY
public static final String LOG_NAME_PROPERTY
public static final String NOTIFIER_POLL_INTERVAL_PROPERTY
public static final String NOTIFY_DELETES_PROPERTY
public static final String NOTIFY_UPDATES_PROPERTY
public static final String SERVER_PROPERTIES
public CStoreServer getServer()
public void tearDown()
Overidden as needed by the application.
Called by the framework and by overriding classes at the end of the override.
tearDown in interface ServiceApptearDown in class StoreServiceAppImplprotected boolean setUp()
setUp in class StoreServiceAppImplCopyright © 2003-2019 Serge Brisson. All Rights Reserved.