private static final class BackupTask.ContainerEntry extends Object implements Comparable<BackupTask.ContainerEntry>
Modifier and Type | Field and Description |
---|---|
private long |
_containerID |
private BackupTask.ContainerLocation |
_containerLocation |
Constructor and Description |
---|
BackupTask.ContainerEntry(long containerID,
BackupTask.ContainerLocation containerLocation) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BackupTask.ContainerEntry o) |
boolean |
equals(Object obj) |
long |
getContainerID() |
BackupTask.ContainerLocation |
getContainerLocation() |
int |
hashCode() |
String |
toString() |
private final long _containerID
private final BackupTask.ContainerLocation _containerLocation
public BackupTask.ContainerEntry(long containerID, BackupTask.ContainerLocation containerLocation)
public int compareTo(BackupTask.ContainerEntry o)
compareTo
in interface Comparable<BackupTask.ContainerEntry>
public long getContainerID()
public BackupTask.ContainerLocation getContainerLocation()