Uses of Class
org.mockserver.state.ExpectationEntry
Packages that use ExpectationEntry
-
Uses of ExpectationEntry in org.mockserver.state
Methods in org.mockserver.state that return types with arguments of type ExpectationEntryModifier and TypeMethodDescriptionInMemoryExpectationKeyValueStore.entries()InMemoryStateBackend.expectations()StateBackend.expectations()Returns the expectation key-value store.InMemoryExpectationKeyValueStore.getQueue()Exposes the underlying queue so thatRequestMatcherscan use its iteration/sorting without re-implementing it.InMemoryExpectationKeyValueStore.putIfAbsent(String key, ExpectationEntry value) InMemoryExpectationKeyValueStore.toSortedList()Returns the sorted list of entries, in the same order as today'sCircularPriorityQueue.toSortedList().Methods in org.mockserver.state with parameters of type ExpectationEntryModifier and TypeMethodDescriptionbooleanInMemoryExpectationKeyValueStore.compareAndSet(String key, long expectedVersion, ExpectationEntry value) longInMemoryExpectationKeyValueStore.put(String key, ExpectationEntry value) InMemoryExpectationKeyValueStore.putIfAbsent(String key, ExpectationEntry value) Constructors in org.mockserver.state with parameters of type ExpectationEntryModifierConstructorDescriptionExpectationEntry(ExpectationEntry source, int remainingTimes) Copy constructor for CAS updates: creates a new entry with an updatedremainingTimescounter while preserving all other fields. -
Uses of ExpectationEntry in org.mockserver.state.infinispan
Methods in org.mockserver.state.infinispan that return types with arguments of type ExpectationEntry