Class QuarkusServerManager

java.lang.Object
org.apache.polaris.service.quarkus.it.QuarkusServerManager
All Implemented Interfaces:
org.apache.polaris.service.it.ext.PolarisServerManager

public class QuarkusServerManager extends Object implements org.apache.polaris.service.it.ext.PolarisServerManager
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.polaris.service.it.env.Server
    serverForContext(org.junit.jupiter.api.extension.ExtensionContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.polaris.service.it.ext.PolarisServerManager

    accessManager, createClient, transformEntityName
  • Constructor Details

    • QuarkusServerManager

      public QuarkusServerManager()
  • Method Details

    • serverForContext

      public org.apache.polaris.service.it.env.Server serverForContext(org.junit.jupiter.api.extension.ExtensionContext context)
      Specified by:
      serverForContext in interface org.apache.polaris.service.it.ext.PolarisServerManager