Interface BackendTestFactory

All Superinterfaces:
AutoCloseable

public interface BackendTestFactory extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    org.apache.polaris.persistence.nosql.api.backend.Backend
     
     
    void
     
    default void
    start(Optional<String> containerNetworkId)
    For backends relying on containers, start the backend with an optional container network ID.
    void