public interface ProcessorMethods
Definition of business code to be process for particular command type CommandType.
NOTE: the consumer of the API expects the List to be the result
of all methods even for those which will do not return any data to consume.
| Modifier and Type | Method and Description |
|---|---|
List<String> |
create()
Creating database table.
|
List<String> |
delete()
Deleting data from database.
|
List<String> |
drop()
Dropping database table from database.
|
List<String> |
insert()
Inserting data to database.
|
List<String> |
selectApplication()
Select list of application pod names saved in database.
|
List<String> |
selectRecovery()
Select list of recovery pod names saved in database.
|
Copyright © 2019. All rights reserved.