Uses of Interface
org.mockserver.state.KeyValueStore
Packages that use KeyValueStore
-
Uses of KeyValueStore in org.mockserver.mock
Methods in org.mockserver.mock with parameters of type KeyValueStoreModifier and TypeMethodDescriptionvoidScenarioManager.setScenarioStates(KeyValueStore<String> scenarioStates) Replaces the scenario states store.Constructors in org.mockserver.mock with parameters of type KeyValueStoreModifierConstructorDescriptionScenarioManager(KeyValueStore<String> scenarioStates) Creates a ScenarioManager backed by the givenKeyValueStore. -
Uses of KeyValueStore in org.mockserver.state
Classes in org.mockserver.state that implement KeyValueStoreModifier and TypeClassDescriptionclassIn-memoryKeyValueStorefor expectations, backed by aCircularPriorityQueuethat provides identical ordering and insertion-order eviction to today'sRequestMatchersinternals.classGeneral-purpose in-memoryKeyValueStorebacked by aConcurrentHashMap.Methods in org.mockserver.state that return KeyValueStoreModifier and TypeMethodDescriptionKeyValueStore<com.fasterxml.jackson.databind.node.ObjectNode>InMemoryStateBackend.crudEntities(String namespace) KeyValueStore<com.fasterxml.jackson.databind.node.ObjectNode>StateBackend.crudEntities(String namespace) Returns a CRUD entity key-value store for the given namespace.InMemoryStateBackend.expectations()StateBackend.expectations()Returns the expectation key-value store.InMemoryStateBackend.scenarioStates()StateBackend.scenarioStates()Returns the scenario-state key-value store. -
Uses of KeyValueStore in org.mockserver.state.infinispan
Classes in org.mockserver.state.infinispan that implement KeyValueStoreMethods in org.mockserver.state.infinispan that return KeyValueStoreModifier and TypeMethodDescriptionKeyValueStore<com.fasterxml.jackson.databind.node.ObjectNode>InfinispanStateBackend.crudEntities(String namespace) InfinispanStateBackend.expectations()InfinispanStateBackend.scenarioStates()