Documentation
¶
Index ¶
- Constants
- func FlashbackTenant(name string, newName *string) *errors.OcsAgentError
- func ListRecyclebinTenant() ([]oceanbase.DbaRecyclebin, *errors.OcsAgentError)
- func PurgeRecyclebinTenant(name string) (*task.DagDetailDTO, *errors.OcsAgentError)
- func RegisterRecyclebinTask()
- type WaitForPurgeFinishedTask
Constants ¶
View Source
const ( // task name TASK_NAME_WAIT_PURGE_TENANT_FINISHED = "Wait tenant purge finished" // dag name DAG_WAIT_PURGE_TENANT_FINISHED = "Wait tenant purge finished" // task param name PARAM_OBECJT_NAME = "object_name" PARAM_ORIGINA_TENANTL_NAME = "original_tenant_name" PARAM_DROP_RESOURCE_POOL_LIST = "dropResourcePoolList" )
Variables ¶
This section is empty.
Functions ¶
func FlashbackTenant ¶
func FlashbackTenant(name string, newName *string) *errors.OcsAgentError
func ListRecyclebinTenant ¶
func ListRecyclebinTenant() ([]oceanbase.DbaRecyclebin, *errors.OcsAgentError)
func PurgeRecyclebinTenant ¶
func PurgeRecyclebinTenant(name string) (*task.DagDetailDTO, *errors.OcsAgentError)
func RegisterRecyclebinTask ¶
func RegisterRecyclebinTask()
Types ¶
type WaitForPurgeFinishedTask ¶
func (*WaitForPurgeFinishedTask) Execute ¶
func (t *WaitForPurgeFinishedTask) Execute() error
Click to show internal directories.
Click to hide internal directories.