|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquickfix.SleepycatStoreFactory
public class SleepycatStoreFactory
Message store using the Sleepycat Java Edition database for message and sequence number storage.
Field Summary | |
---|---|
static java.lang.String |
SETTING_SLEEPYCAT_DATABASE_DIR
Directory path where Sleepycat files are stored. |
static java.lang.String |
SETTING_SLEEPYCAT_MESSAGE_DB_NAME
Database name for the message database. |
static java.lang.String |
SETTING_SLEEPYCAT_SEQUENCE_DB_NAME
Database name for the sequence number database. |
Constructor Summary | |
---|---|
SleepycatStoreFactory(SessionSettings settings)
|
Method Summary | |
---|---|
MessageStore |
create(SessionID sessionID)
Creates a message store implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SETTING_SLEEPYCAT_DATABASE_DIR
public static final java.lang.String SETTING_SLEEPYCAT_SEQUENCE_DB_NAME
public static final java.lang.String SETTING_SLEEPYCAT_MESSAGE_DB_NAME
Constructor Detail |
---|
public SleepycatStoreFactory(SessionSettings settings)
Method Detail |
---|
public MessageStore create(SessionID sessionID)
MessageStoreFactory
create
in interface MessageStoreFactory
sessionID
- the session ID, often used to access session configurations
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |