Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
B
- bavail - Variable in class com.ceph.fs.CephStatVFS
- blksize - Variable in class com.ceph.fs.CephStat
- blocks - Variable in class com.ceph.fs.CephStat
- blocks - Variable in class com.ceph.fs.CephStatVFS
- bsize - Variable in class com.ceph.fs.CephStatVFS
- Bucket - Class in com.ceph.crush
- Bucket(String, String) - Constructor for class com.ceph.crush.Bucket
C
- CephAlreadyMountedException - Exception in com.ceph.fs
-
Ceph is already mounted.
- CephAlreadyMountedException() - Constructor for exception com.ceph.fs.CephAlreadyMountedException
-
Construct CephAlreadyMountedException.
- CephAlreadyMountedException(String) - Constructor for exception com.ceph.fs.CephAlreadyMountedException
-
Construct CephAlreadyMountedException with message.
- CephFileAlreadyExistsException - Exception in com.ceph.fs
-
Ceph file/directory already exists.
- CephFileAlreadyExistsException() - Constructor for exception com.ceph.fs.CephFileAlreadyExistsException
-
Construct CephFileAlreadyExistsException.
- CephFileAlreadyExistsException(String) - Constructor for exception com.ceph.fs.CephFileAlreadyExistsException
-
Construct CephFileAlreadyExistsException with message.
- CephFileExtent - Class in com.ceph.fs
-
Holds information about a file extent in CephFS.
- CephMount - Class in com.ceph.fs
- CephMount() - Constructor for class com.ceph.fs.CephMount
-
Create a new CephMount with default client id.
- CephMount(String) - Constructor for class com.ceph.fs.CephMount
-
Create a new CephMount with specific client id.
- CephNotDirectoryException - Exception in com.ceph.fs
-
Component of path is not a directory.
- CephNotDirectoryException() - Constructor for exception com.ceph.fs.CephNotDirectoryException
-
Construct CephNotDirectoryException.
- CephNotDirectoryException(String) - Constructor for exception com.ceph.fs.CephNotDirectoryException
-
Construct CephNotDirectoryException with message.
- CephNotMountedException - Exception in com.ceph.fs
-
Ceph is not mounted.
- CephNotMountedException() - Constructor for exception com.ceph.fs.CephNotMountedException
-
Construct CephNotMountedException.
- CephNotMountedException(String) - Constructor for exception com.ceph.fs.CephNotMountedException
-
Construct CephNotMountedException with message.
- CephPoolException - Exception in com.ceph.fs
-
Exception related to Ceph pool.
- CephPoolException() - Constructor for exception com.ceph.fs.CephPoolException
-
Construct CephPoolException.
- CephPoolException(String) - Constructor for exception com.ceph.fs.CephPoolException
-
Construct CephPoolException with message.
- CephStat - Class in com.ceph.fs
-
Holds struct stat fields.
- CephStat() - Constructor for class com.ceph.fs.CephStat
- CephStatVFS - Class in com.ceph.fs
-
Holds struct statvfs fields.
- CephStatVFS() - Constructor for class com.ceph.fs.CephStatVFS
- chdir(String) - Method in class com.ceph.fs.CephMount
-
Set the current working directory.
- chmod(String, int) - Method in class com.ceph.fs.CephMount
-
Change file mode.
- close(int) - Method in class com.ceph.fs.CephMount
-
Close an open file.
- com.ceph.crush - package com.ceph.crush
- com.ceph.fs - package com.ceph.fs
- conf_get(String) - Method in class com.ceph.fs.CephMount
-
Get the value of a configuration option.
- conf_read_file(String) - Method in class com.ceph.fs.CephMount
-
Load configuration from a file.
- conf_set(String, String) - Method in class com.ceph.fs.CephMount
-
Set the value of a configuration option.
F
- fchmod(int, int) - Method in class com.ceph.fs.CephMount
-
Change file mode of an open file.
- files - Variable in class com.ceph.fs.CephStatVFS
- finalize() - Method in class com.ceph.fs.CephMount
- flock(int, int, long) - Method in class com.ceph.fs.CephMount
-
Apply or remove an advisory lock.
- frsize - Variable in class com.ceph.fs.CephStatVFS
- fsid - Variable in class com.ceph.fs.CephStatVFS
- fstat(int, CephStat) - Method in class com.ceph.fs.CephMount
-
Get file status.
- fsync(int, boolean) - Method in class com.ceph.fs.CephMount
-
Synchronize a file with the file system.
- ftruncate(int, long) - Method in class com.ceph.fs.CephMount
-
Truncate a file.
G
- get_default_data_pool_name() - Method in class com.ceph.fs.CephMount
-
Get the default data pool of cephfs.
- get_file_extent(int, long) - Method in class com.ceph.fs.CephMount
-
Get file extent containing a given offset.
- get_file_pool_name(int) - Method in class com.ceph.fs.CephMount
-
Get the name of the pool a file is stored in.
- get_file_replication(int) - Method in class com.ceph.fs.CephMount
-
Get the replication of a file.
- get_file_stripe_unit(int) - Method in class com.ceph.fs.CephMount
-
Get the stripe unit of a file.
- get_osd_address(int) - Method in class com.ceph.fs.CephMount
-
Get the network address of an OSD.
- get_osd_crush_location(int) - Method in class com.ceph.fs.CephMount
-
Get the fully qualified CRUSH location of an OSD.
- get_pool_id(String) - Method in class com.ceph.fs.CephMount
-
Get the pool id for the named pool.
- get_pool_replication(int) - Method in class com.ceph.fs.CephMount
-
Get the pool replication factor.
- get_stripe_unit_granularity() - Method in class com.ceph.fs.CephMount
-
Get file layout stripe unit granularity.
- getcwd() - Method in class com.ceph.fs.CephMount
-
Get the current working directory.
- getLength() - Method in class com.ceph.fs.CephFileExtent
-
Get length of extent.
- getName() - Method in class com.ceph.crush.Bucket
- getOffset() - Method in class com.ceph.fs.CephFileExtent
-
Get starting offset of extent.
- getOSDs() - Method in class com.ceph.fs.CephFileExtent
-
Get list of OSDs with this extent.
- getType() - Method in class com.ceph.crush.Bucket
- getxattr(String, String, byte[]) - Method in class com.ceph.fs.CephMount
-
Get an extended attribute value.
- gid - Variable in class com.ceph.fs.CephStat
I
- isDir() - Method in class com.ceph.fs.CephStat
- isFile() - Method in class com.ceph.fs.CephStat
- isSymlink() - Method in class com.ceph.fs.CephStat
L
- lgetxattr(String, String, byte[]) - Method in class com.ceph.fs.CephMount
-
Get an extended attribute value of a symbolic link.
- link(String, String) - Method in class com.ceph.fs.CephMount
-
Create a hard link to an existing file.
- listdir(String) - Method in class com.ceph.fs.CephMount
-
List the contents of a directory.
- listxattr(String) - Method in class com.ceph.fs.CephMount
-
List extended attributes.
- llistxattr(String) - Method in class com.ceph.fs.CephMount
-
List extended attributes of a symbolic link.
- localize_reads(boolean) - Method in class com.ceph.fs.CephMount
-
Favor reading from local replicas when possible.
- LOCK_EX - Static variable in class com.ceph.fs.CephMount
- LOCK_NB - Static variable in class com.ceph.fs.CephMount
- LOCK_SH - Static variable in class com.ceph.fs.CephMount
- LOCK_UN - Static variable in class com.ceph.fs.CephMount
- lremovexattr(String, String) - Method in class com.ceph.fs.CephMount
-
Remove an extended attribute from a symbolic link.
- lseek(int, long, int) - Method in class com.ceph.fs.CephMount
-
Seek to a position in a file.
- lsetxattr(String, String, byte[], long, int) - Method in class com.ceph.fs.CephMount
-
Set the value of an extended attribute on a symbolic link.
- lstat(String, CephStat) - Method in class com.ceph.fs.CephMount
-
Get file status, without following symlinks.
M
- m_time - Variable in class com.ceph.fs.CephStat
- mkdir(String, int) - Method in class com.ceph.fs.CephMount
-
Create a directory.
- mkdirs(String, int) - Method in class com.ceph.fs.CephMount
-
Create a directory and all parents.
- mode - Variable in class com.ceph.fs.CephStat
- mount(String) - Method in class com.ceph.fs.CephMount
-
Activate the mount with a given root path.
N
- namemax - Variable in class com.ceph.fs.CephStatVFS
O
- O_APPEND - Static variable in class com.ceph.fs.CephMount
- O_CREAT - Static variable in class com.ceph.fs.CephMount
- O_DIRECTORY - Static variable in class com.ceph.fs.CephMount
- O_EXCL - Static variable in class com.ceph.fs.CephMount
- O_RDONLY - Static variable in class com.ceph.fs.CephMount
- O_RDWR - Static variable in class com.ceph.fs.CephMount
- O_TRUNC - Static variable in class com.ceph.fs.CephMount
- O_WRONLY - Static variable in class com.ceph.fs.CephMount
- open(String, int, int) - Method in class com.ceph.fs.CephMount
-
Open a file.
- open(String, int, int, int, int, int, String) - Method in class com.ceph.fs.CephMount
-
Open a file with a specific file layout.
R
- read(int, byte[], long, long) - Method in class com.ceph.fs.CephMount
-
Read from a file.
- readlink(String) - Method in class com.ceph.fs.CephMount
-
Read the value of a symbolic link.
- removexattr(String, String) - Method in class com.ceph.fs.CephMount
-
Remove an extended attribute.
- rename(String, String) - Method in class com.ceph.fs.CephMount
-
Rename a file or directory.
- rmdir(String) - Method in class com.ceph.fs.CephMount
-
Delete a directory.
S
- SEEK_CUR - Static variable in class com.ceph.fs.CephMount
- SEEK_END - Static variable in class com.ceph.fs.CephMount
- SEEK_SET - Static variable in class com.ceph.fs.CephMount
- setattr(String, CephStat, int) - Method in class com.ceph.fs.CephMount
-
Set file attributes.
- SETATTR_ATIME - Static variable in class com.ceph.fs.CephMount
- SETATTR_GID - Static variable in class com.ceph.fs.CephMount
- SETATTR_MODE - Static variable in class com.ceph.fs.CephMount
- SETATTR_MTIME - Static variable in class com.ceph.fs.CephMount
- SETATTR_UID - Static variable in class com.ceph.fs.CephMount
- setxattr(String, String, byte[], long, int) - Method in class com.ceph.fs.CephMount
-
Set the value of an extended attribute.
- size - Variable in class com.ceph.fs.CephStat
- stat(String, CephStat) - Method in class com.ceph.fs.CephMount
-
Get file status.
- statfs(String, CephStatVFS) - Method in class com.ceph.fs.CephMount
-
Get file system status.
- symlink(String, String) - Method in class com.ceph.fs.CephMount
-
Create a symbolic link.
- sync_fs() - Method in class com.ceph.fs.CephMount
-
Synchronize the client with the file system.
T
- toString() - Method in class com.ceph.crush.Bucket
- toString() - Method in class com.ceph.fs.CephFileExtent
-
Pretty print.
- truncate(String, long) - Method in class com.ceph.fs.CephMount
-
Truncate a file to a specified length.
U
- uid - Variable in class com.ceph.fs.CephStat
- unlink(String) - Method in class com.ceph.fs.CephMount
-
Unlink/delete a name from the file system.
- unmount() - Method in class com.ceph.fs.CephMount
-
Deactivate the mount.
W
- write(int, byte[], long, long) - Method in class com.ceph.fs.CephMount
-
Write to a file at a specific offset.
X
- XATTR_CREATE - Static variable in class com.ceph.fs.CephMount
- XATTR_NONE - Static variable in class com.ceph.fs.CephMount
- XATTR_REPLACE - Static variable in class com.ceph.fs.CephMount
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form