Interface BackendConfiguration.BuildableBackendConfiguration

All Superinterfaces:
BackendConfiguration
Enclosing interface:
BackendConfiguration

@PolarisImmutable public static interface BackendConfiguration.BuildableBackendConfiguration extends BackendConfiguration
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.polaris.persistence.nosql.api.backend.BackendConfiguration

    BackendConfiguration.BuildableBackendConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.polaris.persistence.nosql.api.backend.ImmutableBuildableBackendConfiguration.Builder
     
    Name of the persistence backend to use.
  • Method Details

    • builder

      static org.apache.polaris.persistence.nosql.api.backend.ImmutableBuildableBackendConfiguration.Builder builder()
    • type

      Optional<String> type()
      Description copied from interface: BackendConfiguration
      Name of the persistence backend to use.
      Specified by:
      type in interface BackendConfiguration