java.lang.Object
io.datarouter.filesystem.snapshot.storage.file.FileKey
public class FileKey
extends java.lang.Object
-
-
Constructor Summary
Constructors
| Constructor |
Description |
FileKey(BlockType type,
int level,
int column,
int fileId) |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Constructor Details
-
public FileKey(
BlockType type,
int level,
int column,
int fileId)
-
Method Details
-
-
public static FileKey branch(
int level,
int fileId)
-
public static FileKey leaf(
int fileId)
-
public static FileKey value(
int column,
int fileId)
-
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
-
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
-
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object