protected class CassandraArchiveRepository.DefaultView extends java.lang.Object implements RepositoryView
Modifier | Constructor and Description |
---|---|
protected |
CassandraArchiveRepository.DefaultView() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ArchiveSummary> |
getArchiveSummaries()
Get a summary of all archives in this Repository
|
java.util.Map<ModuleId,java.lang.Long> |
getArchiveUpdateTimes()
Get the last update times of all of the script archives managed by this Repository.
|
java.lang.String |
getName()
Get the name of this view.
|
RepositorySummary |
getRepositorySummary()
Get a summary of the archives in this repository view.
|
protected CassandraArchiveRepository.DefaultView()
public java.lang.String getName()
RepositoryView
getName
in interface RepositoryView
public java.util.Map<ModuleId,java.lang.Long> getArchiveUpdateTimes() throws java.io.IOException
getArchiveUpdateTimes
in interface RepositoryView
java.io.IOException
public RepositorySummary getRepositorySummary() throws java.io.IOException
RepositoryView
getRepositorySummary
in interface RepositoryView
java.io.IOException
public java.util.List<ArchiveSummary> getArchiveSummaries() throws java.io.IOException
getArchiveSummaries
in interface RepositoryView
java.io.IOException