Uses of Interface
org.mockserver.state.BlobStore
Packages that use BlobStore
Package
Description
-
Uses of BlobStore in org.mockserver.blob.azure
Classes in org.mockserver.blob.azure that implement BlobStore -
Uses of BlobStore in org.mockserver.blob.gcs
Classes in org.mockserver.blob.gcs that implement BlobStore -
Uses of BlobStore in org.mockserver.blob.s3
Classes in org.mockserver.blob.s3 that implement BlobStoreModifier and TypeClassDescriptionclassBlobStoreimplementation backed by AWS S3 (or any S3-compatible store such as MinIO). -
Uses of BlobStore in org.mockserver.persistence
Constructors in org.mockserver.persistence with parameters of type BlobStoreModifierConstructorDescriptionExpectationFileSystemPersistence(Configuration configuration, MockServerLogger mockServerLogger, RequestMatchers requestMatchers, BlobStore blobStore) Creates persistence backed by the givenBlobStore.RecordedExpectationFileSystemPersistence(Configuration configuration, MockServerLogger mockServerLogger, MockServerEventLog mockServerEventLog, BlobStore blobStore) Creates persistence backed by the givenBlobStore. -
Uses of BlobStore in org.mockserver.state
Classes in org.mockserver.state that implement BlobStoreModifier and TypeClassDescriptionclassFilesystem-backedBlobStoreimplementation.classIn-memoryBlobStoreimplementation backed by aConcurrentHashMap.Methods in org.mockserver.state that return BlobStoreModifier and TypeMethodDescriptionInMemoryStateBackend.blobs()StateBackend.blobs()Returns the blob store for persisted expectations, recorded cassettes, fixtures, and snapshots.BlobStoreFactory.create(Configuration configuration) Creates aBlobStorefrom the given configuration.Methods in org.mockserver.state with parameters of type BlobStoreModifier and TypeMethodDescriptionstatic StringBlobKeys.forPersistedFile(BlobStore blobStore, Path filePath) Derives the object-store key under which a persisted document is stored.Constructors in org.mockserver.state with parameters of type BlobStoreModifierConstructorDescriptionInMemoryStateBackend(int maxExpectations, BlobStore blobStore) Creates an in-memory state backend with an externally-suppliedBlobStore. -
Uses of BlobStore in org.mockserver.state.infinispan
Classes in org.mockserver.state.infinispan that implement BlobStoreMethods in org.mockserver.state.infinispan that return BlobStore