@Generated public class OnlineTablesAPI extends Object
Constructor and Description |
---|
OnlineTablesAPI(ApiClient apiClient)
Regular-use constructor
|
OnlineTablesAPI(OnlineTablesService mock)
Constructor for mocks
|
Modifier and Type | Method and Description |
---|---|
OnlineTable |
create(CreateOnlineTableRequest request)
Create an Online Table.
|
void |
delete(DeleteOnlineTableRequest request)
Delete an Online Table.
|
void |
delete(String name) |
OnlineTable |
get(GetOnlineTableRequest request)
Get an Online Table.
|
OnlineTable |
get(String name) |
OnlineTablesService |
impl() |
public OnlineTablesAPI(ApiClient apiClient)
public OnlineTablesAPI(OnlineTablesService mock)
public OnlineTable create(CreateOnlineTableRequest request)
Create a new Online Table.
public void delete(String name)
public void delete(DeleteOnlineTableRequest request)
Delete an online table. Warning: This will delete all the data in the online table. If the source Delta table was deleted or modified since this Online Table was created, this will lose the data forever!
public OnlineTable get(String name)
public OnlineTable get(GetOnlineTableRequest request)
Get information about an existing online table and its status.
public OnlineTablesService impl()
Copyright © 2024. All rights reserved.