| Interface | Description |
|---|---|
| BlockStore |
The block store keeps track of block sizes and block locations.
|
| BlockStore.Factory |
Factory for creating block stores.
|
| InodeStore |
Inode metadata storage.
|
| InodeStore.Factory |
Factory for creating inode stores.
|
| InodeStore.WriteBatch |
Used to perform batched writes.
|
| ReadOnlyInodeStore |
Read-only access to the inode store.
|
| Class | Description |
|---|---|
| BlockStore.Block |
Block metadata.
|
| DelegatingReadOnlyInodeStore |
Wrapper for providing read-only access to an inode store.
|
| ReadOption |
Options for reading from the inode store.
|
| ReadOption.Builder |
Builder for
ReadOption. |
| Enum | Description |
|---|---|
| MetastoreType |
Metastore types.
|
Copyright © 2020. All Rights Reserved.