Uses of Class
io.datarouter.filesystem.snapshot.block.BlockType
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.block | |
| io.datarouter.filesystem.snapshot.storage.block | |
| io.datarouter.filesystem.snapshot.storage.file |
-
Uses of BlockType in io.datarouter.filesystem.snapshot.block
Fields in io.datarouter.filesystem.snapshot.block declared as BlockType Modifier and Type Field Description BlockTypeBlockKey. typeMethods in io.datarouter.filesystem.snapshot.block that return BlockType Modifier and Type Method Description BlockTypeBlockType. fromPersistentString(java.lang.String string)static BlockTypeBlockType. fromPersistentStringStatic(java.lang.String string)static BlockTypeBlockType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BlockType[]BlockType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BlockType in io.datarouter.filesystem.snapshot.storage.block
Fields in io.datarouter.filesystem.snapshot.storage.block declared as BlockType Modifier and Type Field Description BlockTypeCacheBlockKey. typeConstructors in io.datarouter.filesystem.snapshot.storage.block with parameters of type BlockType Constructor Description CacheBlockKey(SnapshotKey snapshotKey, BlockType type, int level, int column, int blockId) -
Uses of BlockType in io.datarouter.filesystem.snapshot.storage.file
Fields in io.datarouter.filesystem.snapshot.storage.file declared as BlockType Modifier and Type Field Description BlockTypeFileKey. typeConstructors in io.datarouter.filesystem.snapshot.storage.file with parameters of type BlockType Constructor Description FileKey(BlockType type, int level, int column, int fileId)