Class InMemoryBackendTestFactory
java.lang.Object
org.apache.polaris.persistence.nosql.inmemory.InMemoryBackendTestFactory
- All Implemented Interfaces:
AutoCloseable,org.apache.polaris.persistence.nosql.testextension.BackendTestFactory
public class InMemoryBackendTestFactory
extends Object
implements org.apache.polaris.persistence.nosql.testextension.BackendTestFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.polaris.persistence.nosql.testextension.BackendTestFactory
close
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
InMemoryBackendTestFactory
public InMemoryBackendTestFactory()
-
-
Method Details
-
createNewBackend
public org.apache.polaris.persistence.nosql.api.backend.Backend createNewBackend()- Specified by:
createNewBackendin interfaceorg.apache.polaris.persistence.nosql.testextension.BackendTestFactory
-
start
public void start()- Specified by:
startin interfaceorg.apache.polaris.persistence.nosql.testextension.BackendTestFactory
-
start
- Specified by:
startin interfaceorg.apache.polaris.persistence.nosql.testextension.BackendTestFactory- Throws:
Exception
-
stop
public void stop()- Specified by:
stopin interfaceorg.apache.polaris.persistence.nosql.testextension.BackendTestFactory
-
name
- Specified by:
namein interfaceorg.apache.polaris.persistence.nosql.testextension.BackendTestFactory
-