Interface | Description |
---|---|
IMetaProxy |
Proxy to do management tasks for meta files.
|
MetaFileWriterBuilder.DataStep | |
MetaFileWriterBuilder.StartStep | |
MetaFileWriterBuilder.UploadStep |
Class | Description |
---|---|
BackupTTLTask |
This class is used to TTL or delete the SSTable components from the backups after they are not
referenced in the backups for more than
IConfiguration.getBackupRetentionDays() . |
BackupV2Service |
Encapsulate the backup service 2.0 - Execute all the tasks required to run backup service.
|
BackupVerificationTask |
Created by aagrawal on 1/28/19.
|
ColumnFamilyResult |
This is a POJO to encapsulate all the SSTables for a given column family.
|
ColumnFamilyResult.SSTableResult |
This is a POJO to encapsulate a SSTable and all its components.
|
FileUploadResult |
This is a POJO that will encapsulate the result of file upload.
|
ForgottenFilesManager |
Created by aagrawal on 1/1/19.
|
MetaFileInfo |
This POJO class encapsulates the information for a meta file.
|
MetaFileReader |
This abstract class encapsulates the reading of meta file in streaming fashion.
|
MetaFileWriterBuilder |
This class will help in generation of meta.json files.
|
MetaFileWriterBuilder.MetaFileWriter | |
MetaV1Proxy |
Created by aagrawal on 12/18/18.
|
MetaV2Proxy |
Do any management task for meta files.
|
SnapshotMetaTask |
This service will run on CRON as specified by
IBackupRestoreConfig.getSnapshotMetaServiceCronExpression() The intent of this service is to run
a full snapshot on Cassandra, get the list of the SSTables on disk and then create a
manifest.json file which will encapsulate the list of the files i.e. |