Uses of Class
org.apache.solr.core.snapshots.SolrSnapshotMetaDataManager.SnapshotMetaData
-
Packages that use SolrSnapshotMetaDataManager.SnapshotMetaData Package Description org.apache.solr.core.snapshots Core classes for Solr's persistent snapshots functionality -
-
Uses of SolrSnapshotMetaDataManager.SnapshotMetaData in org.apache.solr.core.snapshots
Fields in org.apache.solr.core.snapshots with type parameters of type SolrSnapshotMetaDataManager.SnapshotMetaData Modifier and Type Field Description protected Map<String,SolrSnapshotMetaDataManager.SnapshotMetaData>
SolrSnapshotMetaDataManager. nameToDetailsMapping
Used to map snapshot name to snapshot meta-data.Methods in org.apache.solr.core.snapshots that return types with arguments of type SolrSnapshotMetaDataManager.SnapshotMetaData Modifier and Type Method Description Optional<SolrSnapshotMetaDataManager.SnapshotMetaData>
SolrSnapshotMetaDataManager. getSnapshotMetaData(String name)
This method returns the snapshot meta-data for the specified name (if it exists).Collection<SolrSnapshotMetaDataManager.SnapshotMetaData>
SolrSnapshotMetaDataManager. listSnapshotsInIndexDir(String indexDirPath)
This method returns a list of snapshots created in a specified index directory.Optional<SolrSnapshotMetaDataManager.SnapshotMetaData>
SolrSnapshotMetaDataManager. release(String name)
This method deletes a previously created snapshot (if any).Method parameters in org.apache.solr.core.snapshots with type arguments of type SolrSnapshotMetaDataManager.SnapshotMetaData Modifier and Type Method Description static void
SolrSnapshotManager. deleteNonSnapshotIndexFiles(SolrCore core, org.apache.lucene.store.Directory dir, Collection<SolrSnapshotMetaDataManager.SnapshotMetaData> snapshots)
This method deletes index files not associated with the specifiedsnapshots
.
-