private static final class ContainerBackupIndex.ContainerBackupIndexImplementation.IndexEntry
extends java.lang.Object
implements java.lang.Comparable
Hilfsklasse die einen einzelnen Dateneintrag speichert. Wird zum Sortieren benutzt.
| Modifier and Type | Field and Description |
|---|---|
private long |
_containerID |
private byte |
_type |
| Constructor and Description |
|---|
IndexEntry(long containerID,
byte type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
long |
getContainerID() |
byte |
getType() |
java.lang.String |
toString() |