Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
H5FD_hdfs_fapl_t Class Reference

Detailed Description

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.

+ Inheritance diagram for H5FD_hdfs_fapl_t:
+ Collaboration diagram for H5FD_hdfs_fapl_t:

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 ()
 

Constructor & Destructor Documentation

◆ H5FD_hdfs_fapl_t()

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.

Parameters
namenode_nameName of "Name Node" to access as the HDFS server.
namenode_portPort number to use to connect with Name Node.
user_nameUsername to use when accessing file.
kerberos_ticket_cachePath to the location of the Kerberos authentication cache.
stream_buffer_sizeSize (in bytes) of the file read stream buffer.

Member Function Documentation

◆ equals()

boolean equals ( Object  o)

◆ hashCode()

int hashCode ( )

◆ toString()

String toString ( )

The documentation for this class was generated from the following file: