Class CacheBlockKey
java.lang.Object
io.datarouter.filesystem.snapshot.storage.block.CacheBlockKey
public class CacheBlockKey
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description intblockIdintcolumnintlevelSnapshotKeysnapshotKeyBlockTypetype -
Constructor Summary
Constructors Constructor Description CacheBlockKey(SnapshotKey snapshotKey, BlockType type, int level, int column, int blockId) -
Method Summary
Modifier and Type Method Description static CacheBlockKeybranch(SnapshotKey snapshotKey, int level, int id)booleanequals(java.lang.Object obj)inthashCode()static CacheBlockKeyleaf(SnapshotKey snapshotKey, int id)static CacheBlockKeyroot(SnapshotKey snapshotKey)java.lang.StringtoString()static CacheBlockKeyvalue(SnapshotKey snapshotKey, int column, int id)
-
Field Details
-
snapshotKey
-
type
-
level
public final int level -
column
public final int column -
blockId
public final int blockId
-
-
Constructor Details
-
Method Details