Class SnapshotKey
java.lang.Object
io.datarouter.filesystem.snapshot.key.SnapshotKey
- All Implemented Interfaces:
Comparable<SnapshotKey>
public class SnapshotKey extends Object implements Comparable<SnapshotKey>
-
Field Summary
Fields Modifier and Type Field Description StringgroupIdStringsnapshotId -
Constructor Summary
Constructors Constructor Description SnapshotKey(String groupId, String snapshotId) -
Method Summary
Modifier and Type Method Description intcompareTo(SnapshotKey other)booleanequals(Object obj)StringgetGroupId()StringgetSnapshotId()inthashCode()StringtoString()
-
Field Details
-
Constructor Details
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<SnapshotKey>
-
getGroupId
-
getSnapshotId
-