![]() |
HDF5
1.15.0.a71c683
API Reference
|
Java representation of the HDFS VFD file access property list (fapl) structure.
Used for the access of files hosted on the Hadoop Distributed File System.
Public Member Functions | |
H5FD_hdfs_fapl_t (String namenode_name, int namenode_port, String user_name, String kerberos_ticket_cache, int stream_buffer_size) | |
boolean | equals (Object o) |
int | hashCode () |
String | toString () |
H5FD_hdfs_fapl_t | ( | String | namenode_name, |
int | namenode_port, | ||
String | user_name, | ||
String | kerberos_ticket_cache, | ||
int | stream_buffer_size | ||
) |
Create a fapl_t structure with the specified components.
namenode_name | Name of "Name Node" to access as the HDFS server. |
namenode_port | Port number to use to connect with Name Node. |
user_name | Username to use when accessing file. |
kerberos_ticket_cache | Path to the location of the Kerberos authentication cache. |
stream_buffer_size | Size (in bytes) of the file read stream buffer. |
boolean equals | ( | Object | o | ) |
int hashCode | ( | ) |
String toString | ( | ) |