Package org.apache.solr.handler
Class CollectionBackupsAPI
- java.lang.Object
-
- org.apache.solr.handler.CollectionBackupsAPI
-
public class CollectionBackupsAPI extends Object
V2 API definitions for
-
-
Field Summary
Fields Modifier and Type Field Description static String
DELETE_BACKUP_CMD
static String
LIST_BACKUP_CMD
-
Constructor Summary
Constructors Constructor Description CollectionBackupsAPI(CollectionsHandler collectionsHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteBackups(PayloadObj<DeleteBackupPayload> obj)
void
listBackups(PayloadObj<ListBackupPayload> obj)
-
-
-
Field Detail
-
LIST_BACKUP_CMD
public static final String LIST_BACKUP_CMD
- See Also:
- Constant Field Values
-
DELETE_BACKUP_CMD
public static final String DELETE_BACKUP_CMD
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CollectionBackupsAPI
public CollectionBackupsAPI(CollectionsHandler collectionsHandler)
-
-
Method Detail
-
listBackups
public void listBackups(PayloadObj<ListBackupPayload> obj) throws Exception
- Throws:
Exception
-
deleteBackups
public void deleteBackups(PayloadObj<DeleteBackupPayload> obj) throws Exception
- Throws:
Exception
-
-