Class PolarisCatalogGenericTableApiServiceImpl
java.lang.Object
org.apache.polaris.service.catalog.api.impl.PolarisCatalogGenericTableApiServiceImpl
- All Implemented Interfaces:
PolarisCatalogGenericTableApiService
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:55.320737337Z[UTC]",
comments="Generator version: 7.12.0")
public class PolarisCatalogGenericTableApiServiceImpl
extends Object
implements PolarisCatalogGenericTableApiService
Default implementation of the PolarisCatalogGenericTableApiService. Provides default
implemntations for all service methods that return 501 error codes (not implemented).
This file is automatically generated by the OpenAPI Code Generator based on configuration in the
pom.xml file in the module.
DO NOT EDIT THIS FILE BY HAND - CHANGES WILL BE AUTOMATICALLY OVERWRITTEN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsecreateGenericTable(String prefix, String namespace, CreateGenericTableRequest createGenericTableRequest, org.apache.polaris.core.context.RealmContext realmContext, jakarta.ws.rs.core.SecurityContext securityContext) jakarta.ws.rs.core.ResponsedropGenericTable(String prefix, String namespace, String genericTable, org.apache.polaris.core.context.RealmContext realmContext, jakarta.ws.rs.core.SecurityContext securityContext) jakarta.ws.rs.core.ResponselistGenericTables(String prefix, String namespace, String pageToken, Integer pageSize, org.apache.polaris.core.context.RealmContext realmContext, jakarta.ws.rs.core.SecurityContext securityContext) jakarta.ws.rs.core.ResponseloadGenericTable(String prefix, String namespace, String genericTable, org.apache.polaris.core.context.RealmContext realmContext, jakarta.ws.rs.core.SecurityContext securityContext)
-
Constructor Details
-
PolarisCatalogGenericTableApiServiceImpl
public PolarisCatalogGenericTableApiServiceImpl()
-
-
Method Details
-
createGenericTable
public jakarta.ws.rs.core.Response createGenericTable(String prefix, String namespace, CreateGenericTableRequest createGenericTableRequest, org.apache.polaris.core.context.RealmContext realmContext, jakarta.ws.rs.core.SecurityContext securityContext) - Specified by:
createGenericTablein interfacePolarisCatalogGenericTableApiService
-
dropGenericTable
public jakarta.ws.rs.core.Response dropGenericTable(String prefix, String namespace, String genericTable, org.apache.polaris.core.context.RealmContext realmContext, jakarta.ws.rs.core.SecurityContext securityContext) - Specified by:
dropGenericTablein interfacePolarisCatalogGenericTableApiService
-
listGenericTables
public jakarta.ws.rs.core.Response listGenericTables(String prefix, String namespace, String pageToken, Integer pageSize, org.apache.polaris.core.context.RealmContext realmContext, jakarta.ws.rs.core.SecurityContext securityContext) - Specified by:
listGenericTablesin interfacePolarisCatalogGenericTableApiService
-
loadGenericTable
public jakarta.ws.rs.core.Response loadGenericTable(String prefix, String namespace, String genericTable, org.apache.polaris.core.context.RealmContext realmContext, jakarta.ws.rs.core.SecurityContext securityContext) - Specified by:
loadGenericTablein interfacePolarisCatalogGenericTableApiService
-