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)  | 
| Modifier and Type | Method and Description | 
|---|---|
MessageStore | 
create(SessionID sessionID)
Creates a message store implementation. 
 | 
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)
MessageStoreFactorycreate in interface MessageStoreFactorysessionID - the session ID, often used to access session configurationsCopyright © 2021. All rights reserved.