Class DefaultStores
java.lang.Object
com.github.tomakehurst.wiremock.store.DefaultStores
- All Implemented Interfaces:
Stores,StoresLifecycle
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.tomakehurst.wiremock.store.Stores
Stores.PersistenceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlobStore(String name) getObjectStore(String name, Stores.PersistenceType persistenceTypeHint, int maxItems) voidstart()voidstop()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.tomakehurst.wiremock.store.Stores
getFilesBlobStore, getMappingsBlobStore, getObjectStore, getObjectStore
-
Constructor Details
-
DefaultStores
-
-
Method Details
-
getStubStore
- Specified by:
getStubStorein interfaceStores
-
getRequestJournalStore
- Specified by:
getRequestJournalStorein interfaceStores
-
getSettingsStore
- Specified by:
getSettingsStorein interfaceStores
-
getScenariosStore
- Specified by:
getScenariosStorein interfaceStores
-
getRecorderStateStore
- Specified by:
getRecorderStateStorein interfaceStores
-
getMessageChannelStore
- Specified by:
getMessageChannelStorein interfaceStores
-
getMessageStubMappingStore
- Specified by:
getMessageStubMappingStorein interfaceStores
-
getMessageJournalStore
- Specified by:
getMessageJournalStorein interfaceStores
-
getBlobStore
- Specified by:
getBlobStorein interfaceStores
-
getObjectStore
public ObjectStore getObjectStore(String name, Stores.PersistenceType persistenceTypeHint, int maxItems) - Specified by:
getObjectStorein interfaceStores
-
start
public void start()- Specified by:
startin interfaceStoresLifecycle
-
stop
public void stop()- Specified by:
stopin interfaceStoresLifecycle
-