org.rhq.core.pc.drift
Class SnapshotHandle
java.lang.Object
org.rhq.core.pc.drift.SnapshotHandle
- All Implemented Interfaces:
- Serializable
public class SnapshotHandle
- extends Object
- implements Serializable
A SnapshotHandle is a handle or pointer to a snapshot on disk. It does not contain an actual Snapshot object.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotHandle
public SnapshotHandle(File dataFile,
File metadataFile)
getDataFile
public File getDataFile()
- Returns:
- The path of the snapshot data file
getMetadataFile
public File getMetadataFile()
- Returns:
- The path of the snapshot meta data file
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.