public class SleepycatStoreFactory extends Object implements MessageStoreFactory
Modifier and Type | Field and Description |
---|---|
static String |
SETTING_SLEEPYCAT_DATABASE_DIR
Directory path where Sleepycat files are stored.
|
static String |
SETTING_SLEEPYCAT_MESSAGE_DB_NAME
Database name for the message database.
|
static String |
SETTING_SLEEPYCAT_SEQUENCE_DB_NAME
Database name for the sequence number database.
|
Constructor and Description |
---|
SleepycatStoreFactory(SessionSettings settings) |
public static final String SETTING_SLEEPYCAT_DATABASE_DIR
public static final String SETTING_SLEEPYCAT_SEQUENCE_DB_NAME
public static final String SETTING_SLEEPYCAT_MESSAGE_DB_NAME
public SleepycatStoreFactory(SessionSettings settings)
public MessageStore create(SessionID sessionID)
MessageStoreFactory
create
in interface MessageStoreFactory
sessionID
- the session ID, often used to access session configurationsCopyright © 2016. All rights reserved.